From 008ed61ae3549fab432c21702a7f99500c21cd91 Mon Sep 17 00:00:00 2001 From: Timothy Wamalwa Date: Wed, 22 May 2024 23:42:21 +0300 Subject: [PATCH 1/3] Added permissions for reading all --- .github/workflows/metadatachanges.yml | 1 + tools/PostGeneration/NewCommandMetadata.ps1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/metadatachanges.yml b/.github/workflows/metadatachanges.yml index c4c9f629c4d..40c99782b64 100644 --- a/.github/workflows/metadatachanges.yml +++ b/.github/workflows/metadatachanges.yml @@ -15,6 +15,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: CheckForMetadataChanges: + permissions: read-all # The type of runner that the job will run on runs-on: ubuntu-latest if: github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.action != 'closed') diff --git a/tools/PostGeneration/NewCommandMetadata.ps1 b/tools/PostGeneration/NewCommandMetadata.ps1 index 429cdf78d2c..02928a968ed 100644 --- a/tools/PostGeneration/NewCommandMetadata.ps1 +++ b/tools/PostGeneration/NewCommandMetadata.ps1 @@ -78,7 +78,7 @@ $ApiVersion | ForEach-Object { if (-not($Null -eq $CommandAliasValue)) { $CommandAliasValue = $CommandAliasValue.Replace("[global::System.Management.Automation.Alias(`"", "").Replace("`")", "").Replace("]", "") } - if(-not($CommandAliasValue -contains "-Mg")) { + if(-not($CommandAliasValue.contains("-Mg"))) { $CommandAliasValue = $null } $MappingValue = @{ From 36097a659e656fc86dacd9992f8576e97880715c Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Wed, 22 May 2024 21:03:03 +0000 Subject: [PATCH 2/3] Weekly OpenApiDocs Download. --- config/ModuleMetadata.json | 6 +- docs/OpenApiInfo/beta/openAPIErrors.csv | 2 + docs/OpenApiInfo/beta/openApiInfo.json | 1188 ++- docs/OpenApiInfo/v1.0/openAPIErrors.csv | 29 + docs/OpenApiInfo/v1.0/openApiInfo.json | 672 +- openApiDocs/beta/Applications.yml | 1584 ++- openApiDocs/beta/Bookings.yml | 324 +- openApiDocs/beta/Calendar.yml | 231 +- openApiDocs/beta/ChangeNotifications.yml | 39 + openApiDocs/beta/CloudCommunications.yml | 774 +- openApiDocs/beta/Compliance.yml | 696 +- openApiDocs/beta/CrossDeviceExperiences.yml | 479 +- openApiDocs/beta/DeviceManagement.Actions.yml | 701 +- .../beta/DeviceManagement.Administration.yml | 777 +- .../beta/DeviceManagement.Enrollment.yml | 186 +- .../beta/DeviceManagement.Functions.yml | 199 +- openApiDocs/beta/DeviceManagement.yml | 835 +- openApiDocs/beta/Devices.CloudPrint.yml | 993 +- .../beta/Devices.CorporateManagement.yml | 563 +- .../beta/Devices.ServiceAnnouncement.yml | 138 +- openApiDocs/beta/Education.yml | 925 +- openApiDocs/beta/Files.yml | 8521 +++++++++++++---- openApiDocs/beta/Financials.yml | 1221 ++- openApiDocs/beta/Groups.yml | 896 +- .../beta/Identity.DirectoryManagement.yml | 2019 +++- openApiDocs/beta/Identity.Governance.yml | 2851 ++++-- openApiDocs/beta/Identity.Partner.yml | 119 +- openApiDocs/beta/Identity.SignIns.yml | 2803 +++++- openApiDocs/beta/Mail.yml | 174 +- openApiDocs/beta/ManagedTenants.yml | 357 +- openApiDocs/beta/Notes.yml | 618 +- openApiDocs/beta/People.yml | 122 +- openApiDocs/beta/PersonalContacts.yml | 164 +- openApiDocs/beta/Planner.yml | 321 +- openApiDocs/beta/Reports.yml | 621 +- openApiDocs/beta/Search.yml | 415 +- openApiDocs/beta/Security.yml | 4002 ++++++-- openApiDocs/beta/Sites.yml | 1392 ++- openApiDocs/beta/Teams.yml | 4081 ++++++-- openApiDocs/beta/Users.Actions.yml | 739 +- openApiDocs/beta/Users.Functions.yml | 756 +- openApiDocs/beta/Users.yml | 852 +- openApiDocs/beta/WindowsUpdates.yml | 206 +- openApiDocs/v1.0/Applications.yml | 741 +- openApiDocs/v1.0/Bookings.yml | 268 +- openApiDocs/v1.0/Calendar.yml | 206 +- openApiDocs/v1.0/ChangeNotifications.yml | 39 + openApiDocs/v1.0/CloudCommunications.yml | 465 +- openApiDocs/v1.0/Compliance.yml | 89 +- openApiDocs/v1.0/CrossDeviceExperiences.yml | 6 +- openApiDocs/v1.0/DeviceManagement.Actions.yml | 85 +- .../v1.0/DeviceManagement.Administration.yml | 742 +- .../v1.0/DeviceManagement.Enrollment.yml | 131 +- openApiDocs/v1.0/DeviceManagement.yml | 953 +- openApiDocs/v1.0/Devices.CloudPrint.yml | 462 +- .../v1.0/Devices.CorporateManagement.yml | 885 +- .../v1.0/Devices.ServiceAnnouncement.yml | 133 +- openApiDocs/v1.0/Education.yml | 632 +- openApiDocs/v1.0/Files.yml | 2694 +++++- openApiDocs/v1.0/Groups.yml | 500 +- .../v1.0/Identity.DirectoryManagement.yml | 1816 +++- openApiDocs/v1.0/Identity.Governance.yml | 1137 ++- openApiDocs/v1.0/Identity.Partner.yml | 120 +- openApiDocs/v1.0/Identity.SignIns.yml | 1490 ++- openApiDocs/v1.0/Mail.yml | 189 +- openApiDocs/v1.0/Notes.yml | 614 +- openApiDocs/v1.0/People.yml | 3 +- openApiDocs/v1.0/PersonalContacts.yml | 183 +- openApiDocs/v1.0/Planner.yml | 189 +- openApiDocs/v1.0/Reports.yml | 158 +- openApiDocs/v1.0/Search.yml | 195 +- openApiDocs/v1.0/Security.yml | 1361 ++- openApiDocs/v1.0/Sites.yml | 1252 ++- openApiDocs/v1.0/Teams.yml | 2959 ++++-- openApiDocs/v1.0/Users.Actions.yml | 85 +- openApiDocs/v1.0/Users.Functions.yml | 87 +- openApiDocs/v1.0/Users.yml | 323 +- 77 files changed, 53703 insertions(+), 12080 deletions(-) create mode 100644 docs/OpenApiInfo/beta/openAPIErrors.csv create mode 100644 docs/OpenApiInfo/v1.0/openAPIErrors.csv diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index 02226b27a3b..1529366a33e 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -27,15 +27,15 @@ "versions": { "authentication": { "prerelease": "", - "version": "2.19.0" + "version": "2.20.0" }, "beta": { "prerelease": "", - "version": "2.19.0" + "version": "2.20.0" }, "v1.0": { "prerelease": "", - "version": "2.19.0" + "version": "2.20.0" } } } diff --git a/docs/OpenApiInfo/beta/openAPIErrors.csv b/docs/OpenApiInfo/beta/openAPIErrors.csv new file mode 100644 index 00000000000..dd01c2214df --- /dev/null +++ b/docs/OpenApiInfo/beta/openAPIErrors.csv @@ -0,0 +1,2 @@ +Module,ApiPath,Method,From,To +Applications,/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}, Get,Parameter Count: 5,Parameter Count: 4 diff --git a/docs/OpenApiInfo/beta/openApiInfo.json b/docs/OpenApiInfo/beta/openApiInfo.json index 65dd640f101..052b516c73d 100644 --- a/docs/OpenApiInfo/beta/openApiInfo.json +++ b/docs/OpenApiInfo/beta/openApiInfo.json @@ -7238,10 +7238,6 @@ "Name": "appRoleAssignment-id", "Location": "Path" }, - { - "Name": "ConsistencyLevel", - "Location": "Header" - }, { "Name": "$select", "Location": "Query" @@ -21585,6 +21581,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -21701,6 +21701,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -21737,6 +21741,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -21813,6 +21821,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -21933,6 +21945,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -21989,6 +22005,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -23033,6 +23053,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -23065,6 +23089,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -23209,6 +23237,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -23249,6 +23281,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -24285,6 +24321,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -24305,6 +24345,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -24333,6 +24377,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -24469,6 +24517,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -24589,6 +24641,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -24645,6 +24701,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -25689,6 +25749,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -25721,6 +25785,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -25865,6 +25933,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -25905,6 +25977,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -26941,6 +27017,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -26961,6 +27041,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -26997,6 +27081,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -27073,6 +27161,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -27193,6 +27285,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -27249,6 +27345,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -28293,6 +28393,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -28325,6 +28429,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -28469,6 +28577,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -28509,6 +28621,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -29545,6 +29661,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -29565,6 +29685,18 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "startDateTime", + "Location": "Query" + }, + { + "Name": "endDateTime", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -29593,6 +29725,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -29721,6 +29857,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -29841,6 +29981,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -29897,6 +30041,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -30941,6 +31089,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -30973,6 +31125,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -31117,6 +31273,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -31157,6 +31317,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -32193,6 +32357,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -32213,6 +32381,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -33009,6 +33181,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -33125,6 +33301,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -33161,6 +33341,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -33237,6 +33421,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -33357,6 +33545,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -33413,6 +33605,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -34457,6 +34653,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -34489,6 +34689,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -34633,6 +34837,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -34673,6 +34881,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -35709,6 +35921,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -35729,6 +35945,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -35757,6 +35977,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -35893,6 +36117,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -36013,6 +36241,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -36069,6 +36301,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -37113,6 +37349,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -37145,6 +37385,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -37289,6 +37533,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -37329,6 +37577,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -38365,6 +38617,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -38385,6 +38641,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -38413,6 +38673,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -38541,6 +38805,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -45353,6 +45621,10 @@ "Name": "calendarGroup-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -45373,6 +45645,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -45401,6 +45677,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -45537,6 +45817,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -45673,6 +45957,10 @@ "Name": "calendar-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -45713,6 +46001,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -48577,6 +48869,10 @@ "Name": "calendar-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -48609,6 +48905,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -51545,6 +51845,10 @@ "Name": "calendar-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -51565,6 +51869,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -51601,6 +51909,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -51685,6 +51997,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -51805,6 +52121,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -51861,6 +52181,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -52905,6 +53229,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -52937,6 +53265,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -53081,6 +53413,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -53121,6 +53457,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -54157,6 +54497,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -54177,6 +54521,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -54205,6 +54553,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -54341,6 +54693,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -54461,6 +54817,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -54517,6 +54877,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -55561,6 +55925,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -55593,6 +55961,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -55737,6 +56109,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -55777,6 +56153,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -56813,6 +57193,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -56833,6 +57217,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -56849,10 +57237,26 @@ "OperationId": "subscription_ListSubscription", "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" @@ -60848,94 +61252,6 @@ "Parameters": [] } }, - { - "PathInfo": { - "Path": "/communications/onlineMeetings/microsoft.graph.getAllRecordings()", - "Module": "CloudCommunications" - }, - "MethodInfo": { - "OperationId": "communication.onlineMeeting_getAllRecording", - "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": "/communications/onlineMeetings/microsoft.graph.getAllTranscripts()", - "Module": "CloudCommunications" - }, - "MethodInfo": { - "OperationId": "communication.onlineMeeting_getAllTranscript", - "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": "/communications/presences", @@ -71690,26 +72006,6 @@ ] } }, - { - "PathInfo": { - "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.downloadDeviceLogs", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.comanagedDevice.logCollectionRequest_downloadDeviceLog", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" - } - ] - } - }, { "PathInfo": { "Path": "/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.activateDeviceEsim", @@ -73473,26 +73769,6 @@ ] } }, - { - "PathInfo": { - "Path": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.downloadDeviceLogs", - "Module": "DeviceManagement.Actions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.managedDevice.logCollectionRequest_downloadDeviceLog", - "Method": "Post", - "Parameters": [ - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" - } - ] - } - }, { "PathInfo": { "Path": "/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.activateDeviceEsim", @@ -94930,70 +95206,6 @@ ] } }, - { - "PathInfo": { - "Path": "/deviceManagement/operationApprovalPolicies/microsoft.graph.getApprovableOperations()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.operationApprovalPolicy_getApprovableOperation", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/deviceManagement/operationApprovalPolicies/microsoft.graph.getOperationsRequiringApproval()", - "Module": "DeviceManagement.Functions" - }, - "MethodInfo": { - "OperationId": "deviceManagement.operationApprovalPolicy_getOperationsRequiringApproval", - "Method": "Get", - "Parameters": [ - { - "Name": "$top", - "Location": "Query" - }, - { - "Name": "$skip", - "Location": "Query" - }, - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - }, - { - "Name": "$count", - "Location": "Query" - } - ] - } - }, { "PathInfo": { "Path": "/deviceManagement/operationApprovalPolicies/microsoft.graph.retrieveApprovableOperations()", @@ -183167,6 +183379,10 @@ "Name": "$filter", "Location": "Query" }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" @@ -203417,6 +203633,10 @@ { "Name": "$search", "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } @@ -205326,6 +205546,10 @@ "Name": "$filter", "Location": "Query" }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" @@ -240266,6 +240490,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -240322,6 +240550,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -244482,6 +244714,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -246214,6 +246450,10 @@ "Name": "conversation-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -254390,10 +254630,18 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" @@ -254758,6 +255006,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -254814,6 +255066,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -258646,6 +258902,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -258794,6 +259054,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -260154,6 +260418,10 @@ "Name": "conversationThread-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -260174,6 +260442,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -261494,6 +261766,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -270618,6 +270894,10 @@ "Name": "$top", "Location": "Query" }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -273146,6 +273426,10 @@ "OperationId": "directoryRole_ListDirectoryRole", "Method": "Get", "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, { "Name": "$skip", "Location": "Query" @@ -274514,6 +274798,10 @@ "OperationId": "directoryRoleTemplate_ListDirectoryRoleTemplate", "Method": "Get", "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, { "Name": "$skip", "Location": "Query" @@ -277553,6 +277841,10 @@ "Name": "$search", "Location": "Query" }, + { + "Name": "$filter", + "Location": "Query" + }, { "Name": "$count", "Location": "Query" @@ -277655,6 +277947,10 @@ { "Name": "$search", "Location": "Query" + }, + { + "Name": "$filter", + "Location": "Query" } ] } @@ -277668,10 +277964,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" @@ -279528,10 +279840,26 @@ "OperationId": "agreement_ListAgreement", "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" @@ -365426,6 +365754,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -365542,6 +365874,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -365574,6 +365910,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -365718,6 +366058,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -367030,6 +367374,10 @@ "Name": "mailFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -367062,6 +367410,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -367198,6 +367550,10 @@ "Name": "mailFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -367998,6 +368354,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -368062,6 +368422,10 @@ "Name": "mailFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -368082,6 +368446,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -368290,6 +368658,18 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -368410,6 +368790,10 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -368442,6 +368826,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -368586,6 +368974,10 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -368618,6 +369010,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -368738,6 +369134,10 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -390320,6 +390720,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -390456,6 +390860,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -391140,6 +391548,10 @@ "Name": "contactFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -391172,6 +391584,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -391616,6 +392032,10 @@ "Name": "contactFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -391636,6 +392056,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -391804,6 +392228,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -391948,6 +392376,10 @@ "Name": "contact-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -406649,94 +407081,6 @@ ] } }, - { - "PathInfo": { - "Path": "/reports/userInsights/daily/activeUsersBreakdown", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.userInsight.daily_ListActiveUsersBreakdown", - "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": "/reports/userInsights/daily/activeUsersBreakdown/{activeUsersBreakdownMetric-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.userInsight.daily_GetActiveUsersBreakdown", - "Method": "Get", - "Parameters": [ - { - "Name": "activeUsersBreakdownMetric-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/userInsights/daily/activeUsersBreakdown/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.userInsight.daily.activeUsersBreakdown_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, { "PathInfo": { "Path": "/reports/userInsights/daily/authentications", @@ -407488,94 +407832,6 @@ ] } }, - { - "PathInfo": { - "Path": "/reports/userInsights/monthly/activeUsersBreakdown", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.userInsight.monthly_ListActiveUsersBreakdown", - "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": "/reports/userInsights/monthly/activeUsersBreakdown/{activeUsersBreakdownMetric-id}", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.userInsight.monthly_GetActiveUsersBreakdown", - "Method": "Get", - "Parameters": [ - { - "Name": "activeUsersBreakdownMetric-id", - "Location": "Path" - }, - { - "Name": "$select", - "Location": "Query" - }, - { - "Name": "$expand", - "Location": "Query" - } - ] - } - }, - { - "PathInfo": { - "Path": "/reports/userInsights/monthly/activeUsersBreakdown/$count", - "Module": "Reports" - }, - "MethodInfo": { - "OperationId": "report.userInsight.monthly.activeUsersBreakdown_GetCount", - "Method": "Get", - "Parameters": [ - { - "Name": "$search", - "Location": "Query" - }, - { - "Name": "$filter", - "Location": "Query" - } - ] - } - }, { "PathInfo": { "Path": "/reports/userInsights/monthly/authentications", @@ -462933,6 +463189,10 @@ "Name": "$filter", "Location": "Query" }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" @@ -528339,30 +528599,6 @@ ] } }, - { - "PathInfo": { - "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.downloadDeviceLogs", - "Module": "Users.Actions" - }, - "MethodInfo": { - "OperationId": "user.managedDevice.logCollectionRequest_downloadDeviceLog", - "Method": "Post", - "Parameters": [ - { - "Name": "user-id", - "Location": "Path" - }, - { - "Name": "managedDevice-id", - "Location": "Path" - }, - { - "Name": "deviceLogCollectionResponse-id", - "Location": "Path" - } - ] - } - }, { "PathInfo": { "Path": "/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.activateDeviceEsim", @@ -537615,102 +537851,6 @@ ] } }, - { - "PathInfo": { - "Path": "/users/{user-id}/onlineMeetings/microsoft.graph.getAllRecordings()", - "Module": "Users.Functions" - }, - "MethodInfo": { - "OperationId": "user.onlineMeeting_getAllRecording", - "Method": "Get", - "Parameters": [ - { - "Name": "user-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": "/users/{user-id}/onlineMeetings/microsoft.graph.getAllTranscripts()", - "Module": "Users.Functions" - }, - "MethodInfo": { - "OperationId": "user.onlineMeeting_getAllTranscript", - "Method": "Get", - "Parameters": [ - { - "Name": "user-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": "/users/{user-id}/outlook/microsoft.graph.supportedLanguages()", @@ -541355,6 +541495,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -541471,6 +541615,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -541499,6 +541647,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -541627,6 +541779,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -541935,6 +542091,10 @@ "Name": "outlookTaskFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -541955,6 +542115,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -541983,6 +542147,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -542111,6 +542279,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -542631,6 +542803,10 @@ "Name": "outlookTaskGroup-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -542651,6 +542827,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -542679,6 +542859,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -542807,6 +542991,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -542927,6 +543115,10 @@ "Name": "outlookTask-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -542947,6 +543139,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -543847,10 +544043,18 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" diff --git a/docs/OpenApiInfo/v1.0/openAPIErrors.csv b/docs/OpenApiInfo/v1.0/openAPIErrors.csv new file mode 100644 index 00000000000..58d67762b22 --- /dev/null +++ b/docs/OpenApiInfo/v1.0/openAPIErrors.csv @@ -0,0 +1,29 @@ +Module,ApiPath,Method,From,To +Applications,/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}, Get,Parameter Count: 5,Parameter Count: 4 +Identity.SignIns,/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value, Get,Parameter Count: 4,Parameter Count: 3 +Identity.SignIns,/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value, Get,Parameter Count: 4,Parameter Count: 3 +Mail,/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value, Get,Parameter Count: 5,Parameter Count: 4 +Mail,/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value, Get,Parameter Count: 4,Parameter Count: 3 +Mail,/users/{user-id}/messages/{message-id}/$value, Get,Parameter Count: 3,Parameter Count: 2 +PersonalContacts,/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value, Get,Parameter Count: 5,Parameter Count: 4 +PersonalContacts,/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value, Get,Parameter Count: 4,Parameter Count: 3 +PersonalContacts,/users/{user-id}/contacts/{contact-id}/photo/$value, Get,Parameter Count: 3,Parameter Count: 2 +Teams,/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 5,Parameter Count: 4 +Teams,/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 6,Parameter Count: 5 +Teams,/groups/{group-id}/team/photo/$value, Get,Parameter Count: 2,Parameter Count: 1 +Teams,/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 4,Parameter Count: 3 +Teams,/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 5,Parameter Count: 4 +Teams,/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 5,Parameter Count: 4 +Teams,/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 6,Parameter Count: 5 +Teams,/teams/{team-id}/photo/$value, Get,Parameter Count: 2,Parameter Count: 1 +Teams,/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 4,Parameter Count: 3 +Teams,/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 5,Parameter Count: 4 +Teams,/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 5,Parameter Count: 4 +Teams,/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 6,Parameter Count: 5 +Teams,/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 5,Parameter Count: 4 +Teams,/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 6,Parameter Count: 5 +Teams,/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 6,Parameter Count: 5 +Teams,/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 7,Parameter Count: 6 +Teams,/users/{user-id}/joinedTeams/{team-id}/photo/$value, Get,Parameter Count: 3,Parameter Count: 2 +Teams,/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 5,Parameter Count: 4 +Teams,/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value, Get,Parameter Count: 6,Parameter Count: 5 diff --git a/docs/OpenApiInfo/v1.0/openApiInfo.json b/docs/OpenApiInfo/v1.0/openApiInfo.json index baf885bf26d..12a4facc94c 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" @@ -10758,6 +10754,14 @@ "Name": "bookingBusiness-id", "Location": "Path" }, + { + "Name": "start", + "Location": "Query" + }, + { + "Name": "end", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -13334,6 +13338,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -13450,6 +13458,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -13486,6 +13498,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -13562,6 +13578,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -13682,6 +13702,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -13738,6 +13762,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -13882,6 +13910,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -13922,6 +13954,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -14394,6 +14430,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -14414,6 +14454,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -14442,6 +14486,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -14578,6 +14626,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -14698,6 +14750,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -14754,6 +14810,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -14898,6 +14958,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -14938,6 +15002,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -15410,6 +15478,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -15430,6 +15502,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -15466,6 +15542,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -15542,6 +15622,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -15662,6 +15746,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -15718,6 +15806,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -15862,6 +15954,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -15902,6 +15998,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -16374,6 +16474,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -16394,6 +16498,18 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "startDateTime", + "Location": "Query" + }, + { + "Name": "endDateTime", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -16422,6 +16538,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -16550,6 +16670,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -16670,6 +16794,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -16726,6 +16854,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -16870,6 +17002,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -16910,6 +17046,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -17382,6 +17522,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -17402,6 +17546,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -17858,6 +18006,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -17974,6 +18126,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -18010,6 +18166,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -18086,6 +18246,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -18206,6 +18370,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -18262,6 +18430,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -18406,6 +18578,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -18446,6 +18622,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -18918,6 +19098,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -18938,6 +19122,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -18966,6 +19154,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -19102,6 +19294,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -19222,6 +19418,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -19278,6 +19478,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -19422,6 +19626,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -19462,6 +19670,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -19934,6 +20146,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -19954,6 +20170,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -19982,6 +20202,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -20110,6 +20334,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -22922,6 +23150,10 @@ "Name": "calendarGroup-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -22942,6 +23174,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -22970,6 +23206,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -23106,6 +23346,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -23242,6 +23486,10 @@ "Name": "calendar-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -23282,6 +23530,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -24326,6 +24578,10 @@ "Name": "calendar-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -24358,6 +24614,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -25474,6 +25734,10 @@ "Name": "calendar-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -25494,6 +25758,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -25530,6 +25798,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -25614,6 +25886,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -25734,6 +26010,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -25790,6 +26070,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -25934,6 +26218,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -25974,6 +26262,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -26446,6 +26738,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -26466,6 +26762,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -26494,6 +26794,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -26630,6 +26934,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -26750,6 +27058,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -26806,6 +27118,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -26950,6 +27266,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -26990,6 +27310,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -27462,6 +27786,10 @@ "Name": "event-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -27482,6 +27810,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -27498,10 +27830,26 @@ "OperationId": "subscription_ListSubscription", "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" @@ -87555,6 +87903,10 @@ "Name": "$filter", "Location": "Query" }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" @@ -106346,6 +106698,10 @@ "Name": "$filter", "Location": "Query" }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" @@ -120936,6 +121292,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -120992,6 +121352,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -122668,6 +123032,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -123988,6 +124356,10 @@ "Name": "conversation-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -131332,10 +131704,18 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" @@ -131432,6 +131812,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -131488,6 +131872,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -134976,6 +135364,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -135124,6 +135516,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -136116,6 +136512,10 @@ "Name": "conversationThread-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -136136,6 +136536,10 @@ "Name": "group-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -144815,6 +145219,10 @@ "Name": "$top", "Location": "Query" }, + { + "Name": "$skip", + "Location": "Query" + }, { "Name": "$search", "Location": "Query" @@ -145431,6 +145839,10 @@ "OperationId": "directoryRole_ListDirectoryRole", "Method": "Get", "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, { "Name": "$skip", "Location": "Query" @@ -146799,6 +147211,10 @@ "OperationId": "directoryRoleTemplate_ListDirectoryRoleTemplate", "Method": "Get", "Parameters": [ + { + "Name": "$top", + "Location": "Query" + }, { "Name": "$skip", "Location": "Query" @@ -148998,10 +149414,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" @@ -149249,10 +149681,26 @@ "OperationId": "agreement_ListAgreement", "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" @@ -193133,10 +193581,6 @@ { "Name": "userFlowLanguagePage-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -193369,10 +193813,6 @@ { "Name": "userFlowLanguagePage-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -203472,6 +203912,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -203588,6 +204032,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -203620,6 +204068,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -203764,6 +204216,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -204287,10 +204743,6 @@ { "Name": "message-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -204780,6 +205232,10 @@ "Name": "mailFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -204812,6 +205268,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -204948,6 +205408,10 @@ "Name": "mailFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -205131,10 +205595,6 @@ { "Name": "message-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -205568,6 +206028,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -205735,10 +206199,6 @@ { "Name": "message-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -205780,6 +206240,18 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$top", + "Location": "Query" + }, + { + "Name": "$skip", + "Location": "Query" + }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -205900,6 +206372,10 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -205932,6 +206408,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -206076,6 +206556,10 @@ "Name": "message-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -218644,6 +219128,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -218780,6 +219268,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -219387,10 +219879,6 @@ { "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -219468,6 +219956,10 @@ "Name": "contactFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -219500,6 +219992,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -219899,10 +220395,6 @@ { "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -219948,6 +220440,10 @@ "Name": "contactFolder-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -219968,6 +220464,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -220136,6 +220636,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -220280,6 +220784,10 @@ "Name": "contact-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -220347,10 +220855,6 @@ { "Name": "contact-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -286215,6 +286719,10 @@ "Name": "$filter", "Location": "Query" }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" @@ -316898,10 +317406,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -317366,10 +317870,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -319026,10 +319526,6 @@ { "Name": "group-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -319642,10 +320138,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -320058,10 +320550,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -323477,10 +323965,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -324041,10 +324525,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -326181,10 +326661,6 @@ { "Name": "team-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -326813,10 +327289,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -327309,10 +327781,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -331166,10 +331634,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -331730,10 +332194,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -334067,10 +334527,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -334535,10 +334991,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -336407,10 +336859,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -336927,10 +337375,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -338815,10 +339259,6 @@ { "Name": "team-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -339527,10 +339967,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -339995,10 +340431,6 @@ { "Name": "chatMessageHostedContent-id", "Location": "Path" - }, - { - "Name": "$format", - "Location": "Query" } ] } @@ -357000,6 +357432,10 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -357116,6 +357552,10 @@ "Name": "user-id", "Location": "Path" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" @@ -358128,10 +358568,18 @@ "Name": "$skip", "Location": "Query" }, + { + "Name": "$search", + "Location": "Query" + }, { "Name": "$filter", "Location": "Query" }, + { + "Name": "$count", + "Location": "Query" + }, { "Name": "$orderby", "Location": "Query" diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index beaa2013b99..8e9d8dd0e22 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/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-beta 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-beta 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-beta operationId: application_DeleteAppManagementPolicyGraphBPreRef parameters: - name: application-id @@ -499,7 +511,11 @@ paths: put: tags: - applications.connectorGroup - summary: Update the ref of navigation property connectorGroup in applications + summary: Assign a connectorGroup to an application + description: Assign a connectorGroup to an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectorgroup-post-applications?view=graph-rest-beta operationId: application_SetConnectorGroupGraphBPreRef parameters: - name: application-id @@ -594,8 +610,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-beta operationId: application_ListExtensionProperty parameters: - name: application-id @@ -653,7 +672,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-beta operationId: application_CreateExtensionProperty parameters: - name: application-id @@ -685,8 +708,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-beta operationId: application_GetExtensionProperty parameters: - name: application-id @@ -777,7 +803,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-beta operationId: application_DeleteExtensionProperty parameters: - name: application-id @@ -834,8 +864,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-beta operationId: application_ListFederatedIdentityCredential parameters: - name: application-id @@ -893,7 +926,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-beta operationId: application_CreateFederatedIdentityCredential parameters: - name: application-id @@ -925,8 +962,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-beta operationId: application_GetFederatedIdentityCredential parameters: - name: application-id @@ -978,7 +1018,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 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta operationId: application_UpdateFederatedIdentityCredential parameters: - name: application-id @@ -1017,7 +1061,11 @@ paths: delete: tags: - applications.federatedIdentityCredential - summary: Delete navigation property federatedIdentityCredentials for applications + summary: Delete federatedIdentityCredential + description: Deletes a federatedIdentityCredential object from an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta operationId: application_DeleteFederatedIdentityCredential parameters: - name: application-id @@ -1052,8 +1100,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-beta operationId: application.federatedIdentityCredential_GetGraphBPreName parameters: - name: application-id @@ -1104,7 +1155,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 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta operationId: application.federatedIdentityCredential_UpdateGraphBPreName parameters: - name: application-id @@ -1142,7 +1197,11 @@ paths: delete: tags: - applications.federatedIdentityCredential - summary: Delete navigation property federatedIdentityCredentials for applications + summary: Delete federatedIdentityCredential + description: Deletes a federatedIdentityCredential object from an application. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta operationId: application.federatedIdentityCredential_DeleteGraphBPreName parameters: - name: application-id @@ -1354,7 +1413,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - applications.application @@ -1383,7 +1441,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: @@ -1861,8 +1944,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-beta operationId: application_ListOwner parameters: - name: application-id @@ -1931,7 +2017,11 @@ paths: delete: tags: - applications.directoryObject - summary: Delete ref of navigation property owners for applications + summary: Remove 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-beta operationId: application.owner_DeleteDirectoryObjectGraphBPreRef parameters: - name: application-id @@ -2184,8 +2274,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-beta operationId: application_ListOwnerGraphBPreRef parameters: - name: application-id @@ -2233,7 +2326,11 @@ paths: post: tags: - applications.directoryObject - summary: Create new navigation property ref to owners for applications + summary: Add owner + description: Use this API to 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-beta operationId: application_CreateOwnerGraphBPreRef parameters: - name: application-id @@ -2255,7 +2352,11 @@ paths: delete: tags: - applications.directoryObject - summary: Delete ref of navigation property owners for applications + summary: Remove 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-beta operationId: application_DeleteOwnerGraphBPreRef parameters: - name: application-id @@ -3039,6 +3140,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 @@ -3067,11 +3169,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 @@ -3103,7 +3205,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: @@ -4361,7 +4496,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-beta operationId: application.synchronization_UpdateTemplate parameters: - name: application-id @@ -5143,7 +5282,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-beta operationId: application_ListTokenIssuancePolicy parameters: - name: application-id @@ -5202,7 +5345,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-beta operationId: application.tokenIssuancePolicy_DeleteTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5259,7 +5406,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-beta operationId: application_ListTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5297,7 +5448,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-beta operationId: application_CreateTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5319,7 +5474,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-beta operationId: application_DeleteTokenIssuancePolicyGraphBPreRef parameters: - name: application-id @@ -5354,8 +5513,11 @@ paths: get: tags: - applications.tokenLifetimePolicy - summary: Get tokenLifetimePolicies from applications - description: The tokenLifetimePolicies assigned to this application. Supports $expand. + summary: List assigned tokenLifetimePolicy + description: List the tokenLifetimePolicy objects that are assigned to an application or servicePrincipal. 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-beta operationId: application_ListTokenLifetimePolicy parameters: - name: application-id @@ -5414,7 +5576,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 or servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-beta operationId: application.tokenLifetimePolicy_DeleteTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5471,8 +5637,11 @@ paths: get: tags: - applications.tokenLifetimePolicy - summary: Get ref of tokenLifetimePolicies from applications - description: The tokenLifetimePolicies assigned to this application. Supports $expand. + summary: List assigned tokenLifetimePolicy + description: List the tokenLifetimePolicy objects that are assigned to an application or servicePrincipal. 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-beta operationId: application_ListTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5510,7 +5679,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 or servicePrincipal. 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-beta operationId: application_CreateTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -5532,7 +5705,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 or servicePrincipal. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-beta operationId: application_DeleteTokenLifetimePolicyGraphBPreRef parameters: - name: application-id @@ -6181,8 +6358,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-beta operationId: group_ListAppRoleAssignment parameters: - name: group-id @@ -6250,7 +6430,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-beta operationId: group_CreateAppRoleAssignment parameters: - name: group-id @@ -6384,7 +6568,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-beta operationId: group_DeleteAppRoleAssignment parameters: - name: group-id @@ -8604,6 +8792,140 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments': + get: + tags: + - onPremisesPublishingProfiles.ipApplicationSegment + summary: Get applicationSegments from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfile_ListApplicationSegment + parameters: + - name: onPremisesPublishingProfile-id + in: path + description: The unique identifier of onPremisesPublishingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onPremisesPublishingProfile + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.ipApplicationSegmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/{ipApplicationSegment-id}': + get: + tags: + - onPremisesPublishingProfiles.ipApplicationSegment + summary: Get applicationSegments from onPremisesPublishingProfiles + operationId: onPremisesPublishingProfile_GetApplicationSegment + parameters: + - name: onPremisesPublishingProfile-id + in: path + description: The unique identifier of onPremisesPublishingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onPremisesPublishingProfile + - name: ipApplicationSegment-id + in: path + description: The unique identifier of ipApplicationSegment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: ipApplicationSegment + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ipApplicationSegment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/$count': + get: + tags: + - onPremisesPublishingProfiles.ipApplicationSegment + summary: Get the number of the resource + operationId: onPremisesPublishingProfile.applicationSegment_GetCount + parameters: + - name: onPremisesPublishingProfile-id + in: path + description: The unique identifier of onPremisesPublishingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onPremisesPublishingProfile + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups': get: tags: @@ -8992,7 +9314,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - onPremisesPublishingProfiles.connectorGroup @@ -9037,7 +9358,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - onPremisesPublishingProfiles.connectorGroup + summary: Delete logo for the navigation property applications in onPremisesPublishingProfiles + description: The main logo for the application. Not nullable. + operationId: onPremisesPublishingProfile.connectorGroup_DeleteApplicationsLogo + parameters: + - name: onPremisesPublishingProfile-id + in: path + description: The unique identifier of onPremisesPublishingProfile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onPremisesPublishingProfile + - name: connectorGroup-id + in: path + description: The unique identifier of connectorGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: connectorGroup + - 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' '/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId=''{appId}'')': get: tags: @@ -9976,8 +10338,11 @@ paths: get: tags: - onPremisesPublishingProfiles.publishedResource - summary: Get publishedResources from onPremisesPublishingProfiles - description: List of existing publishedResource objects. Read-only. Nullable. + summary: List publishedResources + description: Retrieve a list of publishedResource objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/publishedresource-list?view=graph-rest-beta operationId: onPremisesPublishingProfile_ListPublishedResource parameters: - name: onPremisesPublishingProfile-id @@ -10871,8 +11236,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-beta operationId: servicePrincipal_ListAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -10930,7 +11298,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-beta operationId: servicePrincipal_CreateAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -10962,8 +11334,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-beta operationId: servicePrincipal_GetAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -11054,7 +11429,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-beta operationId: servicePrincipal_DeleteAppRoleAssignedTo parameters: - name: servicePrincipal-id @@ -11111,8 +11490,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-beta operationId: servicePrincipal_ListAppRoleAssignment parameters: - name: servicePrincipal-id @@ -11180,7 +11562,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-beta operationId: servicePrincipal_CreateAppRoleAssignment parameters: - name: servicePrincipal-id @@ -11212,8 +11598,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-beta operationId: servicePrincipal_GetAppRoleAssignment parameters: - name: servicePrincipal-id @@ -11232,16 +11621,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 @@ -11314,7 +11693,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 that 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-beta operationId: servicePrincipal_DeleteAppRoleAssignment parameters: - name: servicePrincipal-id @@ -11381,8 +11764,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-beta operationId: servicePrincipal_ListClaimsMappingPolicy parameters: - name: servicePrincipal-id @@ -11441,7 +11827,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-beta operationId: servicePrincipal.claimsMappingPolicy_DeleteClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -11498,8 +11888,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-beta operationId: servicePrincipal_ListClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -11537,7 +11930,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-beta operationId: servicePrincipal_CreateClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -11559,7 +11956,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-beta operationId: servicePrincipal_DeleteClaimsMappingPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -11590,12 +11991,125 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/servicePrincipals/{servicePrincipal-id}/claimsPolicy': + get: + tags: + - servicePrincipals.customClaimsPolicy + summary: Get customClaimsPolicy + description: Get the properties and relationships of a customClaimsPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customclaimspolicy-get?view=graph-rest-beta + operationId: servicePrincipal_GetClaimsPolicy + 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: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customClaimsPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - servicePrincipals.customClaimsPolicy + summary: Create or replace customClaimsPolicy + description: 'Create a new customClaimsPolicy object if it doesn''t exist, or replace an existing one.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-put-customclaimspolicy?view=graph-rest-beta + operationId: servicePrincipal_UpdateClaimsPolicy + 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 + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customClaimsPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.customClaimsPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - servicePrincipals.customClaimsPolicy + summary: Delete navigation property claimsPolicy for servicePrincipals + operationId: servicePrincipal_DeleteClaimsPolicy + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/servicePrincipals/{servicePrincipal-id}/createdObjects': get: tags: - servicePrincipals.directoryObject - summary: Get createdObjects from servicePrincipals - description: Directory objects created by this service principal. Read-only. Nullable. + summary: 'servicePrincipal: List createdObjects' + description: Retrieve a list of directoryobject objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-beta operationId: servicePrincipal_ListCreatedObject parameters: - name: servicePrincipal-id @@ -11862,8 +12376,11 @@ paths: get: tags: - servicePrincipals.delegatedPermissionClassification - summary: Get delegatedPermissionClassifications from servicePrincipals - description: The permission classifications for delegated permissions exposed by the app that this service principal represents. Supports $expand. + 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-beta operationId: servicePrincipal_ListDelegatedPermissionClassification parameters: - name: servicePrincipal-id @@ -11921,7 +12438,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-beta operationId: servicePrincipal_CreateDelegatedPermissionClassification parameters: - name: servicePrincipal-id @@ -12045,7 +12566,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-beta operationId: servicePrincipal_DeleteDelegatedPermissionClassification parameters: - name: servicePrincipal-id @@ -12703,8 +13228,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-beta operationId: servicePrincipal_ListHomeRealmDiscoveryPolicy parameters: - name: servicePrincipal-id @@ -12763,7 +13291,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-beta operationId: servicePrincipal.homeRealmDiscoveryPolicy_DeleteHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -12820,8 +13352,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-beta operationId: servicePrincipal_ListHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -12859,7 +13394,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-beta operationId: servicePrincipal_CreateHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -12881,7 +13420,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-beta operationId: servicePrincipal_DeleteHomeRealmDiscoveryPolicyGraphBPreRef parameters: - name: servicePrincipal-id @@ -13183,8 +13726,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 isn't transitive. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-beta operationId: servicePrincipal_ListMemberGraphOPre parameters: - name: servicePrincipal-id @@ -14291,8 +14837,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-beta operationId: servicePrincipal_ListOauth2PermissionGrant parameters: - name: servicePrincipal-id @@ -14427,8 +14976,11 @@ paths: get: tags: - servicePrincipals.directoryObject - summary: Get ownedObjects from servicePrincipals - 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).' + summary: 'servicePrincipals: List ownedObjects' + description: Retrieve a list of objects owned by the servicePrincipal. This could include applications or groups. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-beta operationId: servicePrincipal_ListOwnedObject parameters: - name: servicePrincipal-id @@ -15091,8 +15643,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 and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' + 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-beta operationId: servicePrincipal_ListOwner parameters: - name: servicePrincipal-id @@ -15161,7 +15716,11 @@ paths: delete: tags: - servicePrincipals.directoryObject - summary: Delete ref of navigation property owners for servicePrincipals + summary: Remove 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-beta operationId: servicePrincipal.owner_DeleteDirectoryObjectGraphBPreRef parameters: - name: servicePrincipal-id @@ -15414,8 +15973,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 and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' + 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-beta operationId: servicePrincipal_ListOwnerGraphBPreRef parameters: - name: servicePrincipal-id @@ -15463,7 +16025,11 @@ paths: post: tags: - servicePrincipals.directoryObject - summary: Create new navigation property ref to owners for servicePrincipals + summary: 'servicePrincipal: Add owner' + description: '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-beta operationId: servicePrincipal_CreateOwnerGraphBPreRef parameters: - name: servicePrincipal-id @@ -15485,7 +16051,11 @@ paths: delete: tags: - servicePrincipals.directoryObject - summary: Delete ref of navigation property owners for servicePrincipals + summary: Remove 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-beta operationId: servicePrincipal_DeleteOwnerGraphBPreRef parameters: - name: servicePrincipal-id @@ -15820,8 +16390,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-beta operationId: servicePrincipal_GetRemoteDesktopSecurityConfiguration parameters: - name: servicePrincipal-id @@ -15865,7 +16438,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-beta operationId: servicePrincipal_UpdateRemoteDesktopSecurityConfiguration parameters: - name: servicePrincipal-id @@ -15896,7 +16473,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-beta operationId: servicePrincipal_DeleteRemoteDesktopSecurityConfiguration parameters: - name: servicePrincipal-id @@ -15923,8 +16504,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-beta operationId: servicePrincipal.remoteDesktopSecurityConfiguration_ListTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -15982,7 +16566,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-beta operationId: servicePrincipal.remoteDesktopSecurityConfiguration_CreateTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -16014,8 +16602,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-beta operationId: servicePrincipal.remoteDesktopSecurityConfiguration_GetTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -16067,7 +16658,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-beta operationId: servicePrincipal.remoteDesktopSecurityConfiguration_UpdateTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -16106,7 +16701,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-beta operationId: servicePrincipal.remoteDesktopSecurityConfiguration_DeleteTargetDeviceGroup parameters: - name: servicePrincipal-id @@ -16266,8 +16865,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-beta operationId: servicePrincipal.synchronization_ListJob parameters: - name: servicePrincipal-id @@ -16325,7 +16927,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-beta operationId: servicePrincipal.synchronization_CreateJob parameters: - name: servicePrincipal-id @@ -16357,8 +16963,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-beta operationId: servicePrincipal.synchronization_GetJob parameters: - name: servicePrincipal-id @@ -16449,7 +17058,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-beta operationId: servicePrincipal.synchronization_DeleteJob parameters: - name: servicePrincipal-id @@ -16612,6 +17225,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 @@ -16640,11 +17254,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 @@ -16676,7 +17290,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: @@ -16900,8 +17547,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-beta operationId: servicePrincipal.synchronization.job_GetSchema parameters: - name: servicePrincipal-id @@ -16953,7 +17603,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-beta operationId: servicePrincipal.synchronization.job_UpdateSchema parameters: - name: servicePrincipal-id @@ -17723,7 +18377,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-beta operationId: servicePrincipal.synchronization_SetSecret parameters: - name: servicePrincipal-id @@ -17790,8 +18448,11 @@ paths: get: tags: - servicePrincipals.synchronization - summary: Get templates from servicePrincipals - description: Pre-configured 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-beta operationId: servicePrincipal.synchronization_ListTemplate parameters: - name: servicePrincipal-id @@ -18852,8 +19513,11 @@ paths: get: tags: - servicePrincipals.tokenLifetimePolicy - summary: Get tokenLifetimePolicies from servicePrincipals - description: The tokenLifetimePolicies assigned to this service principal. Supports $expand. + 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-beta operationId: servicePrincipal_ListTokenLifetimePolicy parameters: - name: servicePrincipal-id @@ -18988,7 +19652,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-beta operationId: servicePrincipal_ListTransitiveMemberGraphOPre parameters: - name: servicePrincipal-id @@ -19978,8 +20646,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 a user has been granted. 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-beta operationId: user_ListAppRoleAssignment parameters: - name: user-id @@ -20047,7 +20718,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-beta operationId: user_CreateAppRoleAssignment parameters: - name: user-id @@ -20181,7 +20856,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-beta operationId: user_DeleteAppRoleAssignment parameters: - name: user-id @@ -20836,6 +21515,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: @@ -21018,7 +21699,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: @@ -21829,6 +22510,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 @@ -22045,6 +22727,11 @@ components: $ref: '#/components/schemas/microsoft.graph.onPremisesAgent' description: List of existing onPremisesAgent objects. Read-only. Nullable. x-ms-navigationProperty: true + applicationSegments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.ipApplicationSegment' + x-ms-navigationProperty: true connectorGroups: type: array items: @@ -22111,6 +22798,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.onPremisesPublishingType' + description: 'Possible values are: applicationProxy, exchangeOnline, authentication, provisioning, adAdministration.' agentGroups: type: array items: @@ -22143,6 +22831,34 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.ipApplicationSegment: + allOf: + - $ref: '#/components/schemas/microsoft.graph.applicationSegment' + - title: ipApplicationSegment + type: object + properties: + destinationHost: + type: string + nullable: true + destinationType: + $ref: '#/components/schemas/microsoft.graph.privateNetworkDestinationType' + port: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + ports: + type: array + items: + type: string + nullable: true + protocol: + $ref: '#/components/schemas/microsoft.graph.privateNetworkProtocol' + application: + $ref: '#/components/schemas/microsoft.graph.application' + additionalProperties: + type: object microsoft.graph.connector: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -22187,6 +22903,31 @@ components: x-ms-navigationProperty: true 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' @@ -22401,10 +23142,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 @@ -22474,7 +23216,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 @@ -23067,6 +23809,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: @@ -23308,14 +24051,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: @@ -23331,6 +24077,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: @@ -23849,7 +24596,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 @@ -24216,6 +24963,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: @@ -24373,6 +25124,10 @@ components: 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 @@ -24465,6 +25220,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -24480,7 +25239,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: @@ -24492,7 +25251,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' @@ -24857,7 +25616,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 @@ -26258,7 +27017,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -26349,10 +27108,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: @@ -26365,6 +27126,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 @@ -26383,6 +27145,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -26395,6 +27158,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: @@ -26437,16 +27201,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 @@ -27445,6 +28212,32 @@ components: - active - inactive type: string + microsoft.graph.applicationSegment: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: applicationSegment + type: object + additionalProperties: + type: object + microsoft.graph.privateNetworkDestinationType: + title: privateNetworkDestinationType + enum: + - ipAddress + - ipRange + - ipRangeCidr + - fqdn + - dnsSuffix + - unknownFutureValue + type: string + microsoft.graph.privateNetworkProtocol: + title: privateNetworkProtocol + enum: + - tcp + - udp + - unknownFutureValue + type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.connectorStatus: title: connectorStatus enum: @@ -27481,6 +28274,17 @@ components: description: Collection of password restrictions settings to be applied to an application or service principal. 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: @@ -28012,6 +28816,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.ipApplicationSegmentCollectionResponse: + title: Collection of ipApplicationSegment + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.ipApplicationSegment' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.connectorGroupCollectionResponse: title: Collection of connectorGroup type: object @@ -28511,36 +29328,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' @@ -29033,8 +29857,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])$' @@ -29294,6 +30120,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: @@ -29526,6 +30354,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 @@ -29701,6 +30530,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -30015,6 +30846,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -30156,6 +30988,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: @@ -30212,6 +31045,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. @@ -30339,7 +31174,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -30388,6 +31222,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. @@ -30658,6 +31494,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: @@ -31425,6 +32262,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.' @@ -33478,10 +34317,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 @@ -33676,12 +34517,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: @@ -34064,12 +34907,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 @@ -34089,7 +34932,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' @@ -34132,6 +34975,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: @@ -34300,6 +35144,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -35049,11 +35894,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -35596,6 +36441,7 @@ components: 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: @@ -35615,6 +36461,7 @@ components: 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: @@ -35627,6 +36474,21 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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.MembershipRuleProcessingStatusDetails: title: MembershipRuleProcessingStatusDetails enum: @@ -36260,6 +37122,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' @@ -36474,11 +37344,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: @@ -37092,6 +37966,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 @@ -37353,6 +38228,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' @@ -37545,6 +38430,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' @@ -38324,6 +39217,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: @@ -38941,6 +39835,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: @@ -40168,6 +41099,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -40177,6 +41109,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 @@ -40891,6 +41824,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: @@ -41557,6 +42495,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -41717,6 +42661,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.ODataErrors.ErrorDetails: required: - code @@ -42328,14 +43290,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: @@ -42346,6 +43300,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 @@ -42770,6 +43732,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 @@ -43045,6 +44051,14 @@ components: 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 @@ -44429,6 +45443,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -44775,6 +45807,17 @@ components: nullable: true 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: @@ -44851,6 +45894,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 @@ -46089,6 +47178,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: @@ -46788,6 +47905,60 @@ components: - chat - unknownFutureValue type: string + 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 @@ -47127,27 +48298,71 @@ components: - aborted - unknownFutureValue 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' additionalProperties: @@ -47291,6 +48506,41 @@ components: $ref: '#/components/schemas/microsoft.graph.workbookChartFont' additionalProperties: type: object + 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' @@ -47514,6 +48764,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.publishedResourceCollectionResponse' + microsoft.graph.ipApplicationSegmentCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.ipApplicationSegmentCollectionResponse' microsoft.graph.connectorGroupCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index 501aaea5662..9a8f458e7e5 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -2270,7 +2270,11 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete navigation property bookingBusinesses for solutions + 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 @@ -2297,8 +2301,8 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get appointments from solutions - description: All the appointments of this business. Read-only. Nullable. + 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 @@ -2388,8 +2392,11 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get appointments from solutions - description: All the appointments of this business. Read-only. Nullable. + 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: bookingBusiness-id @@ -2441,7 +2448,11 @@ paths: patch: tags: - solutions.bookingBusiness - summary: Update the navigation property appointments in solutions + 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: bookingBusiness-id @@ -2480,7 +2491,11 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete navigation property appointments for solutions + 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: bookingBusiness-id @@ -3985,7 +4000,11 @@ paths: get: tags: - solutions.bookingCurrency - summary: Get bookingCurrencies from solutions + 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' @@ -4058,7 +4077,11 @@ paths: get: tags: - solutions.bookingCurrency - summary: Get bookingCurrencies from solutions + 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: bookingCurrency-id @@ -4174,7 +4197,11 @@ paths: get: tags: - solutions.businessScenario - summary: Get businessScenarios from solutions + 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' @@ -4224,7 +4251,11 @@ paths: post: tags: - solutions.businessScenario - summary: Create new navigation property to businessScenarios for solutions + 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 @@ -4247,7 +4278,11 @@ paths: get: tags: - solutions.businessScenario - summary: Get businessScenarios from solutions + 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 @@ -4291,7 +4326,11 @@ paths: patch: tags: - solutions.businessScenario - summary: Update the navigation property businessScenarios in solutions + 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 @@ -4322,7 +4361,11 @@ paths: delete: tags: - solutions.businessScenario - summary: Delete navigation property businessScenarios for solutions + 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 @@ -4349,8 +4392,11 @@ paths: get: tags: - solutions.businessScenario - summary: Get planner from solutions - description: Planner content related to the scenario. + 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 @@ -5715,7 +5761,11 @@ paths: get: tags: - solutions.businessScenario - summary: Get businessScenarios from solutions + 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 @@ -5759,7 +5809,11 @@ paths: patch: tags: - solutions.businessScenario - summary: Update the navigation property businessScenarios in solutions + 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 @@ -5790,7 +5844,11 @@ paths: delete: tags: - solutions.businessScenario - summary: Delete navigation property businessScenarios for solutions + 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 @@ -8027,7 +8085,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get townhalls from solutions + summary: Get virtualEventTownhall + description: Read the properties and relationships of a virtualEventTownhall object. operationId: solution.virtualEvent_ListTownhall parameters: - $ref: '#/components/parameters/top' @@ -8077,7 +8136,11 @@ paths: post: tags: - solutions.virtualEventsRoot - summary: Create new navigation property to townhalls for solutions + summary: Create virtualEvent + 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 @@ -8100,7 +8163,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get townhalls from solutions + 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 @@ -8144,7 +8211,11 @@ paths: patch: tags: - solutions.virtualEventsRoot - summary: Update the navigation property townhalls in solutions + 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: virtualEventTownhall-id @@ -8202,8 +8273,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get presenters from solutions - description: The virtual event presenters. + 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 @@ -8261,7 +8335,11 @@ paths: post: tags: - solutions.virtualEventsRoot - summary: Create new navigation property to presenters for solutions + 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 @@ -8293,8 +8371,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get presenters from solutions - description: The virtual event presenters. + 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 @@ -8385,7 +8466,11 @@ paths: delete: tags: - solutions.virtualEventsRoot - summary: Delete navigation property presenters for solutions + 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 @@ -10257,7 +10342,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get webinars from solutions + 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' @@ -10330,7 +10419,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get webinars from solutions + 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 @@ -10576,7 +10669,11 @@ paths: patch: tags: - solutions.virtualEventsRoot - summary: Update the navigation property presenters in solutions + 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 @@ -10891,7 +10988,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get registrationConfiguration from solutions + 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 @@ -10936,8 +11037,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get registrations from solutions - description: Registration records of the webinar. + 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 @@ -11027,8 +11131,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get registrations from solutions - description: Registration records of the webinar. + 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 @@ -11150,6 +11257,35 @@ paths: 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 + 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: @@ -11373,8 +11509,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get registrations from solutions - description: Registration records of the webinar. + 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 @@ -11496,12 +11635,44 @@ paths: 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 + 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 registrations from solutions - description: Registration records of the webinar. + 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 @@ -11623,6 +11794,35 @@ paths: 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 + 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: @@ -11649,8 +11849,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get sessions from solutions - description: Sessions for the virtual event. + 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 @@ -11740,8 +11943,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get sessions from solutions - description: Sessions for the virtual event. + 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 @@ -12929,8 +13135,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get sessions from solutions - description: Sessions for the virtual event. + 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 @@ -13093,7 +13302,7 @@ paths: tags: - solutions.Functions summary: Invoke function getByUserIdAndRole - description: Get a virtualEventWebinar collection where the specified user is either the organizer or a coorganizer. + 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 @@ -13177,7 +13386,7 @@ paths: tags: - solutions.Functions summary: Invoke function getByUserRole - description: Get a virtualEventWebinar collection where the signed-in user is either the organizer or a coorganizer. + 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 @@ -14211,6 +14420,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -14247,12 +14462,15 @@ components: type: array items: $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 identites 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 @@ -14602,7 +14820,7 @@ components: description: Indicates whether it's mandatory to answer the custom question. questionId: type: string - description: If it's mandatory to answer the custom question. + description: The ID of the custom question. additionalProperties: type: object microsoft.graph.bookingStaffMembershipStatus: @@ -14944,11 +15162,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -15778,6 +15996,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -15787,6 +16006,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 diff --git a/openApiDocs/beta/Calendar.yml b/openApiDocs/beta/Calendar.yml index ed81adad65d..d16fabd8e97 100644 --- a/openApiDocs/beta/Calendar.yml +++ b/openApiDocs/beta/Calendar.yml @@ -60,6 +60,7 @@ paths: 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 @@ -254,6 +255,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -294,6 +296,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 @@ -411,6 +414,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -618,6 +622,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -693,6 +698,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -2438,6 +2444,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2470,6 +2477,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -2724,6 +2732,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2772,6 +2781,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 @@ -4500,6 +4510,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -4521,6 +4532,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -4545,6 +4557,7 @@ paths: 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 @@ -4770,6 +4783,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -4977,6 +4991,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -5052,6 +5067,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -6797,6 +6813,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -6829,6 +6846,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -7083,6 +7101,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -7131,6 +7150,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 @@ -8859,6 +8879,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -8880,6 +8901,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -8890,8 +8912,11 @@ paths: get: tags: - groups.event - summary: Get calendarView from groups - description: The calendar view for the calendar. Read-only. + summary: List calendarView + description: 'Get the occurrences, exceptions, and single instances of events in a calendar view defined by a time range, from the default calendar of a group.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-calendarview?view=graph-rest-beta operationId: group_ListCalendarView parameters: - name: group-id @@ -8920,6 +8945,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 @@ -9037,6 +9063,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -9244,6 +9271,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -9319,6 +9347,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -11064,6 +11093,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -11096,6 +11126,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -11350,6 +11381,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -11398,6 +11430,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 @@ -13126,6 +13159,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -13147,6 +13181,23 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: startDateTime + 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: endDateTime + 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/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -13157,8 +13208,11 @@ paths: get: tags: - groups.event - summary: Get events from groups - description: The group's events. + summary: List events + description: Retrieve a list of event objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-beta operationId: group_ListEvent parameters: - name: group-id @@ -13171,6 +13225,7 @@ paths: 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 @@ -13205,7 +13260,11 @@ paths: post: tags: - groups.event - summary: Create new navigation property to events for groups + summary: Create event + description: Use this API to create a new event. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-beta operationId: group_CreateEvent parameters: - name: group-id @@ -13237,8 +13296,11 @@ paths: get: tags: - groups.event - summary: Get events from groups - description: The group's events. + summary: Get event + description: Get an event object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-beta operationId: group_GetEvent parameters: - name: group-id @@ -13280,7 +13342,11 @@ paths: patch: tags: - groups.event - summary: Update the navigation property events in groups + summary: Update event + description: Update an event object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-beta operationId: group_UpdateEvent parameters: - name: group-id @@ -13319,7 +13385,11 @@ paths: delete: tags: - groups.event - summary: Delete navigation property events for groups + summary: Delete event + description: Delete an event object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-beta operationId: group_DeleteEvent parameters: - name: group-id @@ -13376,6 +13446,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -13583,6 +13654,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -13658,6 +13730,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -15403,6 +15476,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -15413,8 +15487,8 @@ paths: get: tags: - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. + summary: Get openTypeExtension + description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. operationId: group.event_ListExtension parameters: - name: group-id @@ -15435,6 +15509,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -15479,7 +15554,11 @@ paths: post: tags: - groups.event - summary: Create new navigation property to extensions for groups + 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/opentypeextension-post-opentypeextension?view=graph-rest-beta operationId: group.event_CreateExtension parameters: - name: group-id @@ -15519,8 +15598,11 @@ paths: get: tags: - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. + summary: Get openTypeExtension + description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta operationId: group.event_GetExtension parameters: - name: group-id @@ -15689,6 +15771,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -15737,6 +15820,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 @@ -17465,6 +17549,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -17486,6 +17571,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -17558,7 +17644,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.room + summary: List places + description: "Get a collection of the specified type of place objects defined in the tenant. You can do the following for a given tenant:\n- List all the rooms.\n- List all the workspaces.\n- List all the room lists.\n- List rooms in a specific room list.\n- List workspaces in a specific room list. A place object can be one of the following types: The room, workspace and roomList resources are derived from the place object. By default, this operation returns up to 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta operationId: place_GetPlaceAsRoom parameters: - name: place-id @@ -18450,7 +18540,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.room in the microsoft.graph.place collection + summary: List places + description: "Get a collection of the specified type of place objects defined in the tenant. You can do the following for a given tenant:\n- List all the rooms.\n- List all the workspaces.\n- List all the room lists.\n- List rooms in a specific room list.\n- List workspaces in a specific room list. A place object can be one of the following types: The room, workspace and roomList resources are derived from the place object. By default, this operation returns up to 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. For details about how they compare, see Using the places API." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta operationId: place_ListPlaceAsRoom parameters: - $ref: '#/components/parameters/top' @@ -18645,8 +18739,8 @@ paths: get: tags: - users.calendar - summary: Get calendarPermissions from users - description: The permissions of the users with whom the calendar is shared. + summary: Get calendarPermission + description: Get the specified permissions object of a user or group calendar that has been shared. operationId: user.calendar_ListCalendarPermission parameters: - name: user-id @@ -18659,6 +18753,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 @@ -18693,7 +18788,11 @@ paths: post: tags: - users.calendar - summary: Create new navigation property to calendarPermissions for users + summary: Create calendarPermission + description: Create a calendarPermission resource to specify the identity and role of the user with whom the specified calendar is being shared or delegated. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-beta operationId: user.calendar_CreateCalendarPermission parameters: - name: user-id @@ -18725,8 +18824,11 @@ paths: get: tags: - users.calendar - summary: Get calendarPermissions from users - description: The permissions of the users with whom the calendar is shared. + summary: Get calendarPermission + description: Get the specified permissions object of a user or group calendar that has been shared. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-beta operationId: user.calendar_GetCalendarPermission parameters: - name: user-id @@ -18768,7 +18870,11 @@ paths: patch: tags: - users.calendar - summary: Update the navigation property calendarPermissions in users + summary: Update calendarPermission + description: 'Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-beta operationId: user.calendar_UpdateCalendarPermission parameters: - name: user-id @@ -18807,7 +18913,11 @@ paths: delete: tags: - users.calendar - summary: Delete navigation property calendarPermissions for users + summary: Delete calendarPermission + description: Delete calendarPermission. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-beta operationId: user.calendar_DeleteCalendarPermission parameters: - name: user-id @@ -18853,6 +18963,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -18893,6 +19004,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 @@ -19010,6 +19122,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -19217,6 +19330,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -19292,6 +19406,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -21037,6 +21152,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -21069,6 +21185,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -21323,6 +21440,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -21371,6 +21489,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 @@ -23099,6 +23218,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -23120,6 +23240,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -23144,6 +23265,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 @@ -23369,6 +23491,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -23576,6 +23699,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -23651,6 +23775,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -25396,6 +25521,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -25428,6 +25554,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -25682,6 +25809,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -25730,6 +25858,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 @@ -27458,6 +27587,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -27479,6 +27609,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -27503,6 +27634,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 @@ -27708,6 +27840,7 @@ paths: x-ms-docs-key-type: calendarGroup - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -39330,6 +39463,7 @@ paths: schema: type: string x-ms-docs-key-type: calendarGroup + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -39351,6 +39485,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -39375,6 +39510,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 @@ -39600,6 +39736,7 @@ paths: x-ms-docs-key-type: calendar - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -39834,6 +39971,7 @@ paths: schema: type: string x-ms-docs-key-type: calendar + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -39882,6 +40020,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 @@ -44701,6 +44840,7 @@ paths: schema: type: string x-ms-docs-key-type: calendar + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -44733,6 +44873,7 @@ paths: x-ms-docs-key-type: calendar - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -49684,6 +49825,7 @@ paths: schema: type: string x-ms-docs-key-type: calendar + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -49705,6 +49847,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -49745,6 +49888,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 @@ -49882,6 +50026,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -50089,6 +50234,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -50164,6 +50310,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -51909,6 +52056,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -51941,6 +52089,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -52195,6 +52344,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -52243,6 +52393,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 @@ -53971,6 +54122,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -53992,6 +54144,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -54016,6 +54169,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 @@ -54241,6 +54395,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -54448,6 +54603,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -54523,6 +54679,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -56268,6 +56425,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -56300,6 +56458,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -56554,6 +56713,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -56602,6 +56762,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 @@ -58330,6 +58491,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -58351,6 +58513,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -58518,6 +58681,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: @@ -58983,8 +59150,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])$' @@ -59700,6 +59869,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 @@ -59716,14 +59893,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 diff --git a/openApiDocs/beta/ChangeNotifications.yml b/openApiDocs/beta/ChangeNotifications.yml index a0fd8a67ef4..99fdec97d42 100644 --- a/openApiDocs/beta/ChangeNotifications.yml +++ b/openApiDocs/beta/ChangeNotifications.yml @@ -17,7 +17,11 @@ paths: url: https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta operationId: subscription_ListSubscription 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 @@ -347,6 +351,25 @@ components: schema: $ref: '#/components/schemas/microsoft.graph.ODataErrors.ODataError' 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 @@ -355,6 +378,22 @@ components: 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 diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index cd1c8d48ba6..ae2ba441eac 100644 --- a/openApiDocs/beta/CloudCommunications.yml +++ b/openApiDocs/beta/CloudCommunications.yml @@ -69,7 +69,11 @@ paths: get: tags: - communications.callRecord - summary: Get callRecords from communications + summary: List callRecords + description: Get the list of callRecord objects and their properties. The results can be optionally filtered using the $filter query parameter on the startDateTime and participant id properties. Note that the listed call records don't include expandable relationships such as sessions and participants_v2. You can expand these relationships using Get callRecord for a specific record. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecords-cloudcommunications-list-callrecords?view=graph-rest-beta operationId: communication_ListCallRecord parameters: - $ref: '#/components/parameters/top' @@ -142,7 +146,11 @@ paths: get: tags: - communications.callRecord - summary: Get callRecords from communications + summary: Get callRecord + description: 'Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-beta operationId: communication_GetCallRecord parameters: - name: callRecord-id @@ -347,8 +355,11 @@ paths: get: tags: - communications.callRecord - summary: Get participants_v2 from communications - description: List of distinct participants in the call. + summary: List participants_v2 + description: Get the list of participant objects associated with a callRecord. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-beta operationId: communication.callRecord_ListParticipants_v2 parameters: - name: callRecord-id @@ -587,8 +598,11 @@ paths: get: tags: - communications.callRecord - summary: Get sessions from communications - description: 'List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable.' + summary: List sessions + description: Retrieve the list of sessions associated with a callRecord object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-beta operationId: communication.callRecord_ListSession parameters: - name: callRecord-id @@ -1130,6 +1144,7 @@ paths: tags: - communications.Functions summary: Invoke function getPstnBlockedUsersLog + description: Get the log of users who are blocked/unblocked from making public switched telephone network (PSTN) calls in Microsoft Teams as a collection of pstnBlockedUsersLogRow entries. The log includes information about each blocked user such as their assigned phone number and the reason they were blocked/unblocked from making calls. operationId: communication.callRecord_getPstnBlockedUsersLog parameters: - name: fromDateTime @@ -1185,6 +1200,7 @@ paths: tags: - communications.Functions summary: Invoke function getPstnOnlineMeetingDialoutReport + description: "Get aggregated report of usage and money spent for the audio conferencing dial-out service over a selected period as a collection of pstnOnlineMeetingDialoutReport entries.\nThe report is aggregated by user, user location, destination context (domestic/international), and currency. The report includes:" operationId: communication.callRecord_getPstnOnlineMeetingDialoutReport parameters: - name: fromDateTime @@ -1240,6 +1256,7 @@ paths: tags: - communications.Functions summary: Invoke function getSmsLog + description: Get the log of a sent/received SMS as a collection of smsLogRow entries. operationId: communication.callRecord_getSmsLog parameters: - name: fromDateTime @@ -1294,7 +1311,8 @@ paths: get: tags: - communications.call - summary: Get calls from communications + summary: Get call + description: Retrieve the properties and relationships of a call object. operationId: communication_ListCall parameters: - $ref: '#/components/parameters/top' @@ -1344,7 +1362,11 @@ paths: post: tags: - communications.call - summary: Create new navigation property to calls for communications + summary: Create call + description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You need to register the calling bot and go through the list of permissions needed.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-beta operationId: communication_CreateCall requestBody: description: New navigation property @@ -1367,7 +1389,11 @@ paths: get: tags: - communications.call - summary: Get calls from communications + summary: Get call + description: Retrieve the properties and relationships of a call object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/call-get?view=graph-rest-beta operationId: communication_GetCall parameters: - name: call-id @@ -1442,7 +1468,11 @@ paths: delete: tags: - communications.call - summary: Delete navigation property calls for communications + summary: Delete call + description: 'Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-beta operationId: communication_DeleteCall parameters: - name: call-id @@ -1469,7 +1499,11 @@ paths: get: tags: - communications.call - summary: Get audioRoutingGroups from communications + summary: List audio routing groups + description: Retrieve a list of audioRoutingGroup objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-beta operationId: communication.call_ListAudioRoutingGroup parameters: - name: call-id @@ -1527,7 +1561,11 @@ paths: post: tags: - communications.call - summary: Create new navigation property to audioRoutingGroups for communications + summary: Create audio routing group + description: Create a new audioRoutingGroup. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-beta operationId: communication.call_CreateAudioRoutingGroup parameters: - name: call-id @@ -1559,7 +1597,11 @@ paths: get: tags: - communications.call - summary: Get audioRoutingGroups from communications + summary: Get audio routing group + description: Retrieve the properties and relationships of an audioRoutingGroup object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-beta operationId: communication.call_GetAudioRoutingGroup parameters: - name: call-id @@ -1611,7 +1653,11 @@ paths: patch: tags: - communications.call - summary: Update the navigation property audioRoutingGroups in communications + summary: Update audio routing group + description: Modify sources and receivers of an audioRoutingGroup. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-beta operationId: communication.call_UpdateAudioRoutingGroup parameters: - name: call-id @@ -1650,7 +1696,11 @@ paths: delete: tags: - communications.call - summary: Delete navigation property audioRoutingGroups for communications + summary: Delete audio routing group + description: Delete the specified audioRoutingGroup. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-beta operationId: communication.call_DeleteAudioRoutingGroup parameters: - name: call-id @@ -1707,7 +1757,11 @@ paths: get: tags: - communications.call - summary: Get contentSharingSessions from communications + summary: List contentSharingSessions + description: Retrieve a list of contentSharingSession objects in a call. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-beta operationId: communication.call_ListContentSharingSession parameters: - name: call-id @@ -1797,7 +1851,11 @@ paths: get: tags: - communications.call - summary: Get contentSharingSessions from communications + summary: Get contentSharingSession + description: Retrieve the properties of a contentSharingSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-beta operationId: communication.call_GetContentSharingSession parameters: - name: call-id @@ -2705,7 +2763,8 @@ paths: get: tags: - communications.call - summary: Get operations from communications + summary: Get addLargeGalleryViewOperation + description: Get the status of an operation that adds the large gallery view to a call. operationId: communication.call_ListOperation parameters: - name: call-id @@ -2795,7 +2854,11 @@ paths: get: tags: - communications.call - summary: Get operations from communications + summary: Get addLargeGalleryViewOperation + description: Get the status of an operation that adds the large gallery view to a call. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-beta operationId: communication.call_GetOperation parameters: - name: call-id @@ -2943,7 +3006,11 @@ paths: get: tags: - communications.call - summary: Get participants from communications + summary: List participants + description: Retrieve a list of participant objects in the call. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-beta operationId: communication.call_ListParticipant parameters: - name: call-id @@ -3033,7 +3100,11 @@ paths: get: tags: - communications.call - summary: Get participants from communications + summary: Get participant + description: Retrieve the properties and relationships of a participant object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-beta operationId: communication.call_GetParticipant parameters: - name: call-id @@ -3124,7 +3195,11 @@ paths: delete: tags: - communications.call - summary: Delete navigation property participants for communications + summary: Delete participant + 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta operationId: communication.call_DeleteParticipant parameters: - name: call-id @@ -3334,10 +3409,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-beta + url: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta operationId: communication.call.participant_invite parameters: - name: call-id @@ -3516,7 +3591,11 @@ paths: get: tags: - communications.onlineMeeting - summary: Get onlineMeetings from communications + summary: Get onlineMeeting + description: 'Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) and Teams live event recordings (deprecated) are online meeting artifacts. For details, see Online meeting artifacts and permissions. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-beta operationId: communication_ListOnlineMeeting parameters: - $ref: '#/components/parameters/top' @@ -3692,6 +3771,7 @@ paths: tags: - communications.onlineMeeting summary: Get alternativeRecording for the navigation property onlineMeetings from communications + description: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. operationId: communication_GetOnlineMeetingsAlternativeRecording parameters: - name: onlineMeeting-id @@ -3712,11 +3792,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - communications.onlineMeeting summary: Update alternativeRecording for the navigation property onlineMeetings in communications + description: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. operationId: communication_SetOnlineMeetingsAlternativeRecording parameters: - name: onlineMeeting-id @@ -3740,7 +3820,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - communications.onlineMeeting + summary: Delete alternativeRecording for the navigation property onlineMeetings in communications + description: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. + operationId: communication_DeleteOnlineMeetingsAlternativeRecording + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports': get: tags: @@ -4274,6 +4379,7 @@ paths: tags: - communications.onlineMeeting summary: Get attendeeReport for the navigation property onlineMeetings from communications + description: The content stream of the attendee report of a Teams live event. Read-only. operationId: communication_GetOnlineMeetingsAttendeeReport parameters: - name: onlineMeeting-id @@ -4294,11 +4400,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - communications.onlineMeeting summary: Update attendeeReport for the navigation property onlineMeetings in communications + description: The content stream of the attendee report of a Teams live event. Read-only. operationId: communication_SetOnlineMeetingsAttendeeReport parameters: - name: onlineMeeting-id @@ -4322,7 +4428,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - communications.onlineMeeting + summary: Delete attendeeReport for the navigation property onlineMeetings in communications + description: The content stream of the attendee report of a Teams live event. Read-only. + operationId: communication_DeleteOnlineMeetingsAttendeeReport + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording': get: tags: @@ -4348,7 +4479,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - communications.onlineMeeting @@ -4376,12 +4506,37 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - communications.onlineMeeting + summary: Delete broadcastRecording for the navigation property onlineMeetings in communications + operationId: communication_DeleteOnlineMeetingsBroadcastRecording + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/communications/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport': get: tags: - communications.onlineMeeting summary: Get meetingAttendanceReport from communications + description: The attendance report of the latest online meeting session. Read-only. operationId: communication.onlineMeeting_GetMeetingAttendanceReport parameters: - name: onlineMeeting-id @@ -4841,6 +4996,7 @@ paths: tags: - communications.onlineMeeting summary: Get recording for the navigation property onlineMeetings from communications + description: The content stream of the recording of a Teams live event. Read-only. operationId: communication_GetOnlineMeetingsRecording parameters: - name: onlineMeeting-id @@ -4861,11 +5017,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - communications.onlineMeeting summary: Update recording for the navigation property onlineMeetings in communications + description: The content stream of the recording of a Teams live event. Read-only. operationId: communication_SetOnlineMeetingsRecording parameters: - name: onlineMeeting-id @@ -4889,7 +5045,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - communications.onlineMeeting + summary: Delete recording for the navigation property onlineMeetings in communications + description: The content stream of the recording of a Teams live event. Read-only. + operationId: communication_DeleteOnlineMeetingsRecording + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/communications/onlineMeetings/{onlineMeeting-id}/recordings': get: tags: @@ -5142,7 +5323,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - communications.onlineMeeting @@ -5183,7 +5363,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecording' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - communications.onlineMeeting + summary: Delete content for the navigation property recordings in communications + description: The content of the recording. Read-only. + operationId: communication.onlineMeeting_DeleteRecordingsContent + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count': get: tags: @@ -6118,7 +6331,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - communications.onlineMeeting @@ -6159,7 +6371,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.callTranscript' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - communications.onlineMeeting + summary: Delete content for the navigation property transcripts in communications + description: The content of the transcript. Read-only. + operationId: communication.onlineMeeting_DeleteTranscriptsContent + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent': get: tags: @@ -6194,7 +6439,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - communications.onlineMeeting @@ -6231,7 +6475,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - communications.onlineMeeting + summary: Delete metadataContent for the navigation property transcripts in communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communication.onlineMeeting_DeleteTranscriptsMetadataContent + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count': get: tags: @@ -6613,18 +6890,50 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - /communications/onlineMeetings/microsoft.graph.getAllRecordings(): + '/communications/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': get: tags: - communications.Functions summary: Invoke function getAllRecordings + description: 'Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they''re added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta operationId: communication.onlineMeeting_getAllRecording parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + style: form + explode: false + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + style: form + explode: false + 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 + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + style: form + explode: false + 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 + 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 @@ -6679,17 +6988,45 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /communications/onlineMeetings/microsoft.graph.getAllTranscripts(): + '/communications/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': get: tags: - communications.Functions summary: Invoke function getAllTranscripts - description: 'Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they are added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization that gets all the transcripts for online meetings organized by the user, and incremental synchronization that gets transcripts that have been added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that transcript view periodically. Find more information in the delta query documentation. For additional examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' + description: 'Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they''re added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta operationId: communication.onlineMeeting_getAllTranscript parameters: + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + style: form + explode: false + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + style: form + explode: false + 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 + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + style: form + explode: false + 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 + nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -6753,7 +7090,8 @@ paths: get: tags: - communications.presence - summary: Get presences from communications + summary: Get presence + description: Get a user's presence information. operationId: communication_ListPresence parameters: - $ref: '#/components/parameters/top' @@ -6826,7 +7164,11 @@ paths: get: tags: - communications.presence - summary: Get presences from communications + summary: Get presence + description: Get a user's presence information. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta operationId: communication_GetPresence parameters: - name: presence-id @@ -7352,6 +7694,7 @@ paths: tags: - users.onlineMeeting summary: Get alternativeRecording for the navigation property onlineMeetings from users + description: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. operationId: user_GetOnlineMeetingsAlternativeRecording parameters: - name: user-id @@ -7380,11 +7723,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onlineMeeting summary: Update alternativeRecording for the navigation property onlineMeetings in users + description: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. operationId: user_SetOnlineMeetingsAlternativeRecording parameters: - name: user-id @@ -7416,7 +7759,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onlineMeeting + summary: Delete alternativeRecording for the navigation property onlineMeetings in users + description: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. + operationId: user_DeleteOnlineMeetingsAlternativeRecording + 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: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports': get: tags: @@ -8046,6 +8422,7 @@ paths: tags: - users.onlineMeeting summary: Get attendeeReport for the navigation property onlineMeetings from users + description: The content stream of the attendee report of a Teams live event. Read-only. operationId: user_GetOnlineMeetingsAttendeeReport parameters: - name: user-id @@ -8074,11 +8451,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onlineMeeting summary: Update attendeeReport for the navigation property onlineMeetings in users + description: The content stream of the attendee report of a Teams live event. Read-only. operationId: user_SetOnlineMeetingsAttendeeReport parameters: - name: user-id @@ -8110,7 +8487,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onlineMeeting + summary: Delete attendeeReport for the navigation property onlineMeetings in users + description: The content stream of the attendee report of a Teams live event. Read-only. + operationId: user_DeleteOnlineMeetingsAttendeeReport + 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: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording': get: tags: @@ -8144,7 +8554,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onlineMeeting @@ -8180,12 +8589,45 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onlineMeeting + summary: Delete broadcastRecording for the navigation property onlineMeetings in users + operationId: user_DeleteOnlineMeetingsBroadcastRecording + 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: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/meetingAttendanceReport': get: tags: - users.onlineMeeting summary: Get meetingAttendanceReport from users + description: The attendance report of the latest online meeting session. Read-only. operationId: user.onlineMeeting_GetMeetingAttendanceReport parameters: - name: user-id @@ -8600,6 +9042,7 @@ paths: tags: - users.onlineMeeting summary: Get recording for the navigation property onlineMeetings from users + description: The content stream of the recording of a Teams live event. Read-only. operationId: user_GetOnlineMeetingsRecording parameters: - name: user-id @@ -8628,11 +9071,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onlineMeeting summary: Update recording for the navigation property onlineMeetings in users + description: The content stream of the recording of a Teams live event. Read-only. operationId: user_SetOnlineMeetingsRecording parameters: - name: user-id @@ -8664,13 +9107,46 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onlineMeeting + summary: Delete recording for the navigation property onlineMeetings in users + description: The content stream of the recording of a Teams live event. Read-only. + operationId: user_DeleteOnlineMeetingsRecording + 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: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings': get: tags: - users.onlineMeeting - summary: Get recordings from users - description: The recordings of an online meeting. Read-only. + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API doesn''t support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' operationId: user.onlineMeeting_ListRecording parameters: - name: user-id @@ -8776,8 +9252,11 @@ paths: get: tags: - users.onlineMeeting - summary: Get recordings from users - description: The recordings of an online meeting. Read-only. + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API doesn''t support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-beta operationId: user.onlineMeeting_GetRecording parameters: - name: user-id @@ -8965,7 +9444,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onlineMeeting @@ -9014,7 +9492,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecording' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onlineMeeting + summary: Delete content for the navigation property recordings in users + description: The content of the recording. Read-only. + operationId: user.onlineMeeting_DeleteRecordingsContent + 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: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count': get: tags: @@ -9752,8 +10271,11 @@ paths: get: tags: - users.onlineMeeting - summary: Get transcripts from users - description: The transcripts of an online meeting. Read-only. + summary: List transcripts + description: 'Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API doesn''t support getting call transcripts from channel meetings. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-beta operationId: user.onlineMeeting_ListTranscript parameters: - name: user-id @@ -9859,8 +10381,11 @@ paths: get: tags: - users.onlineMeeting - summary: Get transcripts from users - description: The transcripts of an online meeting. Read-only. + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta operationId: user.onlineMeeting_GetTranscript parameters: - name: user-id @@ -10048,7 +10573,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onlineMeeting @@ -10097,7 +10621,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.callTranscript' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onlineMeeting + summary: Delete content for the navigation property transcripts in users + description: The content of the transcript. Read-only. + operationId: user.onlineMeeting_DeleteTranscriptsContent + 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: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent': get: tags: @@ -10140,7 +10705,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onlineMeeting @@ -10185,7 +10749,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onlineMeeting + summary: Delete metadataContent for the navigation property transcripts in users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: user.onlineMeeting_DeleteTranscriptsMetadataContent + 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: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count': get: tags: @@ -10369,7 +10974,11 @@ paths: get: tags: - users.presence - summary: Get presence from users + summary: Get presence + description: Get a user's presence information. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta operationId: user_GetPresence parameters: - name: user-id @@ -10526,6 +11135,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identitySet' + description: 'List of distinct identities involved in the call. Limited to 130 entries. The participants property is deprecated and will stop returning data on June 30, 2026. Going forward, use the participants_v2 relationship.' 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 @@ -10836,31 +11446,37 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.modality' + description: 'The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data.' resultInfo: $ref: '#/components/schemas/microsoft.graph.resultInfo' ringingTimeoutInSeconds: maximum: 2147483647 minimum: -2147483648 type: integer + description: Ringing timeout in seconds for outgoing peer to peer calls. The max value for this attribute is 115 seconds. format: int32 nullable: true routingPolicies: type: array items: $ref: '#/components/schemas/microsoft.graph.routingPolicy' + description: 'This property is applicable for peer to peer calls only. Possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue.' source: $ref: '#/components/schemas/microsoft.graph.participantInfo' state: $ref: '#/components/schemas/microsoft.graph.callState' subject: type: string + description: The subject of the conversation. nullable: true targets: type: array items: $ref: '#/components/schemas/microsoft.graph.invitationParticipantInfo' + description: The targets of the call. Required information for creating peer to peer call. tenantId: type: string + description: Read-only. tenantId in Microsoft Entra ID. nullable: true terminationReason: type: string @@ -10933,6 +11549,7 @@ components: properties: removeFromDefaultAudioGroup: type: boolean + description: Remove media from the default audio group. nullable: true additionalProperties: type: object @@ -11315,10 +11932,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: @@ -11331,6 +11950,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 @@ -11349,6 +11969,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -11361,6 +11982,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: @@ -11670,12 +12292,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.presenceStatusMessage: @@ -12367,11 +12991,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -13232,6 +13856,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -13241,6 +13866,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 diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index 4c576db3b0b..0cd5dced8fe 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -164,7 +164,11 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get cases from compliance + summary: List cases + description: Retrieve a list of case objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-beta operationId: compliance.ediscovery_ListCase parameters: - $ref: '#/components/parameters/top' @@ -220,7 +224,11 @@ paths: post: tags: - compliance.ediscoveryroot - summary: Create new navigation property to cases for compliance + summary: Create case + description: Create a new case object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-beta operationId: compliance.ediscovery_CreateCase requestBody: description: New navigation property @@ -249,7 +257,11 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get cases from compliance + summary: Get case + description: Retrieve the properties and relationships of a case object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-beta operationId: compliance.ediscovery_GetCase parameters: - name: case-id @@ -299,7 +311,11 @@ paths: patch: tags: - compliance.ediscoveryroot - summary: Update the navigation property cases in compliance + summary: Update case + description: Update the properties of a case object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-case-update?view=graph-rest-beta operationId: compliance.ediscovery_UpdateCase parameters: - name: case-id @@ -336,7 +352,11 @@ paths: delete: tags: - compliance.ediscoveryroot - summary: Delete navigation property cases for compliance + summary: Delete case + description: Delete a case object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-case-delete?view=graph-rest-beta operationId: compliance.ediscovery_DeleteCase parameters: - name: case-id @@ -369,8 +389,11 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get custodians from compliance - description: Returns a list of case custodian objects for this case. Nullable. + summary: List custodians + description: Get a list of the custodian objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-beta operationId: compliance.ediscovery.case_ListCustodian parameters: - name: case-id @@ -434,7 +457,11 @@ paths: post: tags: - compliance.ediscoveryroot - summary: Create new navigation property to custodians for compliance + summary: Create custodian + description: 'Create a new custodian object. After the custodian object is created, you will need to create the custodian''s userSource to reference their mailbox and OneDrive for Business site.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-beta operationId: compliance.ediscovery.case_CreateCustodian parameters: - name: case-id @@ -472,8 +499,11 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get custodians from compliance - description: Returns a list of case custodian objects for this case. Nullable. + summary: Get custodian + description: Read the properties and relationships of a custodian object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-beta operationId: compliance.ediscovery.case_GetCustodian parameters: - name: case-id @@ -531,7 +561,11 @@ paths: patch: tags: - compliance.ediscoveryroot - summary: Update the navigation property custodians in compliance + summary: Update custodian + description: Update the properties of a custodian object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-custodian-update?view=graph-rest-beta operationId: compliance.ediscovery.case_UpdateCustodian parameters: - name: case-id @@ -2204,8 +2238,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get legalHolds from compliance - description: Returns a list of case legalHold objects for this case. Nullable. + summary: Get legalHold + description: Read the properties and relationships of a legalHold object. operationId: compliance.ediscovery.case_ListLegalHold parameters: - name: case-id @@ -2307,8 +2341,11 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get legalHolds from compliance - description: Returns a list of case legalHold objects for this case. Nullable. + summary: Get legalHold + description: Read the properties and relationships of a legalHold object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-beta operationId: compliance.ediscovery.case_GetLegalHold parameters: - name: case-id @@ -2366,7 +2403,11 @@ paths: patch: tags: - compliance.ediscoveryroot - summary: Update the navigation property legalHolds in compliance + summary: Update legalHold + description: Update the properties of a legalHold object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-legalhold-update?view=graph-rest-beta operationId: compliance.ediscovery.case_UpdateLegalHold parameters: - name: case-id @@ -2411,7 +2452,11 @@ paths: delete: tags: - compliance.ediscoveryroot - summary: Delete navigation property legalHolds for compliance + summary: Delete legalHold + description: Delete a legalHold object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-legalhold-delete?view=graph-rest-beta operationId: compliance.ediscovery.case_DeleteLegalHold parameters: - name: case-id @@ -3773,8 +3818,11 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get noncustodialDataSources from compliance - description: Returns a list of case noncustodialDataSource objects for this case. Nullable. + summary: List noncustodialDataSources + description: Get a list of the noncustodialDataSource objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-beta operationId: compliance.ediscovery.case_ListNoncustodialDataSource parameters: - name: case-id @@ -3838,7 +3886,11 @@ paths: post: tags: - compliance.ediscoveryroot - summary: Create new navigation property to noncustodialDataSources for compliance + summary: Create noncustodialDataSource + description: Create a new noncustodialDataSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-post?view=graph-rest-beta operationId: compliance.ediscovery.case_CreateNoncustodialDataSource parameters: - name: case-id @@ -3876,8 +3928,11 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get noncustodialDataSources from compliance - description: Returns a list of case noncustodialDataSource objects for this case. Nullable. + summary: Get noncustodialDataSource + description: Read the properties and relationships of a noncustodialDataSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-beta operationId: compliance.ediscovery.case_GetNoncustodialDataSource parameters: - name: case-id @@ -4967,8 +5022,8 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get reviewSets from compliance - description: Returns a list of reviewSet objects in the case. Read-only. Nullable. + summary: Get reviewSet + description: Retrieve the properties and relationships of a reviewSet object. operationId: compliance.ediscovery.case_ListReviewSet parameters: - name: case-id @@ -5032,7 +5087,11 @@ paths: post: tags: - compliance.ediscoveryroot - summary: Create new navigation property to reviewSets for compliance + summary: Create reviewSet + description: 'Create a new reviewSet object. The request body contains the display name of the review set, which is the only writable property.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-case-post-reviewsets?view=graph-rest-beta operationId: compliance.ediscovery.case_CreateReviewSet parameters: - name: case-id @@ -5070,8 +5129,11 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get reviewSets from compliance - description: Returns a list of reviewSet objects in the case. Read-only. Nullable. + summary: Get reviewSet + description: Retrieve the properties and relationships of a reviewSet object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-beta operationId: compliance.ediscovery.case_GetReviewSet parameters: - name: case-id @@ -5748,7 +5810,11 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get settings from compliance + summary: Get caseSettings + description: Read the properties and relationships of an eDiscovery caseSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-beta operationId: compliance.ediscovery.case_GetSetting parameters: - name: case-id @@ -5798,7 +5864,11 @@ paths: patch: tags: - compliance.ediscoveryroot - summary: Update the navigation property settings in compliance + summary: Update caseSettings + description: Update the properties of a an eDiscovery caseSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-casesettings-update?view=graph-rest-beta operationId: compliance.ediscovery.case_UpdateSetting parameters: - name: case-id @@ -5899,8 +5969,11 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get sourceCollections from compliance - description: Returns a list of sourceCollection objects associated with this case. + summary: List sourceCollections + description: Get the list of sourceCollections from a case object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-beta operationId: compliance.ediscovery.case_ListSourceCollection parameters: - name: case-id @@ -5964,7 +6037,11 @@ paths: post: tags: - compliance.ediscoveryroot - summary: Create new navigation property to sourceCollections for compliance + summary: Create sourceCollection + description: Create a new sourceCollection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta operationId: compliance.ediscovery.case_CreateSourceCollection parameters: - name: case-id @@ -6061,7 +6138,11 @@ paths: patch: tags: - compliance.ediscoveryroot - summary: Update the navigation property sourceCollections in compliance + summary: Update sourceCollection + description: Update the properties of a sourceCollection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-update?view=graph-rest-beta operationId: compliance.ediscovery.case_UpdateSourceCollection parameters: - name: case-id @@ -6106,7 +6187,11 @@ paths: delete: tags: - compliance.ediscoveryroot - summary: Delete navigation property sourceCollections for compliance + summary: Delete sourceCollection + description: Delete a sourceCollection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-delete?view=graph-rest-beta operationId: compliance.ediscovery.case_DeleteSourceCollection parameters: - name: case-id @@ -7053,8 +7138,11 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get tags from compliance - description: Returns a list of tag objects associated to this case. + summary: List tags + description: Retrieve a list of tag objects from an eDiscovery case. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-beta operationId: compliance.ediscovery.case_ListTag parameters: - name: case-id @@ -7118,7 +7206,11 @@ paths: post: tags: - compliance.ediscoveryroot - summary: Create new navigation property to tags for compliance + summary: Create tag + description: Create a new tag for the specified case. The tags are used in review sets while reviewing content. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-beta operationId: compliance.ediscovery.case_CreateTag parameters: - name: case-id @@ -7156,8 +7248,11 @@ paths: get: tags: - compliance.ediscoveryroot - summary: Get tags from compliance - description: Returns a list of tag objects associated to this case. + summary: Get tag + description: Read the properties and relationships of a tag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-beta operationId: compliance.ediscovery.case_GetTag parameters: - name: case-id @@ -7215,7 +7310,11 @@ paths: patch: tags: - compliance.ediscoveryroot - summary: Update the navigation property tags in compliance + summary: Update tag + description: Update the properties of a tag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-tag-update?view=graph-rest-beta operationId: compliance.ediscovery.case_UpdateTag parameters: - name: case-id @@ -7260,7 +7359,11 @@ paths: delete: tags: - compliance.ediscoveryroot - summary: Delete navigation property tags for compliance + summary: Delete tag + description: Delete a tag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ediscovery-tag-delete?view=graph-rest-beta operationId: compliance.ediscovery.case_DeleteTag parameters: - name: case-id @@ -7667,7 +7770,11 @@ paths: get: tags: - privacy.subjectRightsRequest - summary: Get subjectRightsRequests from privacy + summary: List subjectRightsRequests + description: Get a list of subjectRightsRequest objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-beta operationId: privacy_ListSubjectRightsRequest parameters: - $ref: '#/components/parameters/top' @@ -7723,7 +7830,11 @@ paths: post: tags: - privacy.subjectRightsRequest - summary: Create new navigation property to subjectRightsRequests for privacy + summary: Create subjectRightsRequest + description: Create a new subjectRightsRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-beta operationId: privacy_CreateSubjectRightsRequest requestBody: description: New navigation property @@ -7752,7 +7863,11 @@ paths: get: tags: - privacy.subjectRightsRequest - summary: Get subjectRightsRequests from privacy + summary: Get subjectRightsRequest + description: Read the properties and relationships of a subjectRightsRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-beta operationId: privacy_GetSubjectRightsRequest parameters: - name: subjectRightsRequest-id @@ -7802,7 +7917,11 @@ paths: patch: tags: - privacy.subjectRightsRequest - summary: Update the navigation property subjectRightsRequests in privacy + summary: Update subjectRightsRequest + description: Update the properties of a subjectRightsRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-beta operationId: privacy_UpdateSubjectRightsRequest parameters: - name: subjectRightsRequest-id @@ -8600,8 +8719,11 @@ paths: get: tags: - privacy.subjectRightsRequest - summary: Get notes from privacy - description: List of notes associated with the request. + summary: List authoredNotes + description: 'Get the list of authored notes associated with a subject rights request. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-beta operationId: privacy.subjectRightsRequest_ListNote parameters: - name: subjectRightsRequest-id @@ -8665,7 +8787,11 @@ paths: post: tags: - privacy.subjectRightsRequest - summary: Create new navigation property to notes for privacy + summary: Create authoredNote + description: Create a new authoredNote object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-beta operationId: privacy.subjectRightsRequest_CreateNote parameters: - name: subjectRightsRequest-id @@ -11191,6 +11317,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. @@ -12038,6 +12166,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: @@ -13076,7 +13208,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 @@ -13375,6 +13507,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: @@ -13683,6 +13817,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -13698,7 +13836,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: @@ -13710,7 +13848,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' @@ -15184,7 +15322,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -16209,6 +16347,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: @@ -16799,6 +16939,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' @@ -17327,6 +17475,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. @@ -18646,36 +18796,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' @@ -19028,6 +19185,27 @@ components: type: object additionalProperties: type: object + microsoft.graph.customClaimsPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: customClaimsPolicy + type: object + properties: + audienceOverride: + type: string + nullable: true + claims: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.customClaimBase' + includeApplicationIdInIssuer: + type: boolean + nullable: true + includeBasicClaimSet: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.delegatedPermissionClassification: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -19798,6 +19976,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -20261,6 +20441,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.' @@ -22707,12 +22889,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 @@ -22732,7 +22914,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' @@ -23960,6 +24142,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' @@ -24418,6 +24608,14 @@ components: $ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError' additionalProperties: type: object + microsoft.graph.siteArchiveStatus: + title: siteArchiveStatus + enum: + - recentlyArchived + - fullyArchived + - reactivating + - unknownFutureValue + type: string microsoft.graph.itemActionStat: title: itemActionStat type: object @@ -25070,6 +25268,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' @@ -26105,6 +26313,16 @@ components: 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' + additionalProperties: + type: object microsoft.graph.permissionClassificationType: title: permissionClassificationType enum: @@ -26403,11 +26621,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: @@ -26880,6 +27102,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: @@ -28606,6 +28865,10 @@ components: format: date-time source: $ref: '#/components/schemas/microsoft.graph.personDataSources' + sources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceAnnotation' additionalProperties: type: object microsoft.graph.personAnnualEventType: @@ -29323,14 +29586,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: @@ -29341,6 +29596,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 @@ -29886,6 +30149,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 @@ -30997,6 +31304,20 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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' + additionalProperties: + type: object microsoft.graph.synchronizationSecret: title: synchronizationSecret enum: @@ -32048,6 +32369,22 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.profileSourceAnnotation: + title: profileSourceAnnotation + type: object + properties: + isDefaultSource: + type: boolean + nullable: true + properties: + type: array + items: + type: string + nullable: true + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -32472,6 +32809,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: @@ -32784,6 +33149,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 @@ -33952,6 +34363,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -34387,6 +34816,60 @@ components: - darkYellow - unknownFutureValue type: string + 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 @@ -34848,6 +35331,16 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.transformationAttribute: + title: transformationAttribute + type: object + properties: + attribute: + $ref: '#/components/schemas/microsoft.graph.customClaimAttributeBase' + treatAsMultiValue: + type: boolean + additionalProperties: + type: object microsoft.graph.synchronizationError: title: synchronizationError type: object @@ -35003,6 +35496,44 @@ components: - chat - unknownFutureValue 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 @@ -35306,6 +35837,41 @@ components: nullable: true additionalProperties: type: object + 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' diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index 2be63d9e489..d6faf8f9903 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -229,7 +229,7 @@ paths: tags: - users.userActivity summary: Get historyItems from users - description: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. + description: Optional. NavigationProperty/Containment; navigation property to the activity's activityHistoryItems. operationId: user.activity_ListHistoryItem parameters: - name: user-id @@ -336,7 +336,7 @@ paths: tags: - users.userActivity summary: Get historyItems from users - description: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. + description: Optional. NavigationProperty/Containment; navigation property to the activity's activityHistoryItems. operationId: user.activity_GetHistoryItem parameters: - name: user-id @@ -487,6 +487,7 @@ paths: tags: - users.userActivity summary: Get activity from users + description: Optional. NavigationProperty/Containment; navigation property to the associated activity. operationId: user.activity.historyItem_GetActivity parameters: - name: user-id @@ -4767,7 +4768,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 @@ -4781,36 +4782,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' @@ -5721,6 +5729,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: @@ -6964,6 +6974,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: @@ -7893,6 +7907,27 @@ components: type: object additionalProperties: type: object + microsoft.graph.customClaimsPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: customClaimsPolicy + type: object + properties: + audienceOverride: + type: string + nullable: true + claims: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.customClaimBase' + includeApplicationIdInIssuer: + type: boolean + nullable: true + includeBasicClaimSet: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.delegatedPermissionClassification: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -8667,6 +8702,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -8682,7 +8721,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: @@ -8694,7 +8733,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' @@ -9962,7 +10001,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -11361,6 +11400,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. @@ -11759,6 +11800,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. @@ -12328,6 +12371,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: @@ -12785,6 +12830,16 @@ components: 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' + additionalProperties: + type: object microsoft.graph.permissionClassificationType: title: permissionClassificationType enum: @@ -13790,6 +13845,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -14327,6 +14384,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.' @@ -16773,12 +16832,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 @@ -16798,7 +16857,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' @@ -18691,6 +18750,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' @@ -19094,6 +19163,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' @@ -19796,6 +19873,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' @@ -20287,6 +20372,20 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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' + additionalProperties: + type: object microsoft.graph.synchronizationSecret: title: synchronizationSecret enum: @@ -20821,11 +20920,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: @@ -21450,6 +21553,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: @@ -23181,6 +23321,10 @@ components: format: date-time source: $ref: '#/components/schemas/microsoft.graph.personDataSources' + sources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceAnnotation' additionalProperties: type: object microsoft.graph.personAnnualEventType: @@ -24161,6 +24305,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 @@ -24596,6 +24784,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 @@ -24831,14 +25027,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: @@ -24849,6 +25037,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 @@ -25163,6 +25359,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -26864,6 +27078,22 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.profileSourceAnnotation: + title: profileSourceAnnotation + type: object + properties: + isDefaultSource: + type: boolean + nullable: true + properties: + type: array + items: + type: string + nullable: true + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -27201,6 +27431,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: @@ -27585,6 +27843,16 @@ 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 + additionalProperties: + type: object microsoft.graph.synchronizationError: title: synchronizationError type: object @@ -27808,6 +28076,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 @@ -29129,6 +29443,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 @@ -29761,6 +30129,44 @@ components: - chat - unknownFutureValue 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 @@ -30051,6 +30457,41 @@ components: - aborted - unknownFutureValue 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' diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index d889e268281..c80d2f35638 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -709,45 +709,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.downloadDeviceLogs': - post: - tags: - - deviceManagement.Actions - summary: Invoke action downloadDeviceLogs - operationId: deviceManagement.comanagedDevice.logCollectionRequest_downloadDeviceLog - 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 - - name: deviceLogCollectionResponse-id - in: path - description: The unique identifier of deviceLogCollectionResponse - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: deviceLogCollectionResponse - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: string - nullable: true - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action '/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.activateDeviceEsim': post: tags: @@ -1733,6 +1694,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-04-30' + date: '2024-01-03' + version: 2024-01/setCloudPcReviewStatus + description: 'The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API' x-ms-docs-operation-type: action '/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.setDeviceName': post: @@ -4798,45 +4765,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.downloadDeviceLogs': - post: - tags: - - deviceManagement.Actions - summary: Invoke action downloadDeviceLogs - operationId: deviceManagement.managedDevice.logCollectionRequest_downloadDeviceLog - 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 - - name: deviceLogCollectionResponse-id - in: path - description: The unique identifier of deviceLogCollectionResponse - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: deviceLogCollectionResponse - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: string - nullable: true - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action '/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.activateDeviceEsim': post: tags: @@ -5822,6 +5750,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-04-30' + date: '2024-01-03' + version: 2024-01/setCloudPcReviewStatus + description: 'The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API' x-ms-docs-operation-type: action '/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.setDeviceName': post: @@ -6864,6 +6798,7 @@ paths: tags: - deviceManagement.Actions summary: Invoke action changeAlertRecordsPortalNotificationAsSent + description: 'Set the isPortalNotificationSent property of all portal notification resources associated with the specified alertRecord to true, marking them as sent. A maximum of 100 alertRecord IDs can be received at one time, and a maximum of 100 portal notification resources can be changed in the isPortalNotificationSent property status.' operationId: deviceManagement.monitoring.alertRecord_changeAlertRecordsPortalNotificationAsSent requestBody: description: Action parameters @@ -13213,6 +13148,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.setReviewStatus': + post: + tags: + - deviceManagement.Actions + summary: Invoke action setReviewStatus + operationId: deviceManagement.virtualEndpoint.cloudPC_setReviewStatus + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: cloudPC + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + reviewStatus: + $ref: '#/components/schemas/microsoft.graph.cloudPcReviewStatus' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.start': post: tags: @@ -13520,12 +13488,6 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-07-30' - date: '2023-03-16' - version: 2023-03/onPremisesConnectionId - description: 'The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023.' x-ms-docs-operation-type: action '/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/microsoft.graph.assign': post: @@ -13565,12 +13527,6 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-07-30' - date: '2023-03-16' - version: 2023-03/onPremisesConnectionId - description: 'The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023.' x-ms-docs-operation-type: action /deviceManagement/virtualEndpoint/provisioningPolicies/microsoft.graph.applyConfig: post: @@ -13604,12 +13560,6 @@ paths: description: Success default: $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2023-07-30' - date: '2023-03-16' - version: 2023-03/onPremisesConnectionId - description: 'The onPremisesConnectionId property is deprecated and will stop returning on July 30, 2023.' x-ms-docs-operation-type: action /deviceManagement/virtualEndpoint/reports/microsoft.graph.getActionStatusReports: post: @@ -16401,7 +16351,7 @@ components: type: object properties: applicationDetail: - $ref: '#/components/schemas/microsoft.graph.applicationDetail' + $ref: '#/components/schemas/microsoft.graph.elevationRequestApplicationDetail' deviceName: type: string description: 'The device name used to initiate the elevation request. For example: ''cotonso-laptop''. Returned by default. Read-only.' @@ -18315,13 +18265,13 @@ components: - value: enrollmentNotificationsConfiguration description: Indicates that configuration is of type Enrollment Notification which refers to types of notification a user receives during enrollment. name: enrollmentNotificationsConfiguration - microsoft.graph.applicationDetail: - title: applicationDetail + microsoft.graph.elevationRequestApplicationDetail: + title: elevationRequestApplicationDetail type: object properties: fileDescription: type: string - description: 'The path of the file in the request for elevation, for example, %programfiles%/git/cmd' + description: 'The path of the file in the request for elevation, for example, %programfiles%\git\cmd' nullable: true fileHash: type: string @@ -18333,7 +18283,7 @@ components: nullable: true filePath: type: string - description: 'The path of the file in the request for elevation, for example, %programfiles%/git/cmd' + description: 'The path of the file in the request for elevation, for example, %programfiles%\git\cmd' nullable: true productInternalName: type: string @@ -18349,7 +18299,7 @@ components: nullable: true publisherCert: type: string - description: 'The list of base64 encoded certificate for each signer, for example, string[encodedleafcert1, encodedleafcert2....]' + description: 'The list of base64 encoded certificate for each signer, for example, string[encoded_leaf_cert1, encoded_leaf_cert2....]' nullable: true publisherName: type: string @@ -19087,7 +19037,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: @@ -21663,7 +21613,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 @@ -21962,6 +21912,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: @@ -22341,6 +22293,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: @@ -22498,6 +22454,10 @@ components: 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 @@ -22592,7 +22552,7 @@ components: nullable: true allotmentDisplayName: type: string - description: 'The allotment name divides tenant licenses into smaller batches or groups that helps restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' + 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' @@ -22609,7 +22569,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: @@ -22621,7 +22581,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' @@ -22933,7 +22893,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 @@ -23440,10 +23400,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 @@ -23513,7 +23474,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 @@ -24858,10 +24819,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: @@ -24874,6 +24837,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 @@ -24892,6 +24856,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -24904,6 +24869,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: @@ -24946,16 +24912,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 @@ -25594,7 +25563,7 @@ components: properties: settingDefinitionId: type: string - description: Setting definition id that is being referred to a setting. Applicable for reusable setting. + description: Setting definition id that is being referred to a setting. Applicable for reusable setting nullable: true additionalProperties: type: object @@ -26063,36 +26032,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' @@ -26180,14 +26156,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.appRole: @@ -26346,6 +26325,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: @@ -26445,6 +26425,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' @@ -26991,8 +26996,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])$' @@ -27252,6 +27259,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: @@ -27484,6 +27493,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 @@ -27618,6 +27628,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -27828,6 +27840,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -27969,6 +27982,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: @@ -28025,6 +28039,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. @@ -28152,7 +28168,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -28201,6 +28216,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. @@ -28471,6 +28488,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: @@ -29459,6 +29477,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.' @@ -31458,10 +31478,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 @@ -31656,12 +31678,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: @@ -32044,12 +32068,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 @@ -32069,7 +32093,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' @@ -32112,6 +32136,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: @@ -32280,6 +32305,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -33029,11 +33055,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -33518,11 +33544,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -33600,6 +33626,17 @@ components: 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: @@ -33950,6 +33987,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' @@ -34164,11 +34209,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: @@ -34741,6 +34790,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 @@ -35002,6 +35052,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' @@ -35194,6 +35254,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' @@ -35998,6 +36066,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: @@ -36716,6 +36785,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: @@ -37848,6 +37954,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -37857,6 +37964,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 @@ -38571,6 +38679,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: @@ -39237,6 +39350,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -39797,6 +39916,7 @@ components: 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: @@ -39816,6 +39936,7 @@ components: 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: @@ -39828,6 +39949,21 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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.synchronizationSecret: title: synchronizationSecret enum: @@ -40044,14 +40180,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: @@ -40062,6 +40190,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 @@ -40465,6 +40601,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 @@ -40740,6 +40920,14 @@ components: 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 @@ -42165,6 +42353,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -42546,6 +42752,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 @@ -43714,6 +43966,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -44033,6 +44303,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: @@ -44692,6 +44990,17 @@ components: nullable: true 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.synchronizationError: title: synchronizationError type: object @@ -44863,6 +45172,60 @@ components: - chat - unknownFutureValue type: string + 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 @@ -45278,6 +45641,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 @@ -45320,27 +45684,71 @@ components: nullable: true additionalProperties: type: object + 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' additionalProperties: @@ -45601,6 +46009,41 @@ components: - Extensions - BaseObjectName 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' diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index fe9fd0840cb..011439e35c6 100644 --- a/openApiDocs/beta/DeviceManagement.Administration.yml +++ b/openApiDocs/beta/DeviceManagement.Administration.yml @@ -11254,8 +11254,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get auditEvents from deviceManagement - description: Cloud PC audit event. + summary: List auditEvents + description: List all the cloudPcAuditEvent objects for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListAuditEvent parameters: - $ref: '#/components/parameters/top' @@ -11328,8 +11331,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get auditEvents from deviceManagement - description: Cloud PC audit event. + summary: Get cloudPcAuditEvent + description: Read the properties and relationships of a cloudPcAuditEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_GetAuditEvent parameters: - name: cloudPcAuditEvent-id @@ -11445,8 +11451,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get bulkActions from deviceManagement - description: Bulk actions applied to a Cloud PC. + summary: List bulkActions + description: Get a list of the cloudPcBulkAction objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-bulkactions?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListBulkAction parameters: - $ref: '#/components/parameters/top' @@ -11496,7 +11505,11 @@ paths: post: tags: - deviceManagement.virtualEndpoint - summary: Create new navigation property to bulkActions for deviceManagement + summary: Create cloudPcBulkAction + description: Create a new cloudPcBulkAction object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-post-bulkactions?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_CreateBulkAction requestBody: description: New navigation property @@ -11519,8 +11532,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get bulkActions from deviceManagement - description: Bulk actions applied to a Cloud PC. + summary: Get cloudPcBulkAction + description: Read the properties and relationships of a cloudPcBulkAction object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcbulkaction-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_GetBulkAction parameters: - name: cloudPcBulkAction-id @@ -11636,8 +11652,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get cloudPCs from deviceManagement - description: Cloud managed virtual desktops. + summary: List cloudPCs + description: List the cloudPC devices in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListCloudPC parameters: - $ref: '#/components/parameters/top' @@ -11710,8 +11729,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get cloudPCs from deviceManagement - description: Cloud managed virtual desktops. + summary: Get cloudPC + description: Read the properties and relationships of a specific cloudPC object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_GetCloudPC parameters: - name: cloudPC-id @@ -11827,8 +11849,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get crossCloudGovernmentOrganizationMapping from deviceManagement - description: Cloud PC organization mapping between public and US Government Community Cloud (GCC) organizations. + summary: Get cloudPcCrossCloudGovernmentOrganizationMapping + description: Read the properties and relationships of a cloudPcCrossCloudGovernmentOrganizationMapping object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpccrosscloudgovernmentorganizationmapping-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_GetCrossCloudGovernmentOrganizationMapping parameters: - name: $select @@ -11905,8 +11930,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get deviceImages from deviceManagement - description: The image resource on Cloud PC. + summary: List deviceImages + description: List the properties and relationships of the cloudPcDeviceImage objects (OS images) uploaded to Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListDeviceImage parameters: - $ref: '#/components/parameters/top' @@ -11956,7 +11984,11 @@ paths: post: tags: - deviceManagement.virtualEndpoint - summary: Create new navigation property to deviceImages for deviceManagement + summary: Create cloudPcDeviceImage + description: Create a new cloudPcDeviceImage object. Upload a custom OS image that you can later provision on Cloud PCs. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_CreateDeviceImage requestBody: description: New navigation property @@ -11979,8 +12011,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get deviceImages from deviceManagement - description: The image resource on Cloud PC. + summary: Get cloudPcDeviceImage + description: Read the properties and relationships of a specific cloudPcDeviceImage object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_GetDeviceImage parameters: - name: cloudPcDeviceImage-id @@ -12055,7 +12090,11 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - summary: Delete navigation property deviceImages for deviceManagement + summary: Delete cloudPcDeviceImage + description: Delete a cloudPcDeviceImage object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_DeleteDeviceImage parameters: - name: cloudPcDeviceImage-id @@ -12096,8 +12135,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get externalPartnerSettings from deviceManagement - description: The external partner settings on a Cloud PC. + summary: List cloudPcExternalPartnerSettings + description: Get a list of the cloudPcExternalPartnerSetting objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartnersettings?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListExternalPartnerSetting parameters: - $ref: '#/components/parameters/top' @@ -12147,7 +12189,11 @@ paths: post: tags: - deviceManagement.virtualEndpoint - summary: Create new navigation property to externalPartnerSettings for deviceManagement + summary: Create cloudPcExternalPartnerSetting + description: Create a new cloudPcExternalPartnerSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartnersettings?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_CreateExternalPartnerSetting requestBody: description: New navigation property @@ -12170,8 +12216,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get externalPartnerSettings from deviceManagement - description: The external partner settings on a Cloud PC. + summary: Get cloudPcExternalPartnerSetting + description: Read the properties and relationships of a cloudPcExternalPartnerSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_GetExternalPartnerSetting parameters: - name: cloudPcExternalPartnerSetting-id @@ -12215,7 +12264,11 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - summary: Update the navigation property externalPartnerSettings in deviceManagement + summary: Update cloudPcExternalPartnerSetting + description: Update the properties of a cloudPcExternalPartnerSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-update?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_UpdateExternalPartnerSetting parameters: - name: cloudPcExternalPartnerSetting-id @@ -12287,8 +12340,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get frontLineServicePlans from deviceManagement - description: Front-line service plans for a Cloud PC. + summary: List cloudPcFrontLineServicePlans + description: Get a list of the cloudPcFrontLineServicePlan objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-frontlineserviceplans?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListFrontLineServicePlan parameters: - $ref: '#/components/parameters/top' @@ -12361,8 +12417,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get frontLineServicePlans from deviceManagement - description: Front-line service plans for a Cloud PC. + summary: Get cloudPcFrontLineServicePlan + description: Get the properties and relationships of a cloudPcFrontLineServicePlan object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcfrontlineserviceplan-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_GetFrontLineServicePlan parameters: - name: cloudPcFrontLineServicePlan-id @@ -12478,8 +12537,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get galleryImages from deviceManagement - description: The gallery image resource on Cloud PC. + summary: List galleryImages + description: List the properties and relationships of the cloudPcGalleryImage objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListGalleryImage parameters: - $ref: '#/components/parameters/top' @@ -12552,8 +12614,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get galleryImages from deviceManagement - description: The gallery image resource on Cloud PC. + summary: Get cloudPcGalleryImage + description: Read the properties and relationships of a specific cloudPcGalleryImage object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_GetGalleryImage parameters: - name: cloudPcGalleryImage-id @@ -12669,8 +12734,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get onPremisesConnections from deviceManagement - description: A defined collection of Azure resource information that can be used to establish on-premises network connectivity for Cloud PCs. + summary: List onPremisesConnections + description: Get a list of the cloudPcOnPremisesConnection objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListOnPremisesConnection parameters: - $ref: '#/components/parameters/top' @@ -12720,7 +12788,11 @@ paths: post: tags: - deviceManagement.virtualEndpoint - summary: Create new navigation property to onPremisesConnections for deviceManagement + summary: Create cloudPcOnPremisesConnection + description: Create a new cloudPcOnPremisesConnection object for provisioning Cloud PCs. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_CreateOnPremisesConnection requestBody: description: New navigation property @@ -12743,8 +12815,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get onPremisesConnections from deviceManagement - description: A defined collection of Azure resource information that can be used to establish on-premises network connectivity for Cloud PCs. + summary: Get cloudPcOnPremisesConnection + description: Read the properties and relationships of the cloudPcOnPremisesConnection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_GetOnPremisesConnection parameters: - name: cloudPcOnPremisesConnection-id @@ -12788,7 +12863,11 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - summary: Update the navigation property onPremisesConnections in deviceManagement + summary: Update cloudPcOnPremisesConnection + description: Update the properties of a cloudPcOnPremisesConnection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_UpdateOnPremisesConnection parameters: - name: cloudPcOnPremisesConnection-id @@ -12819,7 +12898,11 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - summary: Delete navigation property onPremisesConnections for deviceManagement + summary: Delete cloudPcOnPremisesConnection + description: 'Delete a specific cloudPcOnPremisesConnection object. When you delete an Azure network connection, permissions to the service are removed from the specified Azure resources. You can''t delete an Azure network connection when it''s in use, as indicated by the inUse property.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_DeleteOnPremisesConnection parameters: - name: cloudPcOnPremisesConnection-id @@ -12860,8 +12943,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get organizationSettings from deviceManagement - description: The Cloud PC organization settings for a tenant. + summary: Get cloudPcOrganizationSettings + description: Read the properties and relationships of the cloudPcOrganizationSettings from the current tenant. A tenant has only one cloudPcOrganizationSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_GetOrganizationSetting parameters: - name: $select @@ -12897,7 +12983,11 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - summary: Update the navigation property organizationSettings in deviceManagement + summary: Update cloudPcOrganizationSettings + description: Update the properties of the cloudPcOrganizationSettings object in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-update?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_UpdateOrganizationSetting requestBody: description: New navigation property values @@ -12938,8 +13028,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get provisioningPolicies from deviceManagement - description: Cloud PC provisioning policy. + summary: List provisioningPolicies + description: List properties and relationships of the cloudPcProvisioningPolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListProvisioningPolicy parameters: - $ref: '#/components/parameters/top' @@ -12995,7 +13088,11 @@ paths: post: tags: - deviceManagement.virtualEndpoint - summary: Create new navigation property to provisioningPolicies for deviceManagement + summary: Create cloudPcProvisioningPolicy + description: Create a new cloudPcProvisioningPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_CreateProvisioningPolicy requestBody: description: New navigation property @@ -13024,8 +13121,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get provisioningPolicies from deviceManagement - description: Cloud PC provisioning policy. + summary: Get cloudPcProvisioningPolicy + description: Read the properties and relationships of a cloudPcProvisioningPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_GetProvisioningPolicy parameters: - name: cloudPcProvisioningPolicy-id @@ -13075,7 +13175,11 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - summary: Update the navigation property provisioningPolicies in deviceManagement + summary: Update cloudPcProvisioningPolicy + description: Update the properties of a cloudPcProvisioningPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_UpdateProvisioningPolicy parameters: - name: cloudPcProvisioningPolicy-id @@ -13112,7 +13216,11 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - summary: Delete navigation property provisioningPolicies for deviceManagement + summary: Delete cloudPcProvisioningPolicy + description: Delete a cloudPcProvisioningPolicy object. You can’t delete a policy that’s in use. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_DeleteProvisioningPolicy parameters: - name: cloudPcProvisioningPolicy-id @@ -13941,8 +14049,8 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get exportJobs from deviceManagement - description: The export jobs created for downloading reports. + summary: Get cloudPcExportJob + description: Read the properties and relationships of a cloudPcExportJob object. You can download a report by first creating a new cloudPcExportJob resource to initiate downloading. Use this GET operation to verify the exportJobStatus property of the cloudPcExportJob resource. The property becomes completed when the report finishes downloading in the location specified by the exportUrl property. operationId: deviceManagement.virtualEndpoint.report_ListExportJob parameters: - $ref: '#/components/parameters/top' @@ -13992,7 +14100,11 @@ paths: post: tags: - deviceManagement.virtualEndpoint - summary: Create new navigation property to exportJobs for deviceManagement + summary: Create cloudPcExportJob + description: 'Create a new cloudPcExportJob resource to initiate downloading the entire or specified portion of a report. Use the GET cloudPcExportJob operation to verify the exportJobStatus property of the cloudPcExportJob resource. When the property result is completed, the report has finished downloading to the location specified by the exportUrl property.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcreports-post-exportjobs?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_CreateExportJob requestBody: description: New navigation property @@ -14015,8 +14127,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get exportJobs from deviceManagement - description: The export jobs created for downloading reports. + summary: Get cloudPcExportJob + description: Read the properties and relationships of a cloudPcExportJob object. You can download a report by first creating a new cloudPcExportJob resource to initiate downloading. Use this GET operation to verify the exportJobStatus property of the cloudPcExportJob resource. The property becomes completed when the report finishes downloading in the location specified by the exportUrl property. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcexportjob-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint.report_GetExportJob parameters: - name: cloudPcExportJob-id @@ -14132,8 +14247,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get servicePlans from deviceManagement - description: Cloud PC service plans. + summary: List servicePlans + description: 'List the currently available service plans that an organization can purchase for their Cloud PCs. For examples of currently available service plans, see Windows 365 compare plans and pricing. Currently, Microsoft Graph API is available for Windows 365 Enterprise.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-serviceplans?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListServicePlan parameters: - $ref: '#/components/parameters/top' @@ -14323,7 +14441,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get sharedUseServicePlans from deviceManagement + 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' @@ -14408,7 +14530,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get sharedUseServicePlans from deviceManagement + 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 @@ -14548,8 +14674,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get snapshots from deviceManagement - description: Cloud PC snapshots. + summary: List snapshots + description: Get a list of cloudPcSnapshot objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-snapshots?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListSnapshot parameters: - $ref: '#/components/parameters/top' @@ -14622,8 +14751,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get snapshots from deviceManagement - description: Cloud PC snapshots. + summary: Get cloudPcSnapshot + description: Read the properties and relationships of a cloudPcSnapshot object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcsnapshot-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_GetSnapshot parameters: - name: cloudPcSnapshot-id @@ -14739,8 +14871,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get supportedRegions from deviceManagement - description: Cloud PC supported regions. + summary: List supportedRegions + description: List the supported regions that are available for creating Cloud PC connections. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-supportedregions?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListSupportedRegion parameters: - $ref: '#/components/parameters/top' @@ -14930,8 +15065,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get userSettings from deviceManagement - description: Cloud PC user settings. + summary: List userSettings + description: Retrieve a list of cloudPcUserSetting objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_ListUserSetting parameters: - $ref: '#/components/parameters/top' @@ -14981,7 +15119,11 @@ paths: post: tags: - deviceManagement.virtualEndpoint - summary: Create new navigation property to userSettings for deviceManagement + summary: Create cloudPcUserSetting + description: Create a new cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_CreateUserSetting requestBody: description: New navigation property @@ -15004,8 +15146,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get userSettings from deviceManagement - description: Cloud PC user settings. + summary: Get cloudPcUserSetting + description: Read the properties and relationships of a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_GetUserSetting parameters: - name: cloudPcUserSetting-id @@ -15049,7 +15194,11 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - summary: Update the navigation property userSettings in deviceManagement + summary: Update cloudPcUserSetting + description: Update the properties of a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_UpdateUserSetting parameters: - name: cloudPcUserSetting-id @@ -15080,7 +15229,11 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - summary: Delete navigation property userSettings for deviceManagement + summary: Delete cloudPcUserSetting + description: Delete a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-beta operationId: deviceManagement.virtualEndpoint_DeleteUserSetting parameters: - name: cloudPcUserSetting-id @@ -17245,6 +17398,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -17260,7 +17417,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: @@ -17272,7 +17429,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' @@ -17656,7 +17813,7 @@ components: description: Specifies a list ordered by priority on how Cloud PCs join Microsoft Entra ID (Azure AD). Supports $select. enableSingleSignOn: type: boolean - description: 'True if the provisioned Cloud PC can be accessed by single sign-on. False indicates that the provisioned Cloud PC doesn''t support this feature. The default value is false. Windows 365 users can use single sign-on to authenticate to Microsoft Entra ID with passwordless options (for example, FIDO keys) to access their Cloud PC. Optional.' + description: 'True if single sign-on can access the provisioned Cloud PC. False indicates that the provisioned Cloud PC doesn''t support this feature. The default value is false. Windows 365 users can use single sign-on to authenticate to Microsoft Entra ID with passwordless options (for example, FIDO keys) to access their Cloud PC. Optional.' nullable: true gracePeriodInHours: maximum: 2147483647 @@ -20367,6 +20524,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -21059,7 +21218,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 @@ -21358,6 +21517,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: @@ -21737,6 +21898,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: @@ -24075,7 +24240,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -26239,36 +26404,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' @@ -26621,6 +26793,27 @@ components: type: object additionalProperties: type: object + microsoft.graph.customClaimsPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: customClaimsPolicy + type: object + properties: + audienceOverride: + type: string + nullable: true + claims: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.customClaimBase' + includeApplicationIdInIssuer: + type: boolean + nullable: true + includeBasicClaimSet: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.delegatedPermissionClassification: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -27428,6 +27621,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: @@ -28157,6 +28352,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. @@ -28333,6 +28530,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. @@ -29591,6 +29790,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.' @@ -31924,12 +32125,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 @@ -31949,7 +32150,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' @@ -33508,6 +33709,16 @@ components: 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' + additionalProperties: + type: object microsoft.graph.permissionClassificationType: title: permissionClassificationType enum: @@ -33858,6 +34069,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' @@ -34072,11 +34291,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: @@ -34870,6 +35093,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' @@ -35062,6 +35295,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' @@ -36584,6 +36825,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: @@ -38469,6 +38747,10 @@ components: format: date-time source: $ref: '#/components/schemas/microsoft.graph.personDataSources' + sources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceAnnotation' additionalProperties: type: object microsoft.graph.personAnnualEventType: @@ -39746,6 +40028,20 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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' + additionalProperties: + type: object microsoft.graph.synchronizationSecret: title: synchronizationSecret enum: @@ -39962,14 +40258,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: @@ -39980,6 +40268,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 @@ -40375,6 +40671,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 @@ -40650,6 +40990,14 @@ components: 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 @@ -42075,6 +42423,22 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.profileSourceAnnotation: + title: profileSourceAnnotation + type: object + properties: + isDefaultSource: + type: boolean + nullable: true + properties: + type: array + items: + type: string + nullable: true + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -42456,6 +42820,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 @@ -43624,6 +44034,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -43943,6 +44371,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: @@ -44602,6 +45058,16 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.transformationAttribute: + title: transformationAttribute + type: object + properties: + attribute: + $ref: '#/components/schemas/microsoft.graph.customClaimAttributeBase' + treatAsMultiValue: + type: boolean + additionalProperties: + type: object microsoft.graph.synchronizationError: title: synchronizationError type: object @@ -44773,6 +45239,60 @@ components: - chat - unknownFutureValue type: string + 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 @@ -45230,6 +45750,44 @@ components: nullable: true additionalProperties: type: object + 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 @@ -45511,6 +46069,41 @@ components: - Extensions - BaseObjectName 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' diff --git a/openApiDocs/beta/DeviceManagement.Enrollment.yml b/openApiDocs/beta/DeviceManagement.Enrollment.yml index 67a30dd7473..bf38833a6ba 100644 --- a/openApiDocs/beta/DeviceManagement.Enrollment.yml +++ b/openApiDocs/beta/DeviceManagement.Enrollment.yml @@ -5414,7 +5414,8 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - summary: Get roleAssignments from roleManagement + 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." operationId: roleManagement.cloudPC_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -5464,7 +5465,11 @@ paths: post: tags: - roleManagement.rbacApplicationMultiple - summary: Create new navigation property to roleAssignments for roleManagement + summary: Create unifiedRoleAssignmentMultiple + description: "Create a new unifiedRoleAssignmentMultiple object 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/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta operationId: roleManagement.cloudPC_CreateRoleAssignment requestBody: description: New navigation property @@ -5487,7 +5492,11 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - summary: Get roleAssignments from roleManagement + 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." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta operationId: roleManagement.cloudPC_GetRoleAssignment parameters: - name: unifiedRoleAssignmentMultiple-id @@ -5531,7 +5540,11 @@ paths: patch: tags: - roleManagement.rbacApplicationMultiple - summary: Update the navigation property roleAssignments in roleManagement + summary: Update unifiedRoleAssignmentMultiple + description: "Update an existing unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) In contrast, unifiedRoleAssignment does not support update." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta operationId: roleManagement.cloudPC_UpdateRoleAssignment parameters: - name: unifiedRoleAssignmentMultiple-id @@ -5562,7 +5575,11 @@ paths: delete: tags: - roleManagement.rbacApplicationMultiple - summary: Delete navigation property roleAssignments for roleManagement + summary: Delete unifiedRoleAssignmentMultiple + description: "Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune)" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta operationId: roleManagement.cloudPC_DeleteRoleAssignment parameters: - name: unifiedRoleAssignmentMultiple-id @@ -6161,7 +6178,11 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - summary: Get roleDefinitions from roleManagement + summary: List roleDefinitions + description: "Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune)\n- directory (Microsoft Entra ID) \n- entitlement management (Microsoft Entra ID)\n- Exchange Online" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta operationId: roleManagement.cloudPC_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -6211,7 +6232,11 @@ paths: post: tags: - roleManagement.rbacApplicationMultiple - summary: Create new navigation property to roleDefinitions for roleManagement + summary: Create roleDefinitions + description: "Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:\n- Cloud PC\n- device management (Intune)\n- directory (Microsoft Entra ID)" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta operationId: roleManagement.cloudPC_CreateRoleDefinition requestBody: description: New navigation property @@ -6234,7 +6259,11 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - summary: Get roleDefinitions from roleManagement + summary: Get unifiedRoleDefinition + description: "Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune)\n- directory (Microsoft Entra directory roles)\n- entitlement management (Microsoft Entra entitlement management)\n- Exchange Online" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta operationId: roleManagement.cloudPC_GetRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -6278,7 +6307,11 @@ paths: patch: tags: - roleManagement.rbacApplicationMultiple - summary: Update the navigation property roleDefinitions in roleManagement + summary: Update unifiedRoleDefinition + description: "Update the properties of a unifiedRoleDefinition object for an RBAC provider. You cannot update built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:\n- Cloud PC\n- device management (Intune)\n- directory (Microsoft Entra ID) " + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta operationId: roleManagement.cloudPC_UpdateRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -6309,7 +6342,11 @@ paths: delete: tags: - roleManagement.rbacApplicationMultiple - summary: Delete navigation property roleDefinitions for roleManagement + summary: Delete unifiedRoleDefinition + description: "Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:\n- Cloud PC\n- device management (Intune)\n- directory (Microsoft Entra ID) " + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta operationId: roleManagement.cloudPC_DeleteRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -7276,7 +7313,11 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - summary: Get roleAssignments from roleManagement + 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." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta operationId: roleManagement.deviceManagement_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -7326,7 +7367,11 @@ paths: post: tags: - roleManagement.rbacApplicationMultiple - summary: Create new navigation property to roleAssignments for roleManagement + summary: Create unifiedRoleAssignmentMultiple + description: "Create a new unifiedRoleAssignmentMultiple object 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/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta operationId: roleManagement.deviceManagement_CreateRoleAssignment requestBody: description: New navigation property @@ -7349,7 +7394,11 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - summary: Get roleAssignments from roleManagement + 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." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta operationId: roleManagement.deviceManagement_GetRoleAssignment parameters: - name: unifiedRoleAssignmentMultiple-id @@ -7393,7 +7442,11 @@ paths: patch: tags: - roleManagement.rbacApplicationMultiple - summary: Update the navigation property roleAssignments in roleManagement + summary: Update unifiedRoleAssignmentMultiple + description: "Update an existing unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) In contrast, unifiedRoleAssignment does not support update." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta operationId: roleManagement.deviceManagement_UpdateRoleAssignment parameters: - name: unifiedRoleAssignmentMultiple-id @@ -7424,7 +7477,11 @@ paths: delete: tags: - roleManagement.rbacApplicationMultiple - summary: Delete navigation property roleAssignments for roleManagement + summary: Delete unifiedRoleAssignmentMultiple + description: "Delete a unifiedRoleAssignmentMultiple object of an RBAC provider. This is applicable for a RBAC application that supports multiple principals and scopes. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune)" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta operationId: roleManagement.deviceManagement_DeleteRoleAssignment parameters: - name: unifiedRoleAssignmentMultiple-id @@ -8529,8 +8586,11 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - summary: Get customAppScopes from roleManagement - description: Workload-specific scope object that represents the resources for which the principal has been granted access. + summary: List customAppScopes + description: Get a list of customAppScope objects for an RBAC provider. Currently only the Exchange Online RBAC provider is supported. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedrbacapplication-list-customappscopes?view=graph-rest-beta operationId: roleManagement.exchange_ListCustomAppScope parameters: - $ref: '#/components/parameters/top' @@ -8580,7 +8640,11 @@ paths: post: tags: - roleManagement.unifiedRbacApplication - summary: Create new navigation property to customAppScopes for roleManagement + summary: Create customAppScope + description: Create a new customAppScope object for an RBAC provider. Currently only the Exchange Online RBAC provider is supported. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedrbacapplication-post-customappscope?view=graph-rest-beta operationId: roleManagement.exchange_CreateCustomAppScope requestBody: description: New navigation property @@ -8603,8 +8667,11 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - summary: Get customAppScopes from roleManagement - description: Workload-specific scope object that represents the resources for which the principal has been granted access. + summary: Get customAppScope + description: Get the properties of a customAppScope object for an RBAC provider. Currently only the Exchange Online RBAC provider is supported. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customappscope-get?view=graph-rest-beta operationId: roleManagement.exchange_GetCustomAppScope parameters: - name: customAppScope-id @@ -8648,7 +8715,11 @@ paths: patch: tags: - roleManagement.unifiedRbacApplication - summary: Update the navigation property customAppScopes in roleManagement + summary: Update customAppScope + description: Update an existing customAppScope object of an RBAC provider. Currently only the Exchange Online RBAC provider is supported. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customappscope-update?view=graph-rest-beta operationId: roleManagement.exchange_UpdateCustomAppScope parameters: - name: customAppScope-id @@ -8679,7 +8750,11 @@ paths: delete: tags: - roleManagement.unifiedRbacApplication - summary: Delete navigation property customAppScopes for roleManagement + summary: Delete customAppScope + description: Delete a customAppScope object of an RBAC provider. Currently only the Exchange Online RBAC provider is supported. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customappscope-delete?view=graph-rest-beta operationId: roleManagement.exchange_DeleteCustomAppScope parameters: - name: customAppScope-id @@ -9330,8 +9405,11 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - summary: Get roleAssignments from roleManagement - description: Resource to grant access to users or groups. + summary: List unifiedRoleAssignments + description: "Get a list of unifiedRoleAssignment objects for the provider. The following RBAC providers are currently supported:\n- directory (Microsoft Entra ID)\n- entitlement management (Microsoft Entra entitlement management)\n- Exchange Online" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta operationId: roleManagement.exchange_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -9381,7 +9459,11 @@ paths: post: tags: - roleManagement.unifiedRbacApplication - summary: Create new navigation property to roleAssignments for roleManagement + summary: Create unifiedRoleAssignment + description: Create a new unifiedRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta operationId: roleManagement.exchange_CreateRoleAssignment requestBody: description: New navigation property @@ -9404,8 +9486,11 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - summary: Get roleAssignments from roleManagement - description: Resource to grant access to users or groups. + summary: Get unifiedRoleAssignment + description: Retrieve the properties and relationships of a unifiedRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta operationId: roleManagement.exchange_GetRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -9480,7 +9565,11 @@ paths: delete: tags: - roleManagement.unifiedRbacApplication - summary: Delete navigation property roleAssignments for roleManagement + summary: Delete unifiedRoleAssignment + description: Delete a unifiedRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta operationId: roleManagement.exchange_DeleteRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -9508,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. + description: 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 @@ -9762,8 +9851,11 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - summary: Get roleDefinitions from roleManagement - description: The roles allowed by RBAC providers and the permissions assigned to the roles. + summary: List roleDefinitions + description: "Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune)\n- directory (Microsoft Entra ID) \n- entitlement management (Microsoft Entra ID)\n- Exchange Online" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta operationId: roleManagement.exchange_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -9836,8 +9928,11 @@ paths: get: tags: - roleManagement.unifiedRbacApplication - summary: Get roleDefinitions from roleManagement - description: The roles allowed by RBAC providers and the permissions assigned to the roles. + summary: Get unifiedRoleDefinition + description: "Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune)\n- directory (Microsoft Entra directory roles)\n- entitlement management (Microsoft Entra entitlement management)\n- Exchange Online" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta operationId: roleManagement.exchange_GetRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -10371,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. + description: 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 @@ -11553,42 +11648,42 @@ 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: Profile creation time + description: 'The date and time of when the deployment profile was created. The value cannot be modified and is automatically populated when the profile 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 would look like this: ''2014-01-01T00:00:00Z''. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported. Read-Only.' format: date-time description: type: string - description: Description of the profile + description: 'A description of the deployment profile. Max allowed length is 1500 chars. Supports: $select, $top, $skip, $orderBy. $Search and $filter are not supported.' nullable: true deviceNameTemplate: type: string - description: 'The template used to name the AutoPilot Device. This can be a custom text and can also contain either the serial number of the device, or a randomly generated number. The total length of the text generated by the template can be no more than 15 characters.' + description: 'The template used to name the Autopilot device. This can be a custom text and can also contain either the serial number of the device, or a randomly generated number. The total length of the text generated by the template can be no more than 15 characters. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.' nullable: true deviceType: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceType' displayName: type: string - description: Name of the profile + description: 'The display name of the deployment profile. Max allowed length is 200 chars. Returned by default. Supports: $select, $top, $skip, $orderby. $Search and $filter are not supported.' nullable: true enableWhiteGlove: type: boolean - description: Enable Autopilot White Glove for the profile. + description: 'Indicates whether the user is allowed to use Windows Autopilot for pre-provisioned deployment mode during Out of Box experience (OOBE). When TRUE, indicates that Windows Autopilot for pre-provisioned deployment mode is allowed. When false, Windows Autopilot for pre-provisioned deployment mode is not allowed. The default is FALSE. Read-Only. Starting from May 2024 this property will no longer be supported and will be marked as deprecated. Use preprovisioningAllowed instead.' enrollmentStatusScreenSettings: $ref: '#/components/schemas/microsoft.graph.windowsEnrollmentStatusScreenSettings' extractHardwareHash: type: boolean - description: HardwareHash Extraction for the profile + description: 'Indicates whether the profile supports the extraction of hardware hash values and registration of the device into Windows Autopilot. When TRUE, indicates if hardware extraction and Windows Autopilot registration will happen on the next successful check-in. When FALSE, hardware hash extraction and Windows Autopilot registration will not happen. Default value is FALSE. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported. Read-Only. Starting from May 2024 this property will no longer be supported and will be marked as deprecated. Use hardwareHashExtractionEnabled instead.' hardwareHashExtractionEnabled: type: boolean description: 'Indicates whether the profile supports the extraction of hardware hash values and registration of the device into Windows Autopilot. When TRUE, indicates if hardware extraction and Windows Autopilot registration will happen on the next successful check-in. When FALSE, hardware hash extraction and Windows Autopilot registration will not happen. Default value is FALSE. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.' nullable: true language: type: string - description: Language configured on the device + description: 'The language code to be used when configuring the device. E.g. en-US. The default value is os-default. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported. Read-Only. Starting from May 2024 this property will no longer be supported and will be marked as deprecated. Use locale instead.' 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 + description: 'The date and time of when the deployment profile was last modified. The value cannot be updated manually and is automatically populated when any changes are made to the profile. 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''. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported Read-Only.' format: date-time locale: type: string @@ -11611,7 +11706,7 @@ components: items: type: string nullable: true - description: Scope tags for the profile. + description: List of role scope tags for the deployment profile. assignedDevices: type: array items: @@ -11806,6 +11901,9 @@ components: featureUpdateVersion: type: string description: 'The feature update version that will be deployed to the devices targeted by this profile. The version could be any supported version for example 1709, 1803 or 1809 and so on.' + installFeatureUpdatesOptional: + type: boolean + description: 'If true, the Windows 11 update will become optional' installLatestWindows10OnWindows11IneligibleDevice: type: boolean description: 'If true, the latest Microsoft Windows 10 update will be installed on devices ineligible for Microsoft Windows 11' @@ -12176,7 +12274,7 @@ components: properties: appScopeId: type: string - description: 'Identifier of the app specific scope when the assignment scope is app specific. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by a resource application only. For the entitlement management provider, use this property to specify a catalog, for example /AccessPackageCatalog/beedadfe-01d5-4025-910b-84abb9369997. Supports $filter (eq, in). For example /roleManagement/entitlementManagement/roleAssignments?$filter=appScopeId eq ''/AccessPackageCatalog/{catalog id}''.' + description: 'Identifier of the app specific scope when the assignment scope is app specific. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by a resource application only. For the entitlement management provider, use this property to specify a catalog. For example, /AccessPackageCatalog/beedadfe-01d5-4025-910b-84abb9369997. Supports $filter (eq, in). For example /roleManagement/entitlementManagement/roleAssignments?$filter=appScopeId eq ''/AccessPackageCatalog/{catalog id}''.' nullable: true condition: type: string diff --git a/openApiDocs/beta/DeviceManagement.Functions.yml b/openApiDocs/beta/DeviceManagement.Functions.yml index b4cf30c70d6..84347a7ea2d 100644 --- a/openApiDocs/beta/DeviceManagement.Functions.yml +++ b/openApiDocs/beta/DeviceManagement.Functions.yml @@ -285,6 +285,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcReviewStatus' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-04-30' + date: '2024-01-03' + version: 2024-01/getCloudPcReviewStatus + description: 'The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API' x-ms-docs-operation-type: function '/deviceManagement/comanagedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey()': get: @@ -894,6 +900,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcReviewStatus' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-04-30' + date: '2024-01-03' + version: 2024-01/getCloudPcReviewStatus + description: 'The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API' x-ms-docs-operation-type: function '/deviceManagement/managedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey()': get: @@ -1413,6 +1425,7 @@ paths: tags: - deviceManagement.Functions summary: Invoke function getPortalNotifications + description: 'Get a list of all notifications that one or more users can access, from the Microsoft Endpoint Manager admin center.' operationId: deviceManagement.monitoring.alertRecord_getPortalNotification parameters: - $ref: '#/components/parameters/top' @@ -1443,76 +1456,6 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - /deviceManagement/operationApprovalPolicies/microsoft.graph.getApprovableOperations(): - get: - tags: - - deviceManagement.Functions - summary: Invoke function getApprovableOperations - operationId: deviceManagement.operationApprovalPolicy_getApprovableOperation - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.operationApprovalPolicySet' - '@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/operationApprovalPolicies/microsoft.graph.getOperationsRequiringApproval(): - get: - tags: - - deviceManagement.Functions - summary: Invoke function getOperationsRequiringApproval - operationId: deviceManagement.operationApprovalPolicy_getOperationsRequiringApproval - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.operationApprovalPolicySet' - '@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/operationApprovalPolicies/microsoft.graph.retrieveApprovableOperations(): get: tags: @@ -2353,6 +2296,31 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.retrieveReviewStatus()': + get: + tags: + - deviceManagement.Functions + summary: Invoke function retrieveReviewStatus + operationId: deviceManagement.virtualEndpoint.cloudPC_retrieveReviewStatus + parameters: + - name: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: cloudPC + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcReviewStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/deviceManagement/virtualEndpoint/cloudPCs/microsoft.graph.getProvisionedCloudPCs(groupId=''{groupId}'',servicePlanId=''{servicePlanId}'')': get: tags: @@ -4092,6 +4060,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -4107,7 +4079,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: @@ -4119,7 +4091,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' @@ -4191,6 +4163,7 @@ components: nullable: true id: type: string + description: 'The unique identifier (ID) of the source image. Read-only. The id property is deprecated and will stop returning data on January 31, 2024. Going forward, use the resourceId property.' nullable: true resourceId: type: string @@ -5031,96 +5004,24 @@ components: title: operationApprovalPolicyType enum: - unknown - - deviceAction - - deviceWipe - - deviceRetire - - deviceRetireNonCompliant - - deviceDelete - - deviceLock - - deviceErase - - deviceDisableActivationLock - - windowsEnrollment - - compliancePolicy - - configurationPolicy - - appProtectionPolicy - - policySet - - filter - - endpointSecurityPolicy - app - script - - role - - deviceResetPasscode - - customOrganizationalMessage - unknownFutureValue type: string - description: 'The set of available policy types that can be configured for approval. There is no default value for this enum, indicating that the policy type must always be chosen.' + description: The set of available policy types that can be configured for approval. The policy type must always be defined in an OperationApprovalRequest. x-ms-enum: name: operationApprovalPolicyType modelAsString: false values: - value: unknown - description: Default. Indicates that the configured policy type is unknown. This property is not allowed on an OperationApprovalRequest unless the PolicySet contains a different OperationApprovalPolicyType. + description: Default. Indicates that the configured policy type is unknown. Not a valid policy type in an OperationApprovalPolicy. name: unknown - - value: deviceAction - description: Indicates that the configured policy type is for a Device Action. - name: deviceAction - - value: deviceWipe - description: Indicates that the configured policy type is for a Device Wipe Action. - name: deviceWipe - - value: deviceRetire - description: Indicates that the configured policy type is for a Device Retire Action. - name: deviceRetire - - value: deviceRetireNonCompliant - description: Indicates that the configured policy type is for a Retire Non-Compliant Devices Action. - name: deviceRetireNonCompliant - - value: deviceDelete - description: Indicates that the configured policy type is for a Device Delete Action. - name: deviceDelete - - value: deviceLock - description: Indicates that the configured policy type is for a Device Lock Action. - name: deviceLock - - value: deviceErase - description: Indicates that the configured policy type is for a Device Erase Action. - name: deviceErase - - value: deviceDisableActivationLock - description: Indicates that the configured policy type is for a Device Disable Activation Lock Action. - name: deviceDisableActivationLock - - value: windowsEnrollment - description: Indicates that the configured policy type is for a Windows Enrollment. - name: windowsEnrollment - - value: compliancePolicy - description: Indicates that the configured policy type is for a Compliance Policy. - name: compliancePolicy - - value: configurationPolicy - description: Indicates that the configured policy type is for a Configuration Policy. - name: configurationPolicy - - value: appProtectionPolicy - description: Indicates that the configured policy type is for an App Protection Policy. - name: appProtectionPolicy - - value: policySet - description: Indicates that the configured policy type is for a Policy Set. - name: policySet - - value: filter - description: Indicates that the configured policy type is for a Filter. - name: filter - - value: endpointSecurityPolicy - description: Indicates that the configured policy type is for an Endpoint Security Policy. - name: endpointSecurityPolicy - value: app description: 'Indicates that the configured policy type is an application type, such as mobile apps or built-in apps.' name: app - value: script description: 'Indicates that the configured policy type is a script type, such as Powershell scripts or remediation scripts.' name: script - - value: role - description: Indicates that the configured policy type is for a Role. - name: role - - value: deviceResetPasscode - description: Indicates that the configured policy type is for a Device Reset Passcode Action. - name: deviceResetPasscode - - value: customOrganizationalMessage - description: Indicates that the configured policy type is for a Custom Organizational Message. - name: customOrganizationalMessage - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue @@ -5404,6 +5305,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -5679,11 +5582,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index a4b7a98e224..4cdf8741e60 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -166,8 +166,11 @@ paths: get: tags: - admin.edge - summary: Get siteLists from admin - description: A collection of site lists to support Internet Explorer mode. + summary: List browserSiteLists + description: Get a list of the browserSiteList objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-beta operationId: admin.edge.internetExplorerMode_ListSiteList parameters: - $ref: '#/components/parameters/top' @@ -217,7 +220,11 @@ paths: post: tags: - admin.edge - summary: Create new navigation property to siteLists for admin + summary: Create browserSiteList + description: Create a new browserSiteList object to support Internet Explorer mode. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-beta operationId: admin.edge.internetExplorerMode_CreateSiteList requestBody: description: New navigation property @@ -240,8 +247,11 @@ paths: get: tags: - admin.edge - summary: Get siteLists from admin - description: A collection of site lists to support Internet Explorer mode. + summary: Get browserSiteList + description: Get a browserSiteList that contains browserSite and browserSharedCookie resources. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-beta operationId: admin.edge.internetExplorerMode_GetSiteList parameters: - name: browserSiteList-id @@ -285,7 +295,11 @@ paths: patch: tags: - admin.edge - summary: Update the navigation property siteLists in admin + summary: Update browserSiteList + description: Update the properties of a browserSiteList object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-beta operationId: admin.edge.internetExplorerMode_UpdateSiteList parameters: - name: browserSiteList-id @@ -316,7 +330,11 @@ paths: delete: tags: - admin.edge - summary: Delete navigation property siteLists for admin + summary: Delete browserSiteList + description: Delete a browserSiteList object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-beta operationId: admin.edge.internetExplorerMode_DeleteSiteList parameters: - name: browserSiteList-id @@ -343,8 +361,11 @@ paths: get: tags: - admin.edge - summary: Get sharedCookies from admin - description: A collection of shared cookies defined for the site list. + summary: List browserSharedCookies + description: Get a list of the browserSharedCookie objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-beta operationId: admin.edge.internetExplorerMode.siteList_ListSharedCookie parameters: - name: browserSiteList-id @@ -402,7 +423,11 @@ paths: post: tags: - admin.edge - summary: Create new navigation property to sharedCookies for admin + summary: Create browserSharedCookie + description: Create a new browserSharedCookie object in a browserSiteList. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-beta operationId: admin.edge.internetExplorerMode.siteList_CreateSharedCookie parameters: - name: browserSiteList-id @@ -434,8 +459,11 @@ paths: get: tags: - admin.edge - summary: Get sharedCookies from admin - description: A collection of shared cookies defined for the site list. + summary: Get browserSharedCookie + description: 'Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-beta operationId: admin.edge.internetExplorerMode.siteList_GetSharedCookie parameters: - name: browserSiteList-id @@ -487,7 +515,11 @@ paths: patch: tags: - admin.edge - summary: Update the navigation property sharedCookies in admin + summary: Update browserSharedCookie + description: Update the properties of a browserSharedCookie object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-beta operationId: admin.edge.internetExplorerMode.siteList_UpdateSharedCookie parameters: - name: browserSiteList-id @@ -526,7 +558,11 @@ paths: delete: tags: - admin.edge - summary: Delete navigation property sharedCookies for admin + summary: Delete browserSharedCookie + description: Delete a browserSharedCookie from a browserSiteList. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-beta operationId: admin.edge.internetExplorerMode.siteList_DeleteSharedCookie parameters: - name: browserSiteList-id @@ -583,8 +619,11 @@ paths: get: tags: - admin.edge - summary: Get sites from admin - description: A collection of sites defined for the site list. + summary: List browserSites + description: Get a list of the browserSite objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-beta operationId: admin.edge.internetExplorerMode.siteList_ListSite parameters: - name: browserSiteList-id @@ -642,7 +681,11 @@ paths: post: tags: - admin.edge - summary: Create new navigation property to sites for admin + summary: Create browserSite + description: Create a new browserSite object in a browserSiteList. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-beta operationId: admin.edge.internetExplorerMode.siteList_CreateSite parameters: - name: browserSiteList-id @@ -674,8 +717,11 @@ paths: get: tags: - admin.edge - summary: Get sites from admin - description: A collection of sites defined for the site list. + summary: Get browserSite + description: Get a browserSite that resides on a browserSiteList. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-beta operationId: admin.edge.internetExplorerMode.siteList_GetSite parameters: - name: browserSiteList-id @@ -727,7 +773,11 @@ paths: patch: tags: - admin.edge - summary: Update the navigation property sites in admin + summary: Update browserSite + description: Update the properties of a browserSite object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-beta operationId: admin.edge.internetExplorerMode.siteList_UpdateSite parameters: - name: browserSiteList-id @@ -766,7 +816,11 @@ paths: delete: tags: - admin.edge - summary: Delete navigation property sites for admin + summary: Delete browserSite + description: Delete a browserSite from a browserSiteList. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-beta operationId: admin.edge.internetExplorerMode.siteList_DeleteSite parameters: - name: browserSiteList-id @@ -10364,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 @@ -10455,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 @@ -27468,7 +27522,7 @@ paths: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from deviceManagement - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: deviceManagement.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -27559,7 +27613,7 @@ paths: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from deviceManagement - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: deviceManagement.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -27798,8 +27852,11 @@ paths: get: tags: - deviceManagement.monitoring - summary: Get alertRecords from deviceManagement - description: The collection of records of alert events. + summary: List alertRecords + description: Get a list of the alertRecord objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-beta operationId: deviceManagement.monitoring_ListAlertRecord parameters: - $ref: '#/components/parameters/top' @@ -27872,8 +27929,11 @@ paths: get: tags: - deviceManagement.monitoring - summary: Get alertRecords from deviceManagement - description: The collection of records of alert events. + summary: Get alertRecord + description: Read the properties and relationships of an alertRecord object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-get?view=graph-rest-beta operationId: deviceManagement.monitoring_GetAlertRecord parameters: - name: alertRecord-id @@ -27989,8 +28049,11 @@ paths: get: tags: - deviceManagement.monitoring - summary: Get alertRules from deviceManagement - description: The collection of alert rules. + summary: List alertRules + description: Get a list of the alertRule objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-beta operationId: deviceManagement.monitoring_ListAlertRule parameters: - $ref: '#/components/parameters/top' @@ -28040,7 +28103,11 @@ paths: post: tags: - deviceManagement.monitoring - summary: Create new navigation property to alertRules for deviceManagement + summary: Create alertRule + description: Create an alertRule object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-beta operationId: deviceManagement.monitoring_CreateAlertRule requestBody: description: New navigation property @@ -28063,8 +28130,11 @@ paths: get: tags: - deviceManagement.monitoring - summary: Get alertRules from deviceManagement - description: The collection of alert rules. + summary: Get alertRule + description: Read the properties and relationships of an alertRule object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/devicemanagement-alertrule-get?view=graph-rest-beta operationId: deviceManagement.monitoring_GetAlertRule parameters: - name: alertRule-id @@ -28108,7 +28178,11 @@ paths: patch: tags: - deviceManagement.monitoring - summary: Update the navigation property alertRules in deviceManagement + summary: Update alertRule + description: Update the properties of an alertRule object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/devicemanagement-alertrule-update?view=graph-rest-beta operationId: deviceManagement.monitoring_UpdateAlertRule parameters: - name: alertRule-id @@ -45519,7 +45593,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 @@ -48175,7 +48249,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -52839,7 +52913,7 @@ components: type: object properties: applicationDetail: - $ref: '#/components/schemas/microsoft.graph.applicationDetail' + $ref: '#/components/schemas/microsoft.graph.elevationRequestApplicationDetail' deviceName: type: string description: 'The device name used to initiate the elevation request. For example: ''cotonso-laptop''. Returned by default. Read-only.' @@ -54392,6 +54466,7 @@ components: 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 @@ -54422,42 +54497,42 @@ 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: Profile creation time + description: 'The date and time of when the deployment profile was created. The value cannot be modified and is automatically populated when the profile 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 would look like this: ''2014-01-01T00:00:00Z''. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported. Read-Only.' format: date-time description: type: string - description: Description of the profile + description: 'A description of the deployment profile. Max allowed length is 1500 chars. Supports: $select, $top, $skip, $orderBy. $Search and $filter are not supported.' nullable: true deviceNameTemplate: type: string - description: 'The template used to name the AutoPilot Device. This can be a custom text and can also contain either the serial number of the device, or a randomly generated number. The total length of the text generated by the template can be no more than 15 characters.' + description: 'The template used to name the Autopilot device. This can be a custom text and can also contain either the serial number of the device, or a randomly generated number. The total length of the text generated by the template can be no more than 15 characters. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.' nullable: true deviceType: $ref: '#/components/schemas/microsoft.graph.windowsAutopilotDeviceType' displayName: type: string - description: Name of the profile + description: 'The display name of the deployment profile. Max allowed length is 200 chars. Returned by default. Supports: $select, $top, $skip, $orderby. $Search and $filter are not supported.' nullable: true enableWhiteGlove: type: boolean - description: Enable Autopilot White Glove for the profile. + description: 'Indicates whether the user is allowed to use Windows Autopilot for pre-provisioned deployment mode during Out of Box experience (OOBE). When TRUE, indicates that Windows Autopilot for pre-provisioned deployment mode is allowed. When false, Windows Autopilot for pre-provisioned deployment mode is not allowed. The default is FALSE. Read-Only. Starting from May 2024 this property will no longer be supported and will be marked as deprecated. Use preprovisioningAllowed instead.' enrollmentStatusScreenSettings: $ref: '#/components/schemas/microsoft.graph.windowsEnrollmentStatusScreenSettings' extractHardwareHash: type: boolean - description: HardwareHash Extraction for the profile + description: 'Indicates whether the profile supports the extraction of hardware hash values and registration of the device into Windows Autopilot. When TRUE, indicates if hardware extraction and Windows Autopilot registration will happen on the next successful check-in. When FALSE, hardware hash extraction and Windows Autopilot registration will not happen. Default value is FALSE. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported. Read-Only. Starting from May 2024 this property will no longer be supported and will be marked as deprecated. Use hardwareHashExtractionEnabled instead.' hardwareHashExtractionEnabled: type: boolean description: 'Indicates whether the profile supports the extraction of hardware hash values and registration of the device into Windows Autopilot. When TRUE, indicates if hardware extraction and Windows Autopilot registration will happen on the next successful check-in. When FALSE, hardware hash extraction and Windows Autopilot registration will not happen. Default value is FALSE. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported.' nullable: true language: type: string - description: Language configured on the device + description: 'The language code to be used when configuring the device. E.g. en-US. The default value is os-default. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported. Read-Only. Starting from May 2024 this property will no longer be supported and will be marked as deprecated. Use locale instead.' 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 + description: 'The date and time of when the deployment profile was last modified. The value cannot be updated manually and is automatically populated when any changes are made to the profile. 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''. Supports: $select, $top, $skip. $Search, $orderBy and $filter are not supported Read-Only.' format: date-time locale: type: string @@ -54480,7 +54555,7 @@ components: items: type: string nullable: true - description: Scope tags for the profile. + description: List of role scope tags for the deployment profile. assignedDevices: type: array items: @@ -54726,6 +54801,9 @@ components: featureUpdateVersion: type: string description: 'The feature update version that will be deployed to the devices targeted by this profile. The version could be any supported version for example 1709, 1803 or 1809 and so on.' + installFeatureUpdatesOptional: + type: boolean + description: 'If true, the Windows 11 update will become optional' installLatestWindows10OnWindows11IneligibleDevice: type: boolean description: 'If true, the latest Microsoft Windows 10 update will be installed on devices ineligible for Microsoft Windows 11' @@ -56525,7 +56603,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: @@ -59858,7 +59936,7 @@ components: - removeDeviceFirmwareConfigurationInterfaceManagement - pauseConfigurationRefresh - initiateDeviceAttestation - - changeAssignments + - changeAssignment - delete type: string description: Remote actions Intune supports. @@ -59977,9 +60055,9 @@ components: - value: initiateDeviceAttestation description: Indicates remote device action to intiate Mobile Device Management (MDM) attestation if device is capable for it. name: initiateDeviceAttestation - - value: changeAssignments + - value: changeAssignment description: Indicates remote device action to override assignments for a Device. - name: changeAssignments + name: changeAssignment - value: delete description: Indicates remote device action to delete a device from Intune portal. name: delete @@ -62473,11 +62551,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -63842,13 +63920,13 @@ components: - value: inactive description: There is no heart-beat from connector from last 5 days. name: inactive - microsoft.graph.applicationDetail: - title: applicationDetail + microsoft.graph.elevationRequestApplicationDetail: + title: elevationRequestApplicationDetail type: object properties: fileDescription: type: string - description: 'The path of the file in the request for elevation, for example, %programfiles%/git/cmd' + description: 'The path of the file in the request for elevation, for example, %programfiles%\git\cmd' nullable: true fileHash: type: string @@ -63860,7 +63938,7 @@ components: nullable: true filePath: type: string - description: 'The path of the file in the request for elevation, for example, %programfiles%/git/cmd' + description: 'The path of the file in the request for elevation, for example, %programfiles%\git\cmd' nullable: true productInternalName: type: string @@ -63876,7 +63954,7 @@ components: nullable: true publisherCert: type: string - description: 'The list of base64 encoded certificate for each signer, for example, string[encodedleafcert1, encodedleafcert2....]' + description: 'The list of base64 encoded certificate for each signer, for example, string[encoded_leaf_cert1, encoded_leaf_cert2....]' nullable: true publisherName: type: string @@ -64748,96 +64826,24 @@ components: title: operationApprovalPolicyType enum: - unknown - - deviceAction - - deviceWipe - - deviceRetire - - deviceRetireNonCompliant - - deviceDelete - - deviceLock - - deviceErase - - deviceDisableActivationLock - - windowsEnrollment - - compliancePolicy - - configurationPolicy - - appProtectionPolicy - - policySet - - filter - - endpointSecurityPolicy - app - script - - role - - deviceResetPasscode - - customOrganizationalMessage - unknownFutureValue type: string - description: 'The set of available policy types that can be configured for approval. There is no default value for this enum, indicating that the policy type must always be chosen.' + description: The set of available policy types that can be configured for approval. The policy type must always be defined in an OperationApprovalRequest. x-ms-enum: name: operationApprovalPolicyType modelAsString: false values: - value: unknown - description: Default. Indicates that the configured policy type is unknown. This property is not allowed on an OperationApprovalRequest unless the PolicySet contains a different OperationApprovalPolicyType. + description: Default. Indicates that the configured policy type is unknown. Not a valid policy type in an OperationApprovalPolicy. name: unknown - - value: deviceAction - description: Indicates that the configured policy type is for a Device Action. - name: deviceAction - - value: deviceWipe - description: Indicates that the configured policy type is for a Device Wipe Action. - name: deviceWipe - - value: deviceRetire - description: Indicates that the configured policy type is for a Device Retire Action. - name: deviceRetire - - value: deviceRetireNonCompliant - description: Indicates that the configured policy type is for a Retire Non-Compliant Devices Action. - name: deviceRetireNonCompliant - - value: deviceDelete - description: Indicates that the configured policy type is for a Device Delete Action. - name: deviceDelete - - value: deviceLock - description: Indicates that the configured policy type is for a Device Lock Action. - name: deviceLock - - value: deviceErase - description: Indicates that the configured policy type is for a Device Erase Action. - name: deviceErase - - value: deviceDisableActivationLock - description: Indicates that the configured policy type is for a Device Disable Activation Lock Action. - name: deviceDisableActivationLock - - value: windowsEnrollment - description: Indicates that the configured policy type is for a Windows Enrollment. - name: windowsEnrollment - - value: compliancePolicy - description: Indicates that the configured policy type is for a Compliance Policy. - name: compliancePolicy - - value: configurationPolicy - description: Indicates that the configured policy type is for a Configuration Policy. - name: configurationPolicy - - value: appProtectionPolicy - description: Indicates that the configured policy type is for an App Protection Policy. - name: appProtectionPolicy - - value: policySet - description: Indicates that the configured policy type is for a Policy Set. - name: policySet - - value: filter - description: Indicates that the configured policy type is for a Filter. - name: filter - - value: endpointSecurityPolicy - description: Indicates that the configured policy type is for an Endpoint Security Policy. - name: endpointSecurityPolicy - value: app description: 'Indicates that the configured policy type is an application type, such as mobile apps or built-in apps.' name: app - value: script description: 'Indicates that the configured policy type is a script type, such as Powershell scripts or remediation scripts.' name: script - - value: role - description: Indicates that the configured policy type is for a Role. - name: role - - value: deviceResetPasscode - description: Indicates that the configured policy type is for a Device Reset Passcode Action. - name: deviceResetPasscode - - value: customOrganizationalMessage - description: Indicates that the configured policy type is for a Custom Organizational Message. - name: customOrganizationalMessage - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue @@ -65401,6 +65407,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -65416,7 +65426,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: @@ -65428,7 +65438,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' @@ -65639,9 +65649,11 @@ components: nullable: true offer: type: string + description: 'The offer name of this gallery image that is passed to ARM to retrieve the image resource. Read-only. The offer property is deprecated and will stop returning data on January 31, 2024. Going forward, use the offerName property.' nullable: true offerDisplayName: type: string + description: 'The official display offer name of this gallery image. For example, Windows 10 Enterprise + OS Optimizations. The offerDisplayName property is deprecated and will stop returning data on January 31, 2024.' nullable: true offerName: type: string @@ -65649,6 +65661,7 @@ components: nullable: true publisher: type: string + description: 'The publisher name of this gallery image that is passed to ARM to retrieve the image resource. Read-only. The publisher property is deprecated and will stop returning data on January 31, 2024. Going forward, use the publisherName property.' nullable: true publisherName: type: string @@ -65656,6 +65669,7 @@ components: nullable: true recommendedSku: type: string + description: 'The recommended Cloud PC SKU for this gallery image. Read-only. The recommendedSku property is deprecated and will stop returning data on January 31, 2024.' nullable: true sizeInGB: maximum: 2147483647 @@ -65666,9 +65680,11 @@ components: nullable: true sku: type: string + description: 'The SKU name of this image that is passed to ARM to retrieve the image resource. Read-only. The sku property is deprecated and will stop returning data on January 31, 2024. Going forward, use the skuName property.' nullable: true skuDisplayName: type: string + description: 'The official display SKU name of this gallery image. For example, 2004. Read-only. The skuDisplayName property is deprecated and will stop returning data on January 31, 2024.' nullable: true skuName: type: string @@ -65788,6 +65804,8 @@ components: type: string description: The URL of the alternate resource that links to this provisioning policy. Read-only. nullable: true + autopatch: + $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAutopatch' cloudPcGroupDisplayName: type: string description: The display name of the Cloud PC group that the Cloud PCs reside in. Read-only. @@ -65803,8 +65821,6 @@ components: displayName: type: string description: The display name for the provisioning policy. - domainJoinConfiguration: - $ref: '#/components/schemas/microsoft.graph.cloudPcDomainJoinConfiguration' domainJoinConfigurations: type: array items: @@ -65812,7 +65828,7 @@ components: description: Specifies a list ordered by priority on how Cloud PCs join Microsoft Entra ID (Azure AD). Supports $select. enableSingleSignOn: type: boolean - description: 'True if the provisioned Cloud PC can be accessed by single sign-on. False indicates that the provisioned Cloud PC doesn''t support this feature. The default value is false. Windows 365 users can use single sign-on to authenticate to Microsoft Entra ID with passwordless options (for example, FIDO keys) to access their Cloud PC. Optional.' + description: 'True if single sign-on can access the provisioned Cloud PC. False indicates that the provisioned Cloud PC doesn''t support this feature. The default value is false. Windows 365 users can use single sign-on to authenticate to Microsoft Entra ID with passwordless options (for example, FIDO keys) to access their Cloud PC. Optional.' nullable: true gracePeriodInHours: maximum: 2147483647 @@ -65837,9 +65853,6 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcManagementService' microsoftManagedDesktop: $ref: '#/components/schemas/microsoft.graph.microsoftManagedDesktop' - onPremisesConnectionId: - type: string - nullable: true provisioningType: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningType' scopeIds: @@ -66026,6 +66039,7 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcRestorePointSetting' selfServiceEnabled: type: boolean + description: 'Indicates whether the self-service option is enabled. Default value is false. To enable the self-service option, change the setting to true. If the self-service option is enabled, the end user is allowed to perform some self-service operations, such as upgrading the Cloud PC through the end user portal. The selfServiceEnabled property is deprecated and will stop returning data on December 1, 2023.' nullable: true assignments: type: array @@ -67549,7 +67563,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 @@ -67848,6 +67862,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: @@ -68227,6 +68243,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: @@ -68384,6 +68404,10 @@ components: 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 @@ -68687,7 +68711,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 @@ -69194,10 +69218,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 @@ -69267,7 +69292,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 @@ -70156,10 +70181,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: @@ -70172,6 +70199,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 @@ -70190,6 +70218,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -70202,6 +70231,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: @@ -70244,16 +70274,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 @@ -71849,6 +71882,7 @@ components: description: The type of the audit resource. type: type: string + description: 'The type of the audit resource. The type property is deprecated and will stop returning data on May 8, 2024. Going forward, use the resourceType property.' additionalProperties: type: object microsoft.graph.cloudPcBulkActionSummary: @@ -71990,6 +72024,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -72164,6 +72200,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.cloudPcProvisioningPolicyAutopatch: + title: cloudPcProvisioningPolicyAutopatch + type: object + properties: + autopatchGroupId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcDomainJoinConfiguration: title: cloudPcDomainJoinConfiguration type: object @@ -72340,6 +72385,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: integer + description: 'The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are 4, 6, 12, 16, and 24. The default frequency is 12 hours. The frequencyInHours property is deprecated and will stop returning data on January 31, 2024. Going forward, use the frequencyType property.' format: int32 nullable: true frequencyType: @@ -72792,36 +72838,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' @@ -72909,14 +72962,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.appRole: @@ -73075,6 +73131,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: @@ -73174,6 +73231,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' @@ -73720,8 +73802,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])$' @@ -73981,6 +74065,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: @@ -74213,6 +74299,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 @@ -74409,6 +74496,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -74538,6 +74626,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: @@ -74594,6 +74683,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. @@ -74721,7 +74812,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -74770,6 +74860,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. @@ -75040,6 +75132,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: @@ -76028,6 +76121,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.' @@ -76404,10 +76499,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 @@ -76602,12 +76699,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: @@ -76990,12 +77089,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 @@ -77015,7 +77114,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' @@ -77058,6 +77157,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: @@ -77226,6 +77326,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -78297,6 +78398,7 @@ components: nullable: true additionalDetails: type: string + description: 'More details about the health check or the recommended action. Read-only. The additionalDetails property is deprecated and stopped returning data on January 31, 2024. Goind forward, use the additionalDetail property.' nullable: true correlationId: type: string @@ -78673,6 +78775,17 @@ components: 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: @@ -79023,6 +79136,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' @@ -79237,11 +79358,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: @@ -79743,6 +79868,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 @@ -80004,6 +80130,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' @@ -80196,6 +80332,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' @@ -81000,6 +81144,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: @@ -81718,6 +81863,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.resultantAppState: title: resultantAppState enum: @@ -81981,6 +82163,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -81990,6 +82173,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 @@ -82704,6 +82888,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: @@ -83370,6 +83559,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -84010,6 +84205,7 @@ components: 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: @@ -84029,6 +84225,7 @@ components: 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: @@ -84041,6 +84238,21 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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.synchronizationSecret: title: synchronizationSecret enum: @@ -84257,14 +84469,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: @@ -84275,6 +84479,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 @@ -84670,6 +84882,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 @@ -84945,6 +85201,14 @@ components: 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 @@ -85958,6 +86222,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -86339,6 +86621,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 @@ -87507,6 +87835,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -87826,6 +88172,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: @@ -88472,6 +88846,17 @@ components: nullable: true 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.synchronizationError: title: synchronizationError type: object @@ -88643,6 +89028,60 @@ components: - chat - unknownFutureValue type: string + 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 @@ -89058,6 +89497,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 @@ -89100,27 +89540,71 @@ components: nullable: true additionalProperties: type: object + 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' additionalProperties: @@ -89381,6 +89865,41 @@ components: - Extensions - BaseObjectName 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' diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index 735f62315f7..cd77ec39f49 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -69,8 +69,11 @@ paths: get: tags: - print.printConnector - summary: Get connectors from print - description: The list of available print connectors. + summary: List printConnectors + description: Retrieve a list of print connectors. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-beta operationId: print_ListConnector parameters: - $ref: '#/components/parameters/top' @@ -143,8 +146,11 @@ paths: get: tags: - print.printConnector - summary: Get connectors from print - description: The list of available print connectors. + summary: Get printConnector + description: Retrieve the properties and relationships of a printConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-beta operationId: print_GetConnector parameters: - name: printConnector-id @@ -188,7 +194,11 @@ paths: patch: tags: - print.printConnector - summary: Update the navigation property connectors in print + summary: Update printConnector + description: Update the properties of a printConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-beta operationId: print_UpdateConnector parameters: - name: printConnector-id @@ -219,7 +229,11 @@ paths: delete: tags: - print.printConnector - summary: Delete navigation property connectors for print + summary: Delete printConnector + description: Delete (unregister) a printConnector. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-beta operationId: print_DeleteConnector parameters: - name: printConnector-id @@ -260,7 +274,8 @@ paths: get: tags: - print.printOperation - summary: Get operations from print + summary: Get printOperation + description: Retrieve the properties and relationships of a printOperation object. operationId: print_ListOperation parameters: - $ref: '#/components/parameters/top' @@ -333,7 +348,11 @@ paths: get: tags: - print.printOperation - summary: Get operations from print + summary: Get printOperation + description: Retrieve the properties and relationships of a printOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-beta operationId: print_GetOperation parameters: - name: printOperation-id @@ -449,8 +468,11 @@ paths: get: tags: - print.printer - summary: Get printers from print - description: The list of printers registered in the tenant. + summary: List printers + description: Retrieve the list of printers that are registered in the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-beta operationId: print_ListPrinter parameters: - $ref: '#/components/parameters/top' @@ -523,8 +545,11 @@ paths: get: tags: - print.printer - summary: Get printers from print - description: The list of printers registered in the tenant. + summary: Get printer + description: Retrieve the properties and relationships of a printer object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-beta operationId: print_GetPrinter parameters: - name: printer-id @@ -568,7 +593,11 @@ paths: patch: tags: - print.printer - summary: Update the navigation property printers in print + summary: Update printer + description: Update the properties of a printer object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-beta operationId: print_UpdatePrinter parameters: - name: printer-id @@ -599,7 +628,11 @@ paths: delete: tags: - print.printer - summary: Delete navigation property printers for print + summary: Delete printer + description: Delete (unregister) a printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-beta operationId: print_DeletePrinter parameters: - name: printer-id @@ -626,8 +659,11 @@ paths: get: tags: - print.printer - summary: Get connectors from print - description: The connectors that are associated with the printer. + summary: List printConnectors for printer + description: Retrieve a list of connectors associated with the printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-beta operationId: print.printer_ListConnector parameters: - name: printer-id @@ -762,7 +798,11 @@ paths: get: tags: - print.printer - summary: Get jobs from print + summary: List printJobs for a printer + description: Retrieve a list of print jobs associated with the printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-beta operationId: print.printer_ListJob parameters: - name: printer-id @@ -820,7 +860,11 @@ paths: post: tags: - print.printer - summary: Create new navigation property to jobs for print + summary: Create printJob for a printer + description: 'Create a new printJob for a printer. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-beta operationId: print.printer_CreateJob parameters: - name: printer-id @@ -852,7 +896,11 @@ paths: get: tags: - print.printer - summary: Get jobs from print + summary: Get printJob + description: Retrieve the properties and relationships of a print job. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-beta operationId: print.printer_GetJob parameters: - name: printer-id @@ -904,7 +952,11 @@ paths: patch: tags: - print.printer - summary: Update the navigation property jobs in print + summary: Update printJob + description: 'Update a print job. Only the configuration property can be updated. Updating a print job will only succeed if a printTask in a processing state, started by a trigger that the requesting app created, is associated with the print job. For details about how to register a task trigger, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-beta operationId: print.printer_UpdateJob parameters: - name: printer-id @@ -1235,6 +1287,7 @@ paths: tags: - print.printer summary: Get media content for the navigation property documents from print + description: The unique identifier for an entity. Read-only. operationId: print.printer.job_GetDocumentsContent parameters: - name: printer-id @@ -1271,11 +1324,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - print.printer summary: Update media content for the navigation property documents in print + description: The unique identifier for an entity. Read-only. operationId: print.printer.job_SetDocumentsContent parameters: - name: printer-id @@ -1315,7 +1368,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - print.printer + summary: Delete media content for the navigation property documents in print + description: The unique identifier for an entity. Read-only. + operationId: print.printer.job_DeleteDocumentsContent + parameters: + - name: printer-id + in: path + description: The unique identifier of printer + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printer + - name: printJob-id + in: path + description: The unique identifier of printJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printJob + - name: printDocument-id + in: path + description: The unique identifier of printDocument + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printDocument + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/microsoft.graph.createUploadSession': post: tags: @@ -2352,8 +2446,11 @@ paths: get: tags: - print.printer - summary: Get taskTriggers from print - description: A list of task triggers that are associated with the printer. + summary: List taskTriggers + description: 'Retrieve a list of task triggers associated with the printer. The list of task triggers defines which tasks will be triggered as a result of events that occur during printing. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-beta operationId: print.printer_ListTaskTrigger parameters: - name: printer-id @@ -2411,7 +2508,11 @@ paths: post: tags: - print.printer - summary: Create new navigation property to taskTriggers for print + summary: Create taskTrigger + description: 'Create a new task trigger on the specified printer. Currently, only one task trigger can be specified per printer, but this limit might be removed in the future. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-beta operationId: print.printer_CreateTaskTrigger parameters: - name: printer-id @@ -2443,8 +2544,11 @@ paths: get: tags: - print.printer - summary: Get taskTriggers from print - description: A list of task triggers that are associated with the printer. + summary: Get taskTrigger + description: 'Get a task trigger from a printer. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-beta operationId: print.printer_GetTaskTrigger parameters: - name: printer-id @@ -2535,7 +2639,11 @@ paths: delete: tags: - print.printer - summary: Delete navigation property taskTriggers for print + summary: Delete taskTrigger + description: Delete a printer's task trigger to prevent related print events from triggering tasks on the specified printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-beta operationId: print.printer_DeleteTaskTrigger parameters: - name: printer-id @@ -3333,7 +3441,11 @@ paths: delete: tags: - print.printerShare - summary: Delete ref of navigation property allowedUsers for print + summary: Delete allowedUser from printerShare + description: Revoke the specified user's access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-beta operationId: print.printerShare.allowedUser_DeleteUserGraphBPreRef parameters: - name: printerShare-id @@ -3687,7 +3799,11 @@ paths: delete: tags: - print.printerShare - summary: Delete ref of navigation property allowedUsers for print + summary: Delete allowedUser from printerShare + description: Revoke the specified user's access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-beta operationId: print.printerShare_DeleteAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -4261,6 +4377,7 @@ paths: tags: - print.printerShare summary: Get media content for the navigation property documents from print + description: The unique identifier for an entity. Read-only. operationId: print.printerShare.job_GetDocumentsContent parameters: - name: printerShare-id @@ -4303,11 +4420,11 @@ paths: date: '2023-06-13' version: 2023-06/Tasks_And_Plans description: 'The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this.' - x-ms-docs-operation-type: operation put: tags: - print.printerShare summary: Update media content for the navigation property documents in print + description: The unique identifier for an entity. Read-only. operationId: print.printerShare.job_SetDocumentsContent parameters: - name: printerShare-id @@ -4353,7 +4470,54 @@ paths: date: '2023-06-13' version: 2023-06/Tasks_And_Plans description: 'The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this.' - x-ms-docs-operation-type: operation + delete: + tags: + - print.printerShare + summary: Delete media content for the navigation property documents in print + description: The unique identifier for an entity. Read-only. + operationId: print.printerShare.job_DeleteDocumentsContent + parameters: + - name: printerShare-id + in: path + description: The unique identifier of printerShare + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printerShare + - name: printJob-id + in: path + description: The unique identifier of printJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printJob + - name: printDocument-id + in: path + description: The unique identifier of printDocument + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printDocument + - 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-07-31' + date: '2023-06-13' + version: 2023-06/Tasks_And_Plans + description: 'The printerShares navigation property is deprecated and will stop returning data on July 31, 2023. Please use the shares navigation property instead of this.' '/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/microsoft.graph.createUploadSession': post: tags: @@ -5278,8 +5442,11 @@ paths: get: tags: - print.printService - summary: Get services from print - description: The list of available Universal Print service endpoints. + summary: List printServices + description: Retrieve a list of printService objects that represent the services available to your tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-beta operationId: print_ListService parameters: - $ref: '#/components/parameters/top' @@ -5352,8 +5519,11 @@ paths: get: tags: - print.printService - summary: Get services from print - description: The list of available Universal Print service endpoints. + summary: Get printService + description: Retrieve the properties and relationships of a print service. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-beta operationId: print_GetService parameters: - name: printService-id @@ -5455,8 +5625,11 @@ paths: get: tags: - print.printService - summary: Get endpoints from print - description: Endpoints that can be used to access the service. Read-only. Nullable. + summary: List printServiceEndpoints + description: Retrieve a list of endpoints exposed by a print service. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-beta operationId: print.service_ListEndpoint parameters: - name: printService-id @@ -5546,8 +5719,11 @@ paths: get: tags: - print.printService - summary: Get endpoints from print - description: Endpoints that can be used to access the service. Read-only. Nullable. + summary: Get printServiceEndpoint + description: Retrieve the properties and relationships of a print service endpoint. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-beta operationId: print.service_GetEndpoint parameters: - name: printService-id @@ -5709,8 +5885,11 @@ paths: get: tags: - print.printerShare - summary: Get shares from print - description: The list of printer shares registered in the tenant. + summary: List shares + description: Retrieve a list of printerShares. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-beta operationId: print_ListShare parameters: - $ref: '#/components/parameters/top' @@ -5760,7 +5939,11 @@ paths: post: tags: - print.printerShare - summary: Create new navigation property to shares for print + summary: Create printerShare + description: Create a new printerShare for the specified printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-beta operationId: print_CreateShare requestBody: description: New navigation property @@ -5783,8 +5966,11 @@ paths: get: tags: - print.printerShare - summary: Get shares from print - description: The list of printer shares registered in the tenant. + summary: Get printerShare + description: Retrieve the properties and relationships of a printer share. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-beta operationId: print_GetShare parameters: - name: printerShare-id @@ -5828,7 +6014,11 @@ paths: patch: tags: - print.printerShare - summary: Update the navigation property shares in print + summary: Update printershare + description: 'Update the properties of a printer share. This method can be used to swap printers. For example, if a physical printer device breaks, an administrator can register a new printer device and update this printerShare to point to the new printer without requiring users to take any action.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-beta operationId: print_UpdateShare parameters: - name: printerShare-id @@ -5859,7 +6049,11 @@ paths: delete: tags: - print.printerShare - summary: Delete navigation property shares for print + summary: Delete printerShare + description: 'Delete a printer share (unshare the associated printer). This action can''t be undone. If the printer is shared again in the future, any Windows users who had previously installed the printer needs to discover and reinstall it.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-beta operationId: print_DeleteShare parameters: - name: printerShare-id @@ -5886,8 +6080,11 @@ paths: get: tags: - print.printerShare - summary: Get allowedGroups from print - description: The groups whose users have access to print using the printer. + summary: List allowedGroups for printerShare + description: Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta operationId: print.share_ListAllowedGroup parameters: - name: printerShare-id @@ -5946,7 +6143,11 @@ paths: delete: tags: - print.printerShare - summary: Delete ref of navigation property allowedGroups for print + summary: Delete allowedGroup from printerShare + description: Revoke the specified group's access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-beta operationId: print.share.allowedGroup_DeleteGroupGraphBPreRef parameters: - name: printerShare-id @@ -6100,8 +6301,11 @@ paths: get: tags: - print.printerShare - summary: Get ref of allowedGroups from print - description: The groups whose users have access to print using the printer. + summary: List allowedGroups for printerShare + description: Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta operationId: print.share_ListAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -6139,7 +6343,11 @@ paths: post: tags: - print.printerShare - summary: Create new navigation property ref to allowedGroups for print + summary: Create allowedGroup for printerShare + description: Grant the specified group access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-beta operationId: print.share_CreateAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -6161,7 +6369,11 @@ paths: delete: tags: - print.printerShare - summary: Delete ref of navigation property allowedGroups for print + summary: Delete allowedGroup from printerShare + description: Revoke the specified group's access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-beta operationId: print.share_DeleteAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -6196,8 +6408,11 @@ paths: get: tags: - print.printerShare - summary: Get allowedUsers from print - description: The users who have access to print using the printer. + summary: List allowedUsers for printerShare + description: Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta operationId: print.share_ListAllowedUser parameters: - name: printerShare-id @@ -6501,8 +6716,11 @@ paths: get: tags: - print.printerShare - summary: Get ref of allowedUsers from print - description: The users who have access to print using the printer. + summary: List allowedUsers for printerShare + description: Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta operationId: print.share_ListAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -6540,7 +6758,11 @@ paths: post: tags: - print.printerShare - summary: Create new navigation property ref to allowedUsers for print + summary: Create allowedUser for printerShare + description: Grant the specified user access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-beta operationId: print.share_CreateAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -6597,7 +6819,11 @@ paths: get: tags: - print.printerShare - summary: Get jobs from print + summary: List printJobs for a printerShare + description: Retrieve a list of print jobs associated with the printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-beta operationId: print.share_ListJob parameters: - name: printerShare-id @@ -6655,7 +6881,11 @@ paths: post: tags: - print.printerShare - summary: Create new navigation property to jobs for print + summary: Create printJob for a printerShare + description: 'Create a new printJob for a printerShare. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-beta operationId: print.share_CreateJob parameters: - name: printerShare-id @@ -7070,6 +7300,7 @@ paths: tags: - print.printerShare summary: Get media content for the navigation property documents from print + description: The unique identifier for an entity. Read-only. operationId: print.share.job_GetDocumentsContent parameters: - name: printerShare-id @@ -7106,11 +7337,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - print.printerShare summary: Update media content for the navigation property documents in print + description: The unique identifier for an entity. Read-only. operationId: print.share.job_SetDocumentsContent parameters: - name: printerShare-id @@ -7150,7 +7381,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - print.printerShare + summary: Delete media content for the navigation property documents in print + description: The unique identifier for an entity. Read-only. + operationId: print.share.job_DeleteDocumentsContent + parameters: + - name: printerShare-id + in: path + description: The unique identifier of printerShare + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printerShare + - name: printJob-id + in: path + description: The unique identifier of printJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printJob + - name: printDocument-id + in: path + description: The unique identifier of printDocument + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printDocument + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/microsoft.graph.createUploadSession': post: tags: @@ -7973,7 +8245,11 @@ paths: get: tags: - print.printTaskDefinition - summary: Get taskDefinitions from print + summary: List taskDefinitions + description: 'Retrieve a list of task definitions that the requesting app defined in the tenant. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-beta operationId: print_ListTaskDefinition parameters: - $ref: '#/components/parameters/top' @@ -8023,7 +8299,11 @@ paths: post: tags: - print.printTaskDefinition - summary: Create new navigation property to taskDefinitions for print + summary: Create taskDefinition + description: 'Create a new task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-beta operationId: print_CreateTaskDefinition requestBody: description: New navigation property @@ -8046,7 +8326,11 @@ paths: get: tags: - print.printTaskDefinition - summary: Get taskDefinitions from print + summary: Get taskDefinition + description: 'Get details about a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-beta operationId: print_GetTaskDefinition parameters: - name: printTaskDefinition-id @@ -8090,7 +8374,11 @@ paths: patch: tags: - print.printTaskDefinition - summary: Update the navigation property taskDefinitions in print + summary: Update taskDefinition + description: 'Update a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-beta operationId: print_UpdateTaskDefinition parameters: - name: printTaskDefinition-id @@ -8121,7 +8409,11 @@ paths: delete: tags: - print.printTaskDefinition - summary: Delete navigation property taskDefinitions for print + summary: Delete taskDefinition + description: 'Delete a taskDefinition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-beta operationId: print_DeleteTaskDefinition parameters: - name: printTaskDefinition-id @@ -8148,8 +8440,11 @@ paths: get: tags: - print.printTaskDefinition - summary: Get tasks from print - description: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + summary: List tasks + description: 'Retrieve a list of tasks associated with a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-beta operationId: print.taskDefinition_ListTask parameters: - name: printTaskDefinition-id @@ -8239,8 +8534,11 @@ paths: get: tags: - print.printTaskDefinition - summary: Get tasks from print - description: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + summary: Get task + description: 'Get details about a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-beta operationId: print.taskDefinition_GetTask parameters: - name: printTaskDefinition-id @@ -8292,7 +8590,11 @@ paths: patch: tags: - print.printTaskDefinition - summary: Update the navigation property tasks in print + summary: Update task + description: 'Update a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-beta operationId: print.taskDefinition_UpdateTask parameters: - name: printTaskDefinition-id @@ -9556,6 +9858,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.printMargin: title: printMargin @@ -9863,10 +10211,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 @@ -9936,7 +10285,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 @@ -10254,7 +10603,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: @@ -11290,11 +11639,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -11622,6 +11971,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: @@ -12673,7 +13026,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 @@ -12972,6 +13325,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: @@ -13188,6 +13543,10 @@ components: 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 @@ -13280,6 +13639,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -13295,7 +13658,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: @@ -13307,7 +13670,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' @@ -13672,7 +14035,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 @@ -14810,7 +15173,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -14895,10 +15258,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: @@ -14911,6 +15276,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 @@ -14929,6 +15295,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -14941,6 +15308,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: @@ -14983,16 +15351,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 @@ -16578,8 +16949,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])$' @@ -16793,6 +17166,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -16934,6 +17308,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: @@ -16990,6 +17365,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. @@ -17222,10 +17599,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 @@ -17316,6 +17695,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -17388,6 +17768,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. @@ -17658,6 +18040,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: @@ -17957,6 +18340,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: @@ -18371,36 +18756,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' @@ -18488,14 +18880,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.appRole: @@ -18654,6 +19049,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: @@ -18753,6 +19149,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' @@ -19378,6 +19799,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 @@ -19553,6 +19975,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -19886,7 +20310,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -20169,6 +20592,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.' @@ -22227,12 +22652,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: @@ -22615,12 +23042,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 @@ -22640,7 +23067,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' @@ -22683,6 +23110,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: @@ -24286,6 +24714,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 @@ -24547,6 +24976,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' @@ -24950,6 +25389,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' @@ -25652,6 +26099,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' @@ -26239,6 +26694,17 @@ components: 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: @@ -26546,11 +27012,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: @@ -26970,6 +27440,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: @@ -27187,6 +27658,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: @@ -28291,6 +28799,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -28300,6 +28809,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 @@ -28897,6 +29407,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: @@ -29563,6 +30078,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -29857,6 +30378,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 @@ -30292,6 +30857,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 @@ -30527,14 +31100,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: @@ -30545,6 +31110,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 @@ -30855,6 +31428,7 @@ components: 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: @@ -30874,6 +31448,7 @@ components: 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: @@ -30886,6 +31461,21 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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.synchronizationSecret: title: synchronizationSecret enum: @@ -31989,6 +32579,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -32326,6 +32934,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: @@ -32727,6 +33363,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -33129,6 +33783,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 @@ -33463,6 +34171,17 @@ components: - darkYellow - 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 @@ -33618,27 +34337,71 @@ components: - chat - unknownFutureValue 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' additionalProperties: @@ -33870,6 +34633,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 @@ -33912,6 +34676,41 @@ components: nullable: true additionalProperties: type: object + 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' diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index af9d405af9d..3eee04f3667 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -2018,7 +2018,7 @@ paths: tags: - deviceAppManagement.iosLobAppProvisioningConfiguration summary: Get assignments from deviceAppManagement - description: The associated group assignments for IosLobAppProvisioningConfiguration. + description: 'The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.' operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_ListAssignment parameters: - name: iosLobAppProvisioningConfiguration-id @@ -2109,7 +2109,7 @@ paths: tags: - deviceAppManagement.iosLobAppProvisioningConfiguration summary: Get assignments from deviceAppManagement - description: The associated group assignments for IosLobAppProvisioningConfiguration. + description: 'The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.' operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_GetAssignment parameters: - name: iosLobAppProvisioningConfiguration-id @@ -47811,7 +47811,7 @@ paths: tags: - users.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from users - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: user.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest parameters: - name: user-id @@ -47918,7 +47918,7 @@ paths: tags: - users.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from users - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: user.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest parameters: - name: user-id @@ -48701,6 +48701,9 @@ components: type: string description: 'Semicolon seperated list of device models allowed, as a string, for the managed app to work. (iOS Only)' nullable: true + allowWidgetContentSync: + type: boolean + description: Indicates if content sync for widgets is allowed for iOS on App Protection Policies appActionIfAccountIsClockedOut: $ref: '#/components/schemas/microsoft.graph.managedAppRemediationAction' appActionIfAndroidDeviceManufacturerNotAllowed: @@ -49030,7 +49033,7 @@ components: expirationDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: Optional profile expiration date and time. + description: 'Optional profile expiration date and time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default.' format: date-time nullable: true lastModifiedDateTime: @@ -49061,7 +49064,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' - description: The associated group assignments for IosLobAppProvisioningConfiguration. + description: 'The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.' x-ms-navigationProperty: true deviceStatuses: type: array @@ -49191,6 +49194,9 @@ components: type: string description: 'Semicolon seperated list of device models allowed, as a string, for the managed app to work.' nullable: true + allowWidgetContentSync: + type: boolean + description: Indicates if content sync for widgets is allowed for iOS on App Protection Policies appActionIfAccountIsClockedOut: $ref: '#/components/schemas/microsoft.graph.managedAppRemediationAction' appActionIfIosDeviceModelNotAllowed: @@ -52952,7 +52958,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -53475,6 +53481,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.' @@ -56278,7 +56286,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: @@ -59291,6 +59299,43 @@ components: - value: blocked description: App protection policy will block messaging redirection to any app. name: blocked + 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.windowsInformationProtectionDataRecoveryCertificate: title: windowsInformationProtectionDataRecoveryCertificate type: object @@ -60573,7 +60618,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 @@ -60872,6 +60917,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: @@ -61251,6 +61298,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: @@ -61408,6 +61459,10 @@ components: 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 @@ -61500,6 +61555,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -61515,7 +61574,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: @@ -61527,7 +61586,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' @@ -61810,7 +61869,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 @@ -62317,10 +62376,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 @@ -62390,7 +62450,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 @@ -63112,10 +63172,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: @@ -63128,6 +63190,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 @@ -63146,6 +63209,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -63158,6 +63222,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: @@ -63200,16 +63265,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 @@ -64050,36 +64118,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' @@ -64167,14 +64242,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.appRole: @@ -64333,6 +64411,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: @@ -64432,6 +64511,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' @@ -64978,8 +65082,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])$' @@ -65239,6 +65345,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: @@ -65471,6 +65579,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 @@ -65612,6 +65721,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -65803,6 +65914,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -65944,6 +66056,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: @@ -66000,6 +66113,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. @@ -66127,7 +66242,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -66176,6 +66290,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. @@ -66446,6 +66562,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: @@ -67645,10 +67762,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 @@ -67843,12 +67962,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: @@ -68231,12 +68352,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 @@ -68256,7 +68377,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' @@ -68299,6 +68420,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: @@ -68467,6 +68589,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -69216,11 +69339,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -69717,6 +69840,17 @@ components: 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: @@ -70067,6 +70201,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' @@ -70281,11 +70423,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: @@ -70844,6 +70990,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 @@ -71105,6 +71252,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' @@ -71297,6 +71454,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' @@ -72101,6 +72266,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: @@ -72991,6 +73157,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -73000,6 +73167,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 @@ -73714,6 +73882,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: @@ -74380,6 +74553,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -74940,6 +75119,7 @@ components: 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: @@ -74959,6 +75139,7 @@ components: 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: @@ -74971,6 +75152,21 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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.synchronizationSecret: title: synchronizationSecret enum: @@ -75187,14 +75383,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: @@ -75205,6 +75393,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 @@ -75608,6 +75804,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 @@ -75883,6 +76123,14 @@ components: 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 @@ -76896,6 +77144,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -77277,6 +77543,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 @@ -78445,6 +78757,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -78764,6 +79094,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: @@ -79410,6 +79768,17 @@ components: nullable: true 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.synchronizationError: title: synchronizationError type: object @@ -79581,6 +79950,60 @@ components: - chat - unknownFutureValue type: string + 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 @@ -79996,6 +80419,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 @@ -80038,27 +80462,71 @@ components: nullable: true additionalProperties: type: object + 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' additionalProperties: @@ -80319,6 +80787,41 @@ components: - Extensions - BaseObjectName 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' diff --git a/openApiDocs/beta/Devices.ServiceAnnouncement.yml b/openApiDocs/beta/Devices.ServiceAnnouncement.yml index b1a14f52a13..ed5f0681b9a 100644 --- a/openApiDocs/beta/Devices.ServiceAnnouncement.yml +++ b/openApiDocs/beta/Devices.ServiceAnnouncement.yml @@ -137,8 +137,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get healthOverviews from admin - description: 'A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.' + summary: List healthOverviews + description: Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-beta operationId: admin.serviceAnnouncement_ListHealthOverview parameters: - $ref: '#/components/parameters/top' @@ -211,8 +214,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get healthOverviews from admin - description: 'A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.' + summary: Get serviceHealth + description: Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-beta operationId: admin.serviceAnnouncement_GetHealthOverview parameters: - name: serviceHealth-id @@ -534,9 +540,6 @@ paths: - admin.Functions summary: Invoke function incidentReport description: Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta operationId: admin.serviceAnnouncement.healthOverview.issue_incidentReport parameters: - name: serviceHealth-id @@ -612,8 +615,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get issues from admin - description: 'A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.' + summary: List issues + description: Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-beta operationId: admin.serviceAnnouncement_ListIssue parameters: - $ref: '#/components/parameters/top' @@ -686,8 +692,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get issues from admin - description: 'A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.' + summary: Get serviceHealthIssue + description: Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-beta operationId: admin.serviceAnnouncement_GetIssue parameters: - name: serviceHealthIssue-id @@ -839,8 +848,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get messages from admin - description: 'A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.' + summary: List messages + description: Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-beta operationId: admin.serviceAnnouncement_ListMessage parameters: - $ref: '#/components/parameters/top' @@ -913,8 +925,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get messages from admin - description: 'A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.' + summary: Get serviceUpdateMessage + description: Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-beta operationId: admin.serviceAnnouncement_GetMessage parameters: - name: serviceUpdateMessage-id @@ -1016,8 +1031,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get attachments from admin - description: A collection of serviceAnnouncementAttachments. + summary: List attachments + description: Get a list of attachments associated with a service message. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_ListAttachment parameters: - name: serviceUpdateMessage-id @@ -1107,8 +1125,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get attachments from admin - description: A collection of serviceAnnouncementAttachments. + summary: Get serviceAnnouncementAttachment + description: Read the properties and relationships of a serviceAnnouncementAttachment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta operationId: admin.serviceAnnouncement.message_GetAttachment parameters: - name: serviceUpdateMessage-id @@ -1264,7 +1285,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - admin.serviceAnnouncement @@ -1305,7 +1325,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - admin.serviceAnnouncement + summary: Delete content for the navigation property attachments in admin + description: The attachment content. + operationId: admin.serviceAnnouncement.message_DeleteAttachmentsContent + parameters: + - name: serviceUpdateMessage-id + in: path + description: The unique identifier of serviceUpdateMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceUpdateMessage + - name: serviceAnnouncementAttachment-id + in: path + description: The unique identifier of serviceAnnouncementAttachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceAnnouncementAttachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count': get: tags: @@ -1332,8 +1385,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get attachmentsArchive for the navigation property messages from admin - description: The zip file of all attachments for a message. + summary: List attachments + description: Get a list of attachments associated with a service message. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta operationId: admin.serviceAnnouncement_GetMessagesAttachmentsArchive parameters: - name: serviceUpdateMessage-id @@ -1354,7 +1410,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - admin.serviceAnnouncement @@ -1383,7 +1438,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - admin.serviceAnnouncement + summary: Delete attachmentsArchive for the navigation property messages in admin + description: The zip file of all attachments for a message. + operationId: admin.serviceAnnouncement_DeleteMessagesAttachmentsArchive + parameters: + - name: serviceUpdateMessage-id + in: path + description: The unique identifier of serviceUpdateMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceUpdateMessage + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' /admin/serviceAnnouncement/messages/$count: get: tags: @@ -3692,6 +3772,7 @@ paths: tags: - admin.Actions summary: Invoke action enrollAssets + description: 'Enroll updatableAsset resources in update management by the deployment service. You can enroll an azureADDevice resource in update management, but may not enroll an updatableAssetGroup in update management. Enrolling a Microsoft Entra device in update management automatically creates an azureADDevice object if it does not already exist. You can also use the method enrollAssetsById to enroll assets.' operationId: admin.window.update.updatableAsset_enrollAsset requestBody: description: Action parameters @@ -3720,6 +3801,7 @@ paths: tags: - admin.Actions summary: Invoke action enrollAssetsById + description: Enroll updatableAsset resources of the same type in update management by the deployment service. You can also use the method enrollAssets to enroll assets. operationId: admin.window.update.updatableAsset_enrollAssetsGraphBPreId requestBody: description: Action parameters @@ -3752,6 +3834,7 @@ paths: tags: - admin.Actions summary: Invoke action unenrollAssets + description: Unenroll updatableAsset resources from update management by the deployment service. You can also use the method unenrollAssetsById to unenroll assets. operationId: admin.window.update.updatableAsset_unenrollAsset requestBody: description: Action parameters @@ -3780,6 +3863,7 @@ paths: tags: - admin.Actions summary: Invoke action unenrollAssetsById + description: Unenroll updatableAsset resources of the same type from update management by the deployment service. You can also use the method unenrollAssets to unenroll assets. operationId: admin.window.update.updatableAsset_unenrollAssetsGraphBPreId requestBody: description: Action parameters @@ -5617,11 +5701,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index 2d551ac85fa..35173210b57 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -69,7 +69,11 @@ paths: get: tags: - education.educationClass - summary: Get classes from education + summary: List classes + description: 'Retrieve a list of all class objects. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationroot-list-classes?view=graph-rest-beta operationId: education_ListClass parameters: - $ref: '#/components/parameters/top' @@ -119,7 +123,11 @@ paths: post: tags: - education.educationClass - summary: Create new navigation property to classes for education + summary: Create educationClass + description: "Create a new class. This will also create a universal group. When you use this API to create a class, it will add special properties to the group, which will\nadd features such as assignments and special handling within Microsoft Teams when teams are created using the group. Please note that this API only creates the universal group and does not create a team. Microsoft Teams provides a user interface for teachers to create teams for their own classes using the groups created by this API." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationroot-post-classes?view=graph-rest-beta operationId: education_CreateClass requestBody: description: New navigation property @@ -142,7 +150,11 @@ paths: get: tags: - education.educationClass - summary: Get classes from education + summary: Get educationClass + description: 'Retrieve a class from the system. A class is a universal group with a special property that indicates to the system that the group is a class. Group members represent the students; group admins represent the teachers in the class. If you''re using the delegated token, the user will only see classes in which they are members.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-beta operationId: education_GetClass parameters: - name: educationClass-id @@ -186,7 +198,11 @@ paths: patch: tags: - education.educationClass - summary: Update the navigation property classes in education + summary: Update educationclass properties + description: Update the properties of a class. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-beta operationId: education_UpdateClass parameters: - name: educationClass-id @@ -217,7 +233,11 @@ paths: delete: tags: - education.educationClass - summary: Delete navigation property classes for education + summary: Delete educationClass + description: 'Delete an educationClass. Because a class is also a universal group, deleting a class deletes the group.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-beta operationId: education_DeleteClass parameters: - name: educationClass-id @@ -244,8 +264,11 @@ paths: get: tags: - education.educationClass - summary: Get assignmentCategories from education - description: All categories associated with this class. Nullable. + summary: List assignmentCategories + description: Retrieve a list of educationCategory objects. Only teachers can perform this operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-beta operationId: education.class_ListAssignmentCategory parameters: - name: educationClass-id @@ -303,7 +326,11 @@ paths: post: tags: - education.educationClass - summary: Create new navigation property to assignmentCategories for education + summary: Create educationCategory + description: Create a new educationCategory on an educationClass. Only teachers can perform this operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-beta operationId: education.class_CreateAssignmentCategory parameters: - name: educationClass-id @@ -335,8 +362,11 @@ paths: get: tags: - education.educationClass - summary: Get assignmentCategories from education - description: All categories associated with this class. Nullable. + summary: Get educationCategory + description: 'Retrieve an educationCategory object. Only teachers, students, and applications with application permissions can perform this operation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-beta operationId: education.class_GetAssignmentCategory parameters: - name: educationClass-id @@ -427,7 +457,11 @@ paths: delete: tags: - education.educationClass - summary: Delete navigation property assignmentCategories for education + summary: Delete educationCategory + description: Delete an existing category. Only teachers can perform this operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-beta operationId: education.class_DeleteAssignmentCategory parameters: - name: educationClass-id @@ -565,8 +599,11 @@ paths: get: tags: - education.educationClass - summary: Get assignmentDefaults from education - description: Specifies class-level defaults respected by new assignments created in the class. + summary: Get educationAssignmentDefaults + description: Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors. Only teachers can perform this operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-beta operationId: education.class_GetAssignmentDefault parameters: - name: educationClass-id @@ -610,7 +647,11 @@ paths: patch: tags: - education.educationClass - summary: Update the navigation property assignmentDefaults in education + summary: Update educationAssignmentDefaults + description: Update the properties of an educationAssignmentDefaults object. Only teachers can update these settings. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-beta operationId: education.class_UpdateAssignmentDefault parameters: - name: educationClass-id @@ -668,8 +709,11 @@ paths: get: tags: - education.educationClass - summary: Get assignments from education - description: All assignments associated with this class. Nullable. + summary: List class assignments + description: 'Retrieve a list of educationAssignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application executing with application permissions can see all assignment objects for the class. Students can only see assignments that are assigned to them.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-beta operationId: education.class_ListAssignment parameters: - name: educationClass-id @@ -727,7 +771,11 @@ paths: post: tags: - education.educationClass - summary: Create new navigation property to assignments for education + summary: Create educationAssignment + description: 'Create a new assignment. Only teachers in a class can create an assignment. Assignments start in the Draft state, which means that students will not see the assignment until publication.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-beta operationId: education.class_CreateAssignment parameters: - name: educationClass-id @@ -759,8 +807,11 @@ paths: get: tags: - education.educationClass - summary: Get assignments from education - description: All assignments associated with this class. Nullable. + summary: Get educationAssignment + description: 'Get the properties and relationships of an assignment. Only teachers, students, and applications with application permissions can perform this operation. Students can only see assignments assigned to them; teachers and applications with application permissions can see all assignments in a class. You can use the Prefer header in your request to get the inactive status in case the assignment is deactivated; otherwise, the response value for the status property is unknownFutureValue.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-beta operationId: education.class_GetAssignment parameters: - name: educationClass-id @@ -812,7 +863,11 @@ paths: patch: tags: - education.educationClass - summary: Update the navigation property assignments in education + summary: Update educationassignment + description: Update an educationAssignment object. Only teachers in the class can do this. You can't use a PATCH request to change the status of an assignment. Use the publish action to change the assignment status. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-beta operationId: education.class_UpdateAssignment parameters: - name: educationClass-id @@ -851,7 +906,11 @@ paths: delete: tags: - education.educationClass - summary: Delete navigation property assignments for education + summary: Delete educationAssignment + description: Delete an existing assignment. Only teachers within a class can delete assignments. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-beta operationId: education.class_DeleteAssignment parameters: - name: educationClass-id @@ -4841,8 +4900,11 @@ paths: get: tags: - education.educationClass - summary: Get assignmentSettings from education - description: Specifies class-level assignments settings. + summary: Get educationAssignmentSettings + description: Read the properties and relationships of an educationAssignmentSettings object. Only teachers can perform this operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-beta operationId: education.class_GetAssignmentSetting parameters: - name: educationClass-id @@ -4886,7 +4948,11 @@ paths: patch: tags: - education.educationClass - summary: Update the navigation property assignmentSettings in education + summary: Update educationAssignmentSettings + description: Update the properties of an educationAssignmentSettings object. Only teachers can update these settings. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-beta operationId: education.class_UpdateAssignmentSetting parameters: - name: educationClass-id @@ -5467,7 +5533,11 @@ paths: get: tags: - education.educationClass - summary: Get group from education + summary: Get group + description: Retrieve the Microsoft 365 group that corresponds to this educationClass. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-get-group?view=graph-rest-beta operationId: education.class_GetGroup parameters: - name: educationClass-id @@ -5593,8 +5663,11 @@ paths: get: tags: - education.educationClass - summary: Get members from education - description: All users in the class. Nullable. + summary: List members + description: 'Retrieve the teachers and students for a class. Note that if the delegated token is used, members can only be seen by other members of the class.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta operationId: education.class_ListMember parameters: - name: educationClass-id @@ -5653,7 +5726,11 @@ paths: delete: tags: - education.educationClass - summary: Delete ref of navigation property members for education + summary: Remove a student + description: Remove an educationUser from an educationClass. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-beta operationId: education.class.member_DeleteEducationUserGraphBPreRef parameters: - name: educationClass-id @@ -5710,8 +5787,11 @@ paths: get: tags: - education.educationClass - summary: Get ref of members from education - description: All users in the class. Nullable. + summary: List members + description: 'Retrieve the teachers and students for a class. Note that if the delegated token is used, members can only be seen by other members of the class.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta operationId: education.class_ListMemberGraphBPreRef parameters: - name: educationClass-id @@ -5749,7 +5829,11 @@ paths: post: tags: - education.educationClass - summary: Create new navigation property ref to members for education + summary: Add a student + description: Add an educationUser member to an educationClass. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-beta operationId: education.class_CreateMemberGraphBPreRef parameters: - name: educationClass-id @@ -5771,7 +5855,11 @@ paths: delete: tags: - education.educationClass - summary: Delete ref of navigation property members for education + summary: Remove a student + description: Remove an educationUser from an educationClass. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-beta operationId: education.class_DeleteMemberGraphBPreRef parameters: - name: educationClass-id @@ -5806,8 +5894,11 @@ paths: get: tags: - education.educationClass - summary: Get modules from education - description: All modules in the class. Nullable. + summary: List class modules + description: 'Retrieve a list of module objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can see all module objects for the class. Students can only see published modules.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-beta operationId: education.class_ListModule parameters: - name: educationClass-id @@ -5865,7 +5956,11 @@ paths: post: tags: - education.educationClass - summary: Create new navigation property to modules for education + summary: Create educationModule + description: 'Create a new module in a class. Only teachers in a class can create a module. Modules start in the draft state, which means that students won''t see the modules until publication.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-beta operationId: education.class_CreateModule parameters: - name: educationClass-id @@ -5897,8 +5992,11 @@ paths: get: tags: - education.educationClass - summary: Get modules from education - description: All modules in the class. Nullable. + summary: Get educationModule + description: 'Get the properties and relationships of a module. Only teachers, students, and applications with application permissions can perform this operation. Students can only see published modules; teachers and applications with application permissions can see all modules in a class.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-beta operationId: education.class_GetModule parameters: - name: educationClass-id @@ -5950,7 +6048,11 @@ paths: patch: tags: - education.educationClass - summary: Update the navigation property modules in education + summary: Update educationModule + description: Update an educationModule object in a class. Only teachers in the class can perform this operation. Note that you can't use a PATCH request to change the status of a module. Use the publish action to change the module status. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-beta operationId: education.class_UpdateModule parameters: - name: educationClass-id @@ -5989,7 +6091,11 @@ paths: delete: tags: - education.educationClass - summary: Delete navigation property modules for education + summary: Delete educationModule + description: Delete an existing module in a class. Only teachers within a class can delete modules. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-beta operationId: education.class_DeleteModule parameters: - name: educationClass-id @@ -6482,8 +6588,11 @@ paths: get: tags: - education.educationClass - summary: Get schools from education - description: All schools that this class is associated with. Nullable. + summary: List schools + description: Retrieve a list of schools in which the class is taught. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-beta operationId: education.class_ListSchool parameters: - name: educationClass-id @@ -6618,8 +6727,11 @@ paths: get: tags: - education.educationClass - summary: Get teachers from education - description: All teachers in the class. Nullable. + summary: List teachers + description: Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta operationId: education.class_ListTeacher parameters: - name: educationClass-id @@ -6678,7 +6790,11 @@ paths: delete: tags: - education.educationClass - summary: Delete ref of navigation property teachers for education + summary: Remove teacher + description: Remove a teacher from an educationClass. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-beta operationId: education.class.teacher_DeleteEducationUserGraphBPreRef parameters: - name: educationClass-id @@ -6735,8 +6851,11 @@ paths: get: tags: - education.educationClass - summary: Get ref of teachers from education - description: All teachers in the class. Nullable. + summary: List teachers + description: Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta operationId: education.class_ListTeacherGraphBPreRef parameters: - name: educationClass-id @@ -6774,7 +6893,11 @@ paths: post: tags: - education.educationClass - summary: Create new navigation property ref to teachers for education + summary: Add teacher + description: Add a teacher to a class. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-beta operationId: education.class_CreateTeacherGraphBPreRef parameters: - name: educationClass-id @@ -6796,7 +6919,11 @@ paths: delete: tags: - education.educationClass - summary: Delete ref of navigation property teachers for education + summary: Remove teacher + description: Remove a teacher from an educationClass. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-beta operationId: education.class_DeleteTeacherGraphBPreRef parameters: - name: educationClass-id @@ -6995,8 +7122,11 @@ paths: get: tags: - education.educationUser - summary: Get assignments from education - description: List of assignments for the user. Nullable. + summary: List assignments of a user + description: 'Returns a list of assignments assigned to a user for all classes. Only teachers, students, and applications with application permissions can perform this operation. This utility namespace allows a caller to find all of a student''s or teacher''s assignments in a single call, rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. All other operations on the assignment should use the class namespace.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta operationId: education.me_ListAssignment parameters: - $ref: '#/components/parameters/top' @@ -10511,8 +10641,11 @@ paths: get: tags: - education.educationUser - summary: Get classes from education - description: Classes to which the user belongs. Nullable. + summary: List classes + description: Get the educationClass resources an educationUser is a member of. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-beta operationId: education.me_ListClass parameters: - $ref: '#/components/parameters/top' @@ -10623,8 +10756,11 @@ paths: get: tags: - education.educationUser - summary: Get rubrics from education - description: 'When set, the grading rubric attached to the assignment.' + summary: List rubrics + description: Retrieve a list of educationRubric objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-beta operationId: education.me_ListRubric parameters: - $ref: '#/components/parameters/top' @@ -10674,7 +10810,11 @@ paths: post: tags: - education.educationUser - summary: Create new navigation property to rubrics for education + summary: Create educationRubric + description: Create a new educationRubric object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-beta operationId: education.me_CreateRubric requestBody: description: New navigation property @@ -10697,8 +10837,11 @@ paths: get: tags: - education.educationUser - summary: Get rubrics from education - description: 'When set, the grading rubric attached to the assignment.' + summary: Get educationRubric + description: Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-beta operationId: education.me_GetRubric parameters: - name: educationRubric-id @@ -10742,7 +10885,11 @@ paths: patch: tags: - education.educationUser - summary: Update the navigation property rubrics in education + 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-beta operationId: education.me_UpdateRubric parameters: - name: educationRubric-id @@ -10773,7 +10920,11 @@ paths: delete: tags: - education.educationUser - summary: Delete navigation property rubrics for education + summary: Delete educationRubric + description: Delete an educationRubric object. Only teachers can perform this operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-beta operationId: education.me_DeleteRubric parameters: - name: educationRubric-id @@ -10814,8 +10965,11 @@ paths: get: tags: - education.educationUser - summary: Get schools from education - description: Schools to which the user belongs. Nullable. + summary: List schools + description: Retrieve a list of schools for a user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-beta operationId: education.me_ListSchool parameters: - $ref: '#/components/parameters/top' @@ -11038,7 +11192,11 @@ paths: get: tags: - education.educationUser - summary: Get user from education + summary: Get user + description: Retrieve the simple directory user that corresponds to this educationUser. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-beta operationId: education.me_GetUser parameters: - name: $select @@ -11198,7 +11356,11 @@ paths: get: tags: - education.educationSchool - summary: Get schools from education + summary: List educationSchools + description: Retrieve a list of all school objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationroot-list-schools?view=graph-rest-beta operationId: education_ListSchool parameters: - $ref: '#/components/parameters/top' @@ -11248,7 +11410,11 @@ paths: post: tags: - education.educationSchool - summary: Create new navigation property to schools for education + summary: Create educationSchool + description: Create a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationroot-post-schools?view=graph-rest-beta operationId: education_CreateSchool requestBody: description: New navigation property @@ -11271,7 +11437,11 @@ paths: get: tags: - education.educationSchool - summary: Get schools from education + summary: Get educationSchool + description: Retrieve the properties and relationships of the school object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-beta operationId: education_GetSchool parameters: - name: educationSchool-id @@ -11315,7 +11485,11 @@ paths: patch: tags: - education.educationSchool - summary: Update the navigation property schools in education + summary: Update educationschool properties + description: Update the properties of a school object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-beta operationId: education_UpdateSchool parameters: - name: educationSchool-id @@ -11346,7 +11520,11 @@ paths: delete: tags: - education.educationSchool - summary: Delete navigation property schools for education + summary: Delete educationSchool + description: Delete a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-beta operationId: education_DeleteSchool parameters: - name: educationSchool-id @@ -11373,7 +11551,11 @@ paths: get: tags: - education.educationSchool - summary: Get administrativeUnit from education + summary: Get administrativeUnit + description: Retrieve the directory administrativeUnit that corresponds to this educationSchool. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-get-administrativeUnit?view=graph-rest-beta operationId: education.school_GetAdministrativeUnit parameters: - name: educationSchool-id @@ -11449,8 +11631,11 @@ paths: get: tags: - education.educationSchool - summary: Get classes from education - description: Classes taught at the school. Nullable. + summary: List educationClasses + description: Retrieve a list of classes owned by a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta operationId: education.school_ListClass parameters: - name: educationSchool-id @@ -11509,7 +11694,11 @@ paths: delete: tags: - education.educationSchool - summary: Delete ref of navigation property classes for education + summary: Remove educationClass + description: Delete a class from a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-beta operationId: education.school.class_DeleteEducationClassGraphBPreRef parameters: - name: educationSchool-id @@ -11566,8 +11755,11 @@ paths: get: tags: - education.educationSchool - summary: Get ref of classes from education - description: Classes taught at the school. Nullable. + summary: List educationClasses + description: Retrieve a list of classes owned by a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta operationId: education.school_ListClassGraphBPreRef parameters: - name: educationSchool-id @@ -11605,7 +11797,11 @@ paths: post: tags: - education.educationSchool - summary: Create new navigation property ref to classes for education + summary: Add educationClass to educationSchool + description: Add a class to a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-beta operationId: education.school_CreateClassGraphBPreRef parameters: - name: educationSchool-id @@ -11627,7 +11823,11 @@ paths: delete: tags: - education.educationSchool - summary: Delete ref of navigation property classes for education + summary: Remove educationClass + description: Delete a class from a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-beta operationId: education.school_DeleteClassGraphBPreRef parameters: - name: educationSchool-id @@ -11662,8 +11862,11 @@ paths: get: tags: - education.educationSchool - summary: Get users from education - description: Users in the school. Nullable. + summary: List educationUsers + description: Retrieve a list of users at a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta operationId: education.school_ListUser parameters: - name: educationSchool-id @@ -11722,7 +11925,11 @@ paths: delete: tags: - education.educationSchool - summary: Delete ref of navigation property users for education + summary: Remove educationUser from an educationSchool + description: Delete a user from a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-beta operationId: education.school.user_DeleteEducationUserGraphBPreRef parameters: - name: educationSchool-id @@ -11779,8 +11986,11 @@ paths: get: tags: - education.educationSchool - summary: Get ref of users from education - description: Users in the school. Nullable. + summary: List educationUsers + description: Retrieve a list of users at a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta operationId: education.school_ListUserGraphBPreRef parameters: - name: educationSchool-id @@ -11818,7 +12028,11 @@ paths: post: tags: - education.educationSchool - summary: Create new navigation property ref to users for education + summary: Add educationUser to an educationSchool + description: Add a user to a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-beta operationId: education.school_CreateUserGraphBPreRef parameters: - name: educationSchool-id @@ -11840,7 +12054,11 @@ paths: delete: tags: - education.educationSchool - summary: Delete ref of navigation property users for education + summary: Remove educationUser from an educationSchool + description: Delete a user from a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-beta operationId: education.school_DeleteUserGraphBPreRef parameters: - name: educationSchool-id @@ -11962,7 +12180,11 @@ paths: get: tags: - education.educationSynchronizationProfile - summary: Get synchronizationProfiles from education + summary: List educationSynchronizationProfiles + description: Retrieve the collection of school data synchronization profiles in the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationsynchronizationprofile-list?view=graph-rest-beta operationId: education_ListSynchronizationProfile parameters: - $ref: '#/components/parameters/top' @@ -12035,7 +12257,11 @@ paths: get: tags: - education.educationSynchronizationProfile - summary: Get synchronizationProfiles from education + summary: Get an educationSynchronizationProfile + description: Retrieve a school data synchronization profile in the tenant based on the identifier. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationsynchronizationprofile-get?view=graph-rest-beta operationId: education_GetSynchronizationProfile parameters: - name: educationSynchronizationProfile-id @@ -12110,7 +12336,11 @@ paths: delete: tags: - education.educationSynchronizationProfile - summary: Delete navigation property synchronizationProfiles for education + summary: Delete a educationSynchronizationProfile + description: Delete a school data synchronization profile in the tenant based on the identifier. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationsynchronizationprofile-delete?view=graph-rest-beta operationId: education_DeleteSynchronizationProfile parameters: - name: educationSynchronizationProfile-id @@ -12137,8 +12367,11 @@ paths: get: tags: - education.educationSynchronizationProfile - summary: Get errors from education - description: All errors associated with this synchronization profile. + summary: Get educationSynchronizationErrors + 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 + url: https://learn.microsoft.com/graph/api/educationsynchronizationerrors-get?view=graph-rest-beta operationId: education.synchronizationProfile_ListError parameters: - name: educationSynchronizationProfile-id @@ -12529,8 +12762,11 @@ paths: get: tags: - education.educationSynchronizationProfile - summary: Get profileStatus from education - description: The synchronization status. + summary: Get the status of an educationSynchronizationProfile + 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 + url: https://learn.microsoft.com/graph/api/educationsynchronizationprofilestatus-get?view=graph-rest-beta operationId: education.synchronizationProfile_GetProfileStatus parameters: - name: educationSynchronizationProfile-id @@ -12646,7 +12882,11 @@ paths: get: tags: - education.educationUser - summary: Get users from education + summary: List users + description: Retrieve a list of user objects. These user objects will include education-specific properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationroot-list-users?view=graph-rest-beta operationId: education_ListUser parameters: - $ref: '#/components/parameters/top' @@ -12696,7 +12936,11 @@ paths: post: tags: - education.educationUser - summary: Create new navigation property to users for education + summary: Create educationUser + description: Create a new user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationroot-post-users?view=graph-rest-beta operationId: education_CreateUser requestBody: description: New navigation property @@ -12719,7 +12963,11 @@ paths: get: tags: - education.educationUser - summary: Get users from education + summary: Get educationUser + description: Retrieve the properties and relationships of a user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-beta operationId: education_GetUser parameters: - name: educationUser-id @@ -12763,7 +13011,11 @@ paths: patch: tags: - education.educationUser - summary: Update the navigation property users in education + 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/relatedcontact-update?view=graph-rest-beta operationId: education_UpdateUser parameters: - name: educationUser-id @@ -12794,7 +13046,11 @@ paths: delete: tags: - education.educationUser - summary: Delete navigation property users for education + summary: Delete educationUser + description: Delete a user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-beta operationId: education_DeleteUser parameters: - name: educationUser-id @@ -12821,8 +13077,11 @@ paths: get: tags: - education.educationUser - summary: Get assignments from education - description: List of assignments for the user. Nullable. + summary: List assignments of a user + description: 'Returns a list of assignments assigned to a user for all classes. Only teachers, students, and applications with application permissions can perform this operation. This utility namespace allows a caller to find all of a student''s or teacher''s assignments in a single call, rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. All other operations on the assignment should use the class namespace.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta operationId: education.user_ListAssignment parameters: - name: educationUser-id @@ -20534,6 +20793,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: @@ -21733,7 +21996,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 @@ -22032,6 +22295,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: @@ -22340,6 +22605,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -22355,7 +22624,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: @@ -22367,7 +22636,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' @@ -23870,7 +24139,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -25529,6 +25798,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. @@ -25927,6 +26198,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. @@ -26496,6 +26769,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: @@ -26970,36 +27245,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' @@ -27352,6 +27634,27 @@ components: type: object additionalProperties: type: object + microsoft.graph.customClaimsPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: customClaimsPolicy + type: object + properties: + audienceOverride: + type: string + nullable: true + claims: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.customClaimBase' + includeApplicationIdInIssuer: + type: boolean + nullable: true + includeBasicClaimSet: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.delegatedPermissionClassification: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -28152,6 +28455,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -28736,6 +29041,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.' @@ -31182,12 +31489,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 @@ -31207,7 +31514,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' @@ -33138,6 +33445,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' @@ -33541,6 +33858,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' @@ -34243,6 +34568,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' @@ -34925,6 +35258,16 @@ components: 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' + additionalProperties: + type: object microsoft.graph.permissionClassificationType: title: permissionClassificationType enum: @@ -35232,11 +35575,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: @@ -35865,6 +36212,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: @@ -37591,6 +37975,10 @@ components: format: date-time source: $ref: '#/components/schemas/microsoft.graph.personDataSources' + sources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceAnnotation' additionalProperties: type: object microsoft.graph.personAnnualEventType: @@ -38571,6 +38959,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 @@ -39006,6 +39438,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 @@ -39241,14 +39681,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: @@ -39259,6 +39691,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 @@ -40123,6 +40563,20 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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' + additionalProperties: + type: object microsoft.graph.synchronizationSecret: title: synchronizationSecret enum: @@ -41226,6 +41680,22 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.profileSourceAnnotation: + title: profileSourceAnnotation + type: object + properties: + isDefaultSource: + type: boolean + nullable: true + properties: + type: array + items: + type: string + nullable: true + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -41563,6 +42033,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: @@ -42023,6 +42521,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 @@ -43191,6 +43735,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -43593,6 +44155,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 @@ -44087,6 +44703,16 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.transformationAttribute: + title: transformationAttribute + type: object + properties: + attribute: + $ref: '#/components/schemas/microsoft.graph.customClaimAttributeBase' + treatAsMultiValue: + type: boolean + additionalProperties: + type: object microsoft.graph.synchronizationError: title: synchronizationError type: object @@ -44242,6 +44868,44 @@ components: - chat - unknownFutureValue 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 @@ -44545,6 +45209,41 @@ components: nullable: true additionalProperties: type: object + 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' diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index c82fc34fcc2..e5209175d4e 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -456,6 +456,7 @@ paths: tags: - drives.itemActivityOLD summary: Get content for the navigation property driveItem from drives + 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: drive.activity_GetDriveItemContent parameters: - name: drive-id @@ -491,11 +492,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.itemActivityOLD summary: Update content for the navigation property driveItem in drives + 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: drive.activity_SetDriveItemContent parameters: - name: drive-id @@ -531,7 +532,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.itemActivityOLD + summary: Delete content for the navigation property driveItem in drives + 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: drive.activity_DeleteDriveItemContent + 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: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -566,7 +600,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.itemActivityOLD @@ -603,7 +636,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.itemActivityOLD + summary: Delete contentStream for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.activity_DeleteDriveItemContentStream + 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: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -829,6 +895,7 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property bundles from drives + 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: drive_GetBundlesContent parameters: - name: drive-id @@ -864,11 +931,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem summary: Update content for the navigation property bundles in drives + 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: drive_SetBundlesContent parameters: - name: drive-id @@ -904,7 +971,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property bundles in drives + 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: drive_DeleteBundlesContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/bundles/{driveItem-id}/contentStream': get: tags: @@ -939,7 +1039,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -976,7 +1075,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete contentStream for the navigation property bundles in drives + description: 'The content stream, if the item represents a file.' + operationId: drive_DeleteBundlesContentStream + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/bundles/$count': get: tags: @@ -1319,6 +1451,7 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property following from drives + 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: drive_GetFollowingContent parameters: - name: drive-id @@ -1354,11 +1487,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem summary: Update content for the navigation property following in drives + 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: drive_SetFollowingContent parameters: - name: drive-id @@ -1394,7 +1527,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property following in drives + 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: drive_DeleteFollowingContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/following/{driveItem-id}/contentStream': get: tags: @@ -1429,7 +1595,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -1466,7 +1631,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete contentStream for the navigation property following in drives + description: 'The content stream, if the item represents a file.' + operationId: drive_DeleteFollowingContentStream + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/following/$count': get: tags: @@ -1493,8 +1691,11 @@ paths: get: tags: - drives.driveItem - summary: Get items from drives - description: All items contained in the drive. Read-only. Nullable. + summary: 'drive: sharedWithMe' + description: Get a list of driveItem objects shared with the owner of a drive. The driveItems returned from the sharedWithMe method always include the remoteItem facet that indicates they're items from a different drive. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta operationId: drive_ListItem parameters: - name: drive-id @@ -1871,8 +2072,11 @@ paths: get: tags: - drives.driveItem - summary: Get analytics from drives - description: Analytics about the view activities that took place on this item. + summary: Get analytics + description: "Get itemAnalytics about the views that took place under this resource.\nThe itemAnalytics resource is a convenient way to get activity stats for allTime and the lastSevenDays.\nFor a custom time range or interval, use the getActivitiesByInterval API." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-beta operationId: drive.item_GetAnalytic parameters: - name: drive-id @@ -2676,6 +2880,7 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property driveItem from drives + 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: drive.item.analytic.itemActivityStat.activity_GetDriveItemContent parameters: - name: drive-id @@ -2727,11 +2932,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem summary: Update content for the navigation property driveItem in drives + 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: drive.item.analytic.itemActivityStat.activity_SetDriveItemContent parameters: - name: drive-id @@ -2783,7 +2988,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property driveItem in drives + 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: drive.item.analytic.itemActivityStat.activity_DeleteDriveItemContent + 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 + - 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' '/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream': get: tags: @@ -2834,7 +3088,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -2887,7 +3140,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete contentStream for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.item.analytic.itemActivityStat.activity_DeleteDriveItemContentStream + 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 + - 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' '/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -3183,6 +3485,7 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property children from drives + 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: drive.item_GetChildrenContent parameters: - name: drive-id @@ -3226,11 +3529,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem summary: Update content for the navigation property children in drives + 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: drive.item_SetChildrenContent parameters: - name: drive-id @@ -3274,7 +3577,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property children in drives + 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: drive.item_DeleteChildrenContent + 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 + - name: driveItem-id1 + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream': get: tags: @@ -3317,7 +3661,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -3362,7 +3705,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete contentStream for the navigation property children in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.item_DeleteChildrenContentStream + 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 + - name: driveItem-id1 + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/items/{driveItem-id}/children/$count': get: tags: @@ -3398,6 +3782,7 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property items from drives + 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: drive_GetItemsContent parameters: - name: drive-id @@ -3433,11 +3818,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem summary: Update content for the navigation property items in drives + 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: drive_SetItemsContent parameters: - name: drive-id @@ -3473,7 +3858,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property items in drives + 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: drive_DeleteItemsContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/items/{driveItem-id}/contentStream': get: tags: @@ -3508,7 +3926,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -3545,7 +3962,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete contentStream for the navigation property items in drives + description: 'The content stream, if the item represents a file.' + operationId: drive_DeleteItemsContentStream + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/items/{driveItem-id}/createdByUser': get: tags: @@ -4479,6 +4929,7 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property driveItem from drives + 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: drive.item.listItem.activity_GetDriveItemContent parameters: - name: drive-id @@ -4522,11 +4973,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem summary: Update content for the navigation property driveItem in drives + 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: drive.item.listItem.activity_SetDriveItemContent parameters: - name: drive-id @@ -4570,14 +5021,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream': - get: + delete: tags: - drives.driveItem - summary: Get contentStream for the navigation property driveItem from drives - description: 'The content stream, if the item represents a file.' - operationId: drive.item.listItem.activity_GetDriveItemContentStream + summary: Delete content for the navigation property driveItem in drives + 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: drive.item.listItem.activity_DeleteDriveItemContent parameters: - name: drive-id in: path @@ -4603,68 +5052,151 @@ paths: schema: type: string x-ms-docs-key-type: itemActivityOLD - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - drives.driveItem - summary: Update contentStream for the navigation property driveItem in drives - description: 'The content stream, if the item represents a file.' - operationId: drive.item.listItem.activity_SetDriveItemContentStream - 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 - - 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 - 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 - '/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem': + '/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: - drives.driveItem - summary: Get listItem from drives - operationId: drive.item.listItem.activity_GetListItem + summary: Get contentStream for the navigation property driveItem from drives + description: 'The content stream, if the item represents a file.' + operationId: drive.item.listItem.activity_GetDriveItemContentStream + 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 + - name: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - drives.driveItem + summary: Update contentStream for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.item.listItem.activity_SetDriveItemContentStream + 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 + - 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. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - drives.driveItem + summary: Delete contentStream for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.item.listItem.activity_DeleteDriveItemContentStream + 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 + - 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem': + get: + tags: + - drives.driveItem + summary: Get listItem from drives + operationId: drive.item.listItem.activity_GetListItem parameters: - name: drive-id in: path @@ -5584,6 +6116,7 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property driveItem from drives + 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: drive.item.listItem_GetDriveItemContent parameters: - name: drive-id @@ -5619,11 +6152,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem summary: Update content for the navigation property driveItem in drives + 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: drive.item.listItem_SetDriveItemContent parameters: - name: drive-id @@ -5659,7 +6192,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property driveItem in drives + 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: drive.item.listItem_DeleteDriveItemContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream': get: tags: @@ -5694,7 +6260,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -5731,7 +6296,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete contentStream for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.item.listItem_DeleteDriveItemContentStream + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/items/{driveItem-id}/listItem/fields': get: tags: @@ -8308,7 +8906,11 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property retentionLabel in drives + summary: 'driveItem: setRetentionLabel' + description: 'Apply (set) a retention label on a driveItem (files and folders). Retention labels don''t need to be published in a retention label policy to be applied using this method. When a retention label is applied to a folder, all the items in the folder are tagged with the same retention label. For information about conflict resolution for retention labels, see Will an existing label be overridden or removed. For information about retention labels from an administrator''s perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-beta operationId: drive.item_UpdateRetentionLabel parameters: - name: drive-id @@ -8347,7 +8949,11 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property retentionLabel for drives + summary: 'driveItem: removeRetentionLabel' + description: 'Remove a retention label from a driveItem. For information about retention labels from an administrator''s perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-beta operationId: drive.item_DeleteRetentionLabel parameters: - name: drive-id @@ -9294,7 +9900,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -9342,7 +9947,47 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property versions in drives + operationId: drive.item_DeleteVersionsContent + 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 + - name: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion': post: tags: @@ -12006,6 +12651,7 @@ paths: - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values @@ -12527,6 +13173,7 @@ paths: tags: - drives.list summary: Get content for the navigation property driveItem from drives + 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: drive.list.item.activity_GetDriveItemContent parameters: - name: drive-id @@ -12570,11 +13217,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.list summary: Update content for the navigation property driveItem in drives + 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: drive.list.item.activity_SetDriveItemContent parameters: - name: drive-id @@ -12618,14 +13265,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': - get: + delete: tags: - drives.list - summary: Get contentStream for the navigation property driveItem from drives - description: 'The content stream, if the item represents a file.' - operationId: drive.list.item.activity_GetDriveItemContentStream + summary: Delete content for the navigation property driveItem in drives + 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: drive.list.item.activity_DeleteDriveItemContent parameters: - name: drive-id in: path @@ -12651,23 +13296,65 @@ paths: schema: type: string x-ms-docs-key-type: itemActivityOLD + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string 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: + '/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': + get: tags: - drives.list - summary: Update contentStream for the navigation property driveItem in drives + summary: Get contentStream for the navigation property driveItem from drives description: 'The content stream, if the item represents a file.' - operationId: drive.list.item.activity_SetDriveItemContentStream + operationId: drive.list.item.activity_GetDriveItemContentStream + 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: 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 + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - drives.list + summary: Update contentStream for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.list.item.activity_SetDriveItemContentStream parameters: - name: drive-id in: path @@ -12706,7 +13393,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.list + summary: Delete contentStream for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.list.item.activity_DeleteDriveItemContentStream + 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: 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -13632,6 +14360,7 @@ paths: tags: - drives.list summary: Get content for the navigation property driveItem from drives + 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: drive.list.item_GetDriveItemContent parameters: - name: drive-id @@ -13667,11 +14396,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.list summary: Update content for the navigation property driveItem in drives + 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: drive.list.item_SetDriveItemContent parameters: - name: drive-id @@ -13707,7 +14436,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.list + summary: Delete content for the navigation property driveItem in drives + 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: drive.list.item_DeleteDriveItemContent + 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: 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream': get: tags: @@ -13742,7 +14504,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.list @@ -13779,7 +14540,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.list + summary: Delete contentStream for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.list.item_DeleteDriveItemContentStream + 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: 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/list/items/{listItem-id}/fields': get: tags: @@ -16833,6 +17627,7 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property driveItem from drives + 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: drive.root.analytic.itemActivityStat.activity_GetDriveItemContent parameters: - name: drive-id @@ -16876,11 +17671,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem summary: Update content for the navigation property driveItem in drives + 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: drive.root.analytic.itemActivityStat.activity_SetDriveItemContent parameters: - name: drive-id @@ -16924,7 +17719,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property driveItem in drives + 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: drive.root.analytic.itemActivityStat.activity_DeleteDriveItemContent + 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: 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' '/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream': get: tags: @@ -16967,7 +17803,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -17012,7 +17847,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete contentStream for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.root.analytic.itemActivityStat.activity_DeleteDriveItemContentStream + 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: 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' '/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -17260,6 +18136,7 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property children from drives + 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: drive.root_GetChildrenContent parameters: - name: drive-id @@ -17295,11 +18172,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem summary: Update content for the navigation property children in drives + 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: drive.root_SetChildrenContent parameters: - name: drive-id @@ -17335,7 +18212,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property children in drives + 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: drive.root_DeleteChildrenContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/root/children/{driveItem-id}/contentStream': get: tags: @@ -17370,7 +18280,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -17407,7 +18316,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete contentStream for the navigation property children in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.root_DeleteChildrenContentStream + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/root/children/$count': get: tags: @@ -17435,6 +18377,7 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property root from drives + 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: drive_GetRootContent parameters: - name: drive-id @@ -17462,11 +18405,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem summary: Update content for the navigation property root in drives + 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: drive_SetRootContent parameters: - name: drive-id @@ -17494,7 +18437,32 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property root in drives + 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: drive_DeleteRootContent + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/root/contentStream': get: tags: @@ -17521,7 +18489,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -17550,7 +18517,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete contentStream for the navigation property root in drives + description: 'The content stream, if the item represents a file.' + operationId: drive_DeleteRootContentStream + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/root/createdByUser': get: tags: @@ -18332,6 +19324,7 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property driveItem from drives + 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: drive.root.listItem.activity_GetDriveItemContent parameters: - name: drive-id @@ -18367,11 +19360,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem summary: Update content for the navigation property driveItem in drives + 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: drive.root.listItem.activity_SetDriveItemContent parameters: - name: drive-id @@ -18407,7 +19400,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property driveItem in drives + 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: drive.root.listItem.activity_DeleteDriveItemContent + 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: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -18442,7 +19468,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -18479,7 +19504,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete contentStream for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.root.listItem.activity_DeleteDriveItemContentStream + 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: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -19253,6 +20311,7 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property driveItem from drives + 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: drive.root.listItem_GetDriveItemContent parameters: - name: drive-id @@ -19280,11 +20339,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem summary: Update content for the navigation property driveItem in drives + 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: drive.root.listItem_SetDriveItemContent parameters: - name: drive-id @@ -19312,14 +20371,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/drives/{drive-id}/root/listItem/driveItem/contentStream': - get: + delete: tags: - drives.driveItem - summary: Get contentStream for the navigation property driveItem from drives - description: 'The content stream, if the item represents a file.' - operationId: drive.root.listItem_GetDriveItemContentStream + summary: Delete content for the navigation property driveItem in drives + 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: drive.root.listItem_DeleteDriveItemContent parameters: - name: drive-id in: path @@ -19329,53 +20386,24 @@ paths: schema: type: string x-ms-docs-key-type: drive - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - drives.driveItem - summary: Update contentStream for the navigation property driveItem in drives - description: 'The content stream, if the item represents a file.' - operationId: drive.root.listItem_SetDriveItemContentStream - parameters: - - name: drive-id - in: path - description: The unique identifier of drive - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: drive - 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 - '/drives/{drive-id}/root/listItem/fields': + '/drives/{drive-id}/root/listItem/driveItem/contentStream': get: tags: - drives.driveItem - summary: Get fields from drives - description: The values of the columns set on this list item. - operationId: drive.root.listItem_GetField + summary: Get contentStream for the navigation property driveItem from drives + description: 'The content stream, if the item represents a file.' + operationId: drive.root.listItem_GetDriveItemContentStream parameters: - name: drive-id in: path @@ -19385,41 +20413,22 @@ paths: 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 + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + put: tags: - drives.driveItem - summary: Update the navigation property fields in drives - operationId: drive.root.listItem_UpdateField + summary: Update contentStream for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.root.listItem_SetDriveItemContentStream parameters: - name: drive-id in: path @@ -19430,27 +20439,24 @@ paths: type: string x-ms-docs-key-type: drive requestBody: - description: New navigation property values + description: New media content. content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + type: string + format: binary required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.fieldValueSet' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation delete: tags: - drives.driveItem - summary: Delete navigation property fields for drives - operationId: drive.root.listItem_DeleteField + summary: Delete contentStream for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.root.listItem_DeleteDriveItemContentStream parameters: - name: drive-id in: path @@ -19471,13 +20477,115 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/drives/{drive-id}/root/listItem/lastModifiedByUser': + '/drives/{drive-id}/root/listItem/fields': get: tags: - drives.driveItem - summary: Get lastModifiedByUser from drives - operationId: drive.root.listItem_GetLastModifiedGraphBPreUser + summary: Get fields from drives + description: The values of the columns set on this list item. + operationId: drive.root.listItem_GetField + 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: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - drives.driveItem + summary: Update the navigation property fields in drives + operationId: drive.root.listItem_UpdateField + 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 + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.fieldValueSet' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete navigation property fields for drives + operationId: drive.root.listItem_DeleteField + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/drives/{drive-id}/root/listItem/lastModifiedByUser': + get: + tags: + - drives.driveItem + summary: Get lastModifiedByUser from drives + operationId: drive.root.listItem_GetLastModifiedGraphBPreUser parameters: - name: drive-id in: path @@ -22387,7 +23495,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -22427,7 +23534,39 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property versions in drives + operationId: drive.root_DeleteVersionsContent + 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: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/root/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion': post: tags: @@ -22602,6 +23741,7 @@ paths: tags: - drives.driveItem summary: Get content for the navigation property special from drives + 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: drive_GetSpecialContent parameters: - name: drive-id @@ -22637,11 +23777,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem summary: Update content for the navigation property special in drives + 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: drive_SetSpecialContent parameters: - name: drive-id @@ -22677,7 +23817,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property special in drives + 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: drive_DeleteSpecialContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/special/{driveItem-id}/contentStream': get: tags: @@ -22712,7 +23885,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -22749,7 +23921,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete contentStream for the navigation property special in drives + description: 'The content stream, if the item represents a file.' + operationId: drive_DeleteSpecialContentStream + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/special/$count': get: tags: @@ -23360,6 +24565,7 @@ paths: tags: - groups.drive summary: Get content for the navigation property driveItem from groups + 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: group.drive.activity_GetDriveItemContent parameters: - name: group-id @@ -23403,11 +24609,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive summary: Update content for the navigation property driveItem in groups + 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: group.drive.activity_SetDriveItemContent parameters: - name: group-id @@ -23451,7 +24657,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property driveItem in groups + 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: group.drive.activity_DeleteDriveItemContent + 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: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -23494,7 +24741,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -23539,7 +24785,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete contentStream for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.activity_DeleteDriveItemContentStream + 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: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -23770,42 +25057,182 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: $select - in: query - description: Select properties to be returned - 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: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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 + '/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content': + get: + tags: + - groups.drive + summary: Get content for the navigation property bundles from groups + 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: group.drive_GetBundlesContent + 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 + - 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: + - groups.drive + summary: Update content for the navigation property bundles in groups + 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: group.drive_SetBundlesContent + 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 + 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' + delete: + tags: + - groups.drive + summary: Delete content for the navigation property bundles in groups + 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: group.drive_DeleteBundlesContent + 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 + - 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.driveItem' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content': + '/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream': get: tags: - groups.drive - summary: Get content for the navigation property bundles from groups - operationId: group.drive_GetBundlesContent + summary: Get contentStream for the navigation property bundles from groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive_GetBundlesContentStream parameters: - name: group-id in: path @@ -23831,13 +25258,6 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -23848,12 +25268,12 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive - summary: Update content for the navigation property bundles in groups - operationId: group.drive_SetBundlesContent + summary: Update contentStream for the navigation property bundles in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive_SetBundlesContentStream parameters: - name: group-id in: path @@ -23890,20 +25310,14 @@ paths: responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream': - get: + delete: tags: - groups.drive - summary: Get contentStream for the navigation property bundles from groups + summary: Delete contentStream for the navigation property bundles in groups description: 'The content stream, if the item represents a file.' - operationId: group.drive_GetBundlesContentStream + operationId: group.drive_DeleteBundlesContentStream parameters: - name: group-id in: path @@ -23929,62 +25343,17 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - groups.drive - summary: Update contentStream for the navigation property bundles in groups - description: 'The content stream, if the item represents a file.' - operationId: group.drive_SetBundlesContentStream - 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 + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: driveItem - 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 '/groups/{group-id}/drives/{drive-id}/bundles/$count': get: tags: @@ -24391,6 +25760,7 @@ paths: tags: - groups.drive summary: Get content for the navigation property following from groups + 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: group.drive_GetFollowingContent parameters: - name: group-id @@ -24434,11 +25804,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive summary: Update content for the navigation property following in groups + 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: group.drive_SetFollowingContent parameters: - name: group-id @@ -24482,7 +25852,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property following in groups + 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: group.drive_DeleteFollowingContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream': get: tags: @@ -24525,7 +25936,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -24570,7 +25980,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete contentStream for the navigation property following in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive_DeleteFollowingContentStream + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/following/$count': get: tags: @@ -25972,6 +27423,7 @@ paths: tags: - groups.drive summary: Get content for the navigation property driveItem from groups + 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: group.drive.item.analytic.itemActivityStat.activity_GetDriveItemContent parameters: - name: group-id @@ -26014,29 +27466,93 @@ paths: 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 + - 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: + - groups.drive + summary: Update content for the navigation property driveItem in groups + 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: group.drive.item.analytic.itemActivityStat.activity_SetDriveItemContent + 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 + - 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: Retrieved media content + description: Success content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: + delete: tags: - groups.drive - summary: Update content for the navigation property driveItem in groups - operationId: group.drive.item.analytic.itemActivityStat.activity_SetDriveItemContent + summary: Delete content for the navigation property driveItem in groups + 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: group.drive.item.analytic.itemActivityStat.activity_DeleteDriveItemContent parameters: - name: group-id in: path @@ -26078,24 +27594,17 @@ paths: 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 + - 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.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream': get: tags: @@ -26154,7 +27663,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -26215,7 +27723,64 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete contentStream for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.item.analytic.itemActivityStat.activity_DeleteDriveItemContentStream + 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 + - 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' '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -26559,6 +28124,7 @@ paths: tags: - groups.drive summary: Get content for the navigation property children from groups + 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: group.drive.item_GetChildrenContent parameters: - name: group-id @@ -26593,13 +28159,169 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string + - 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: + - groups.drive + summary: Update content for the navigation property children in groups + 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: group.drive.item_SetChildrenContent + 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 + - name: driveItem-id1 + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + 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' + delete: + tags: + - groups.drive + summary: Delete content for the navigation property children in groups + 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: group.drive.item_DeleteChildrenContent + 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 + - name: driveItem-id1 + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream': + get: + tags: + - groups.drive + summary: Get contentStream for the navigation property children from groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.item_GetChildrenContentStream + 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 + - name: driveItem-id1 + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem responses: 2XX: description: Retrieved media content @@ -26610,12 +28332,12 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive - summary: Update content for the navigation property children in groups - operationId: group.drive.item_SetChildrenContent + summary: Update contentStream for the navigation property children in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.item_SetChildrenContentStream parameters: - name: group-id in: path @@ -26660,20 +28382,14 @@ paths: responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream': - get: + delete: tags: - groups.drive - summary: Get contentStream for the navigation property children from groups + summary: Delete contentStream for the navigation property children in groups description: 'The content stream, if the item represents a file.' - operationId: group.drive.item_GetChildrenContentStream + operationId: group.drive.item_DeleteChildrenContentStream parameters: - name: group-id in: path @@ -26707,70 +28423,17 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - groups.drive - summary: Update contentStream for the navigation property children in groups - description: 'The content stream, if the item represents a file.' - operationId: group.drive.item_SetChildrenContentStream - 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 - - name: driveItem-id1 - in: path - description: The unique identifier of driveItem - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: driveItem - 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 '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count': get: tags: @@ -26814,6 +28477,7 @@ paths: tags: - groups.drive summary: Get content for the navigation property items from groups + 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: group.drive_GetItemsContent parameters: - name: group-id @@ -26857,11 +28521,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive summary: Update content for the navigation property items in groups + 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: group.drive_SetItemsContent parameters: - name: group-id @@ -26905,7 +28569,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property items in groups + 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: group.drive_DeleteItemsContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream': get: tags: @@ -26948,7 +28653,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -26993,7 +28697,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete contentStream for the navigation property items in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive_DeleteItemsContentStream + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser': get: tags: @@ -28079,6 +29824,7 @@ paths: tags: - groups.drive summary: Get content for the navigation property driveItem from groups + 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: group.drive.item.listItem.activity_GetDriveItemContent parameters: - name: group-id @@ -28130,11 +29876,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive summary: Update content for the navigation property driveItem in groups + 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: group.drive.item.listItem.activity_SetDriveItemContent parameters: - name: group-id @@ -28186,7 +29932,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property driveItem in groups + 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: group.drive.item.listItem.activity_DeleteDriveItemContent + 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 + - 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -28237,7 +30032,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -28290,7 +30084,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete contentStream for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.item.listItem.activity_DeleteDriveItemContentStream + 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 + - 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -29319,6 +31162,7 @@ paths: tags: - groups.drive summary: Get content for the navigation property driveItem from groups + 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: group.drive.item.listItem_GetDriveItemContent parameters: - name: group-id @@ -29362,11 +31206,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive summary: Update content for the navigation property driveItem in groups + 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: group.drive.item.listItem_SetDriveItemContent parameters: - name: group-id @@ -29410,7 +31254,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property driveItem in groups + 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: group.drive.item.listItem_DeleteDriveItemContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream': get: tags: @@ -29453,7 +31338,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -29498,7 +31382,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete contentStream for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.item.listItem_DeleteDriveItemContentStream + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields': get: tags: @@ -31764,41 +33689,195 @@ paths: schema: type: string x-ms-docs-key-type: driveItemVersion - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.drive + summary: Update the navigation property versions in groups + operationId: group.drive.item_UpdateVersion + 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 + - name: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete navigation property versions for groups + operationId: group.drive.item_DeleteVersion + 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 + - name: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + - name: If-Match + 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}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content': + get: + tags: + - groups.drive + summary: Get content for the navigation property versions from groups + operationId: group.drive.item_GetVersionsContent + 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 + - name: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion responses: 2XX: - description: Retrieved navigation property + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.driveItemVersion' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + put: tags: - groups.drive - summary: Update the navigation property versions in groups - operationId: group.drive.item_UpdateVersion + summary: Update content for the navigation property versions in groups + operationId: group.drive.item_SetVersionsContent parameters: - name: group-id in: path @@ -31833,11 +33912,12 @@ paths: type: string x-ms-docs-key-type: driveItemVersion requestBody: - description: New navigation property values + description: New media content. content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.driveItemVersion' + type: string + format: binary required: true responses: 2XX: @@ -31848,12 +33928,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation delete: tags: - groups.drive - summary: Delete navigation property versions for groups - operationId: group.drive.item_DeleteVersion + summary: Delete content for the navigation property versions in groups + operationId: group.drive.item_DeleteVersionsContent parameters: - name: group-id in: path @@ -31898,113 +33977,6 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content': - get: - tags: - - groups.drive - summary: Get content for the navigation property versions from groups - operationId: group.drive.item_GetVersionsContent - 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 - - name: driveItemVersion-id - in: path - description: The unique identifier of driveItemVersion - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: driveItemVersion - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - groups.drive - summary: Update content for the navigation property versions in groups - operationId: group.drive.item_SetVersionsContent - 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 - - name: driveItemVersion-id - in: path - description: The unique identifier of driveItemVersion - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: driveItemVersion - 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.driveItemVersion' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count': get: tags: @@ -35141,28 +37113,149 @@ paths: schema: type: string x-ms-docs-key-type: itemActivityOLD - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - required: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete navigation property activities for groups + operationId: group.drive.list.item_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: drive-id + in: path + description: The unique identifier of drive + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + - 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: If-Match + 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}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem': + get: + tags: + - groups.drive + summary: Get driveItem from groups + operationId: group.drive.list.item.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: drive-id + in: path + description: The unique identifier of drive + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + - 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 + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: 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.itemActivityOLD' + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content': + get: tags: - groups.drive - summary: Delete navigation property activities for groups - operationId: group.drive.list.item_DeleteActivity + summary: Get content for the navigation property driveItem from groups + 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: group.drive.list.item.activity_GetDriveItemContent parameters: - name: group-id in: path @@ -35196,24 +37289,29 @@ paths: schema: type: string x-ms-docs-key-type: itemActivityOLD - - name: If-Match - in: header - description: ETag - style: simple + - name: $format + in: query + description: Format of the content + style: form + explode: false 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 - '/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem': - get: + put: tags: - groups.drive - summary: Get driveItem from groups - operationId: group.drive.list.item.activity_GetDriveItem + summary: Update content for the navigation property driveItem in groups + 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: group.drive.list.item.activity_SetDriveItemContent parameters: - name: group-id in: path @@ -35247,42 +37345,29 @@ paths: 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: + 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.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content': - get: + delete: tags: - groups.drive - summary: Get content for the navigation property driveItem from groups - operationId: group.drive.list.item.activity_GetDriveItemContent + summary: Delete content for the navigation property driveItem in groups + 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: group.drive.list.item.activity_DeleteDriveItemContent parameters: - name: group-id in: path @@ -35316,29 +37401,24 @@ paths: schema: type: string x-ms-docs-key-type: itemActivityOLD - - name: $format - in: query - description: Format of the content - style: form - explode: false + - name: If-Match + in: header + description: ETag + style: simple schema: type: string 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: + '/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': + get: tags: - groups.drive - summary: Update content for the navigation property driveItem in groups - operationId: group.drive.list.item.activity_SetDriveItemContent + summary: Get contentStream for the navigation property driveItem from groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.list.item.activity_GetDriveItemContentStream parameters: - name: group-id in: path @@ -35372,31 +37452,22 @@ paths: 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 + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': - get: + put: tags: - groups.drive - summary: Get contentStream for the navigation property driveItem from groups + summary: Update contentStream for the navigation property driveItem in groups description: 'The content stream, if the item represents a file.' - operationId: group.drive.list.item.activity_GetDriveItemContentStream + operationId: group.drive.list.item.activity_SetDriveItemContentStream parameters: - name: group-id in: path @@ -35430,23 +37501,25 @@ paths: 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: 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: - groups.drive - summary: Update contentStream for the navigation property driveItem in groups + summary: Delete contentStream for the navigation property driveItem in groups description: 'The content stream, if the item represents a file.' - operationId: group.drive.list.item.activity_SetDriveItemContentStream + operationId: group.drive.list.item.activity_DeleteDriveItemContentStream parameters: - name: group-id in: path @@ -35480,20 +37553,17 @@ paths: 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 + - name: If-Match + 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}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -36522,6 +38592,7 @@ paths: tags: - groups.drive summary: Get content for the navigation property driveItem from groups + 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: group.drive.list.item_GetDriveItemContent parameters: - name: group-id @@ -36565,11 +38636,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive summary: Update content for the navigation property driveItem in groups + 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: group.drive.list.item_SetDriveItemContent parameters: - name: group-id @@ -36613,7 +38684,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property driveItem in groups + 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: group.drive.list.item_DeleteDriveItemContent + 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: 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream': get: tags: @@ -36648,21 +38760,64 @@ paths: x-ms-docs-key-type: listItem responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - groups.drive + summary: Update contentStream for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.list.item_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: drive-id + in: path + description: The unique identifier of drive + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + - 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 + responses: + 2XX: + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: + delete: tags: - groups.drive - summary: Update contentStream for the navigation property driveItem in groups + summary: Delete contentStream for the navigation property driveItem in groups description: 'The content stream, if the item represents a file.' - operationId: group.drive.list.item_SetDriveItemContentStream + operationId: group.drive.list.item_DeleteDriveItemContentStream parameters: - name: group-id in: path @@ -36688,20 +38843,17 @@ 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 + - name: If-Match + 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}/drives/{drive-id}/list/items/{listItem-id}/fields': get: tags: @@ -39417,11 +41569,245 @@ paths: type: string x-ms-docs-key-type: itemActivity requestBody: - description: New navigation property values + 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: + - groups.drive + summary: Delete navigation property activities for groups + operationId: group.drive.root.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: drive-id + in: path + description: The unique identifier of drive + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + - 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 + '/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem': + get: + tags: + - groups.drive + summary: Get driveItem from groups + description: Exposes the driveItem that was the target of this activity. + operationId: group.drive.root.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: drive-id + in: path + description: The unique identifier of drive + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + - 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 + '/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': + get: + tags: + - groups.drive + summary: Get content for the navigation property driveItem from groups + 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: group.drive.root.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: drive-id + in: path + description: The unique identifier of drive + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + - 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: + - groups.drive + summary: Update content for the navigation property driveItem in groups + 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: group.drive.root.analytic.itemActivityStat.activity_SetDriveItemContent + 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: 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/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivity' + type: string + format: binary required: true responses: 2XX: @@ -39429,15 +41815,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.itemActivity' + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation delete: tags: - groups.drive - summary: Delete navigation property activities for groups - operationId: group.drive.root.analytic.itemActivityStat_DeleteActivity + summary: Delete content for the navigation property driveItem in groups + 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: group.drive.root.analytic.itemActivityStat.activity_DeleteDriveItemContent parameters: - name: group-id in: path @@ -39482,83 +41868,13 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem': - get: - tags: - - groups.drive - summary: Get driveItem from groups - description: Exposes the driveItem that was the target of this activity. - operationId: group.drive.root.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: drive-id - in: path - description: The unique identifier of drive - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: drive - - 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 - '/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': + '/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream': get: tags: - groups.drive - summary: Get content for the navigation property driveItem from groups - operationId: group.drive.root.analytic.itemActivityStat.activity_GetDriveItemContent + summary: Get contentStream for the navigation property driveItem from groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.root.analytic.itemActivityStat.activity_GetDriveItemContentStream parameters: - name: group-id in: path @@ -39592,13 +41908,6 @@ paths: 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 @@ -39609,12 +41918,12 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive - summary: Update content for the navigation property driveItem in groups - operationId: group.drive.root.analytic.itemActivityStat.activity_SetDriveItemContent + summary: Update contentStream for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.root.analytic.itemActivityStat.activity_SetDriveItemContentStream parameters: - name: group-id in: path @@ -39659,20 +41968,14 @@ paths: responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream': - get: + delete: tags: - groups.drive - summary: Get contentStream for the navigation property driveItem from groups + summary: Delete contentStream for the navigation property driveItem in groups description: 'The content stream, if the item represents a file.' - operationId: group.drive.root.analytic.itemActivityStat.activity_GetDriveItemContentStream + operationId: group.drive.root.analytic.itemActivityStat.activity_DeleteDriveItemContentStream parameters: - name: group-id in: path @@ -39706,70 +42009,17 @@ paths: 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' - x-ms-docs-operation-type: operation - put: - tags: - - groups.drive - summary: Update contentStream for the navigation property driveItem in groups - description: 'The content stream, if the item represents a file.' - operationId: group.drive.root.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: drive-id - in: path - description: The unique identifier of drive - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: drive - - 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 + - name: If-Match + in: header + description: ETag 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 default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -40065,6 +42315,7 @@ paths: tags: - groups.drive summary: Get content for the navigation property children from groups + 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: group.drive.root_GetChildrenContent parameters: - name: group-id @@ -40108,11 +42359,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive summary: Update content for the navigation property children in groups + 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: group.drive.root_SetChildrenContent parameters: - name: group-id @@ -40139,31 +42390,113 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true + 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' + delete: + tags: + - groups.drive + summary: Delete content for the navigation property children in groups + 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: group.drive.root_DeleteChildrenContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream': + get: + tags: + - groups.drive + summary: Get contentStream for the navigation property children from groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.root_GetChildrenContentStream + 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 + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream': - get: + put: tags: - groups.drive - summary: Get contentStream for the navigation property children from groups + summary: Update contentStream for the navigation property children in groups description: 'The content stream, if the item represents a file.' - operationId: group.drive.root_GetChildrenContentStream + operationId: group.drive.root_SetChildrenContentStream parameters: - name: group-id in: path @@ -40189,23 +42522,25 @@ paths: schema: type: string x-ms-docs-key-type: driveItem + 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: - groups.drive - summary: Update contentStream for the navigation property children in groups + summary: Delete contentStream for the navigation property children in groups description: 'The content stream, if the item represents a file.' - operationId: group.drive.root_SetChildrenContentStream + operationId: group.drive.root_DeleteChildrenContentStream parameters: - name: group-id in: path @@ -40231,20 +42566,17 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - 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 '/groups/{group-id}/drives/{drive-id}/root/children/$count': get: tags: @@ -40280,6 +42612,7 @@ paths: tags: - groups.drive summary: Get content for the navigation property root from groups + 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: group.drive_GetRootContent parameters: - name: group-id @@ -40315,11 +42648,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive summary: Update content for the navigation property root in groups + 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: group.drive_SetRootContent parameters: - name: group-id @@ -40355,7 +42688,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property root in groups + 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: group.drive_DeleteRootContent + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/root/contentStream': get: tags: @@ -40390,7 +42756,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -40427,7 +42792,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete contentStream for the navigation property root in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive_DeleteRootContentStream + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/root/createdByUser': get: tags: @@ -41361,6 +43759,7 @@ paths: tags: - groups.drive summary: Get content for the navigation property driveItem from groups + 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: group.drive.root.listItem.activity_GetDriveItemContent parameters: - name: group-id @@ -41387,13 +43786,145 @@ paths: 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 + - 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: + - groups.drive + summary: Update content for the navigation property driveItem in groups + 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: group.drive.root.listItem.activity_SetDriveItemContent + 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: 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. + 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' + delete: + tags: + - groups.drive + summary: Delete content for the navigation property driveItem in groups + 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: group.drive.root.listItem.activity_DeleteDriveItemContent + 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: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream': + get: + tags: + - groups.drive + summary: Get contentStream for the navigation property driveItem from groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.root.listItem.activity_GetDriveItemContentStream + 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: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD responses: 2XX: description: Retrieved media content @@ -41404,12 +43935,12 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive - summary: Update content for the navigation property driveItem in groups - operationId: group.drive.root.listItem.activity_SetDriveItemContent + summary: Update contentStream for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.root.listItem.activity_SetDriveItemContentStream parameters: - name: group-id in: path @@ -41446,20 +43977,14 @@ paths: responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream': - get: + delete: tags: - groups.drive - summary: Get contentStream for the navigation property driveItem from groups + summary: Delete contentStream for the navigation property driveItem in groups description: 'The content stream, if the item represents a file.' - operationId: group.drive.root.listItem.activity_GetDriveItemContentStream + operationId: group.drive.root.listItem.activity_DeleteDriveItemContentStream parameters: - name: group-id in: path @@ -41485,62 +44010,17 @@ paths: schema: type: string x-ms-docs-key-type: itemActivityOLD - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - groups.drive - summary: Update contentStream for the navigation property driveItem in groups - description: 'The content stream, if the item represents a file.' - operationId: group.drive.root.listItem.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: drive-id - in: path - description: The unique identifier of drive - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: drive - - 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 - 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 '/groups/{group-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -42425,6 +44905,7 @@ paths: tags: - groups.drive summary: Get content for the navigation property driveItem from groups + 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: group.drive.root.listItem_GetDriveItemContent parameters: - name: group-id @@ -42460,11 +44941,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive summary: Update content for the navigation property driveItem in groups + 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: group.drive.root.listItem_SetDriveItemContent parameters: - name: group-id @@ -42500,7 +44981,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property driveItem in groups + 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: group.drive.root.listItem_DeleteDriveItemContent + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream': get: tags: @@ -42535,7 +45049,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -42572,7 +45085,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete contentStream for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.root.listItem_DeleteDriveItemContentStream + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/root/listItem/fields': get: tags: @@ -44670,7 +47216,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -44718,7 +47263,47 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property versions in groups + operationId: group.drive.root_DeleteVersionsContent + 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: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/root/versions/$count': get: tags: @@ -44884,6 +47469,7 @@ paths: tags: - groups.drive summary: Get content for the navigation property special from groups + 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: group.drive_GetSpecialContent parameters: - name: group-id @@ -44927,11 +47513,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive summary: Update content for the navigation property special in groups + 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: group.drive_SetSpecialContent parameters: - name: group-id @@ -44975,7 +47561,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property special in groups + 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: group.drive_DeleteSpecialContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream': get: tags: @@ -45018,7 +47645,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -45050,20 +47676,61 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true + 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' + delete: + tags: + - groups.drive + summary: Delete contentStream for the navigation property special in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive_DeleteSpecialContentStream + 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 + - name: If-Match + 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}/drives/{drive-id}/special/$count': get: tags: @@ -45491,6 +48158,7 @@ paths: type: string x-ms-docs-key-type: sharedDriveItem - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' @@ -45500,8 +48168,11 @@ paths: get: tags: - shares.driveItem - summary: Get driveItem from shares - description: Used to access the underlying driveItem + summary: Accessing shared DriveItems + description: 'Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta operationId: share_GetDriveItem parameters: - name: sharedDriveItem-id @@ -45547,6 +48218,7 @@ paths: tags: - shares.driveItem summary: Get content for the navigation property driveItem from shares + 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: share_GetDriveItemContent parameters: - name: sharedDriveItem-id @@ -45574,11 +48246,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.driveItem summary: Update content for the navigation property driveItem in shares + 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: share_SetDriveItemContent parameters: - name: sharedDriveItem-id @@ -45606,7 +48278,32 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.driveItem + summary: Delete content for the navigation property driveItem in shares + 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: share_DeleteDriveItemContent + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/driveItem/contentStream': get: tags: @@ -45633,7 +48330,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.driveItem @@ -45662,7 +48358,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.driveItem + summary: Delete contentStream for the navigation property driveItem in shares + description: 'The content stream, if the item represents a file.' + operationId: share_DeleteDriveItemContentStream + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/items': get: tags: @@ -45782,6 +48503,7 @@ paths: tags: - shares.driveItem summary: Get content for the navigation property items from shares + 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: share_GetItemsContent parameters: - name: sharedDriveItem-id @@ -45817,11 +48539,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.driveItem summary: Update content for the navigation property items in shares + 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: share_SetItemsContent parameters: - name: sharedDriveItem-id @@ -45857,7 +48579,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.driveItem + summary: Delete content for the navigation property items in shares + 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: share_DeleteItemsContent + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream': get: tags: @@ -45892,7 +48647,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.driveItem @@ -45929,7 +48683,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.driveItem + summary: Delete contentStream for the navigation property items in shares + description: 'The content stream, if the item represents a file.' + operationId: share_DeleteItemsContentStream + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/items/$count': get: tags: @@ -48522,6 +51309,7 @@ paths: - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values @@ -49043,6 +51831,7 @@ paths: tags: - shares.list summary: Get content for the navigation property driveItem from shares + 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: share.list.item.activity_GetDriveItemContent parameters: - name: sharedDriveItem-id @@ -49086,11 +51875,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.list summary: Update content for the navigation property driveItem in shares + 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: share.list.item.activity_SetDriveItemContent parameters: - name: sharedDriveItem-id @@ -49134,7 +51923,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.list + summary: Delete content for the navigation property driveItem in shares + 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: share.list.item.activity_DeleteDriveItemContent + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -49167,62 +51997,102 @@ paths: schema: type: string x-ms-docs-key-type: itemActivityOLD - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - shares.list - summary: Update contentStream for the navigation property driveItem in shares - description: 'The content stream, if the item represents a file.' - operationId: share.list.item.activity_SetDriveItemContentStream - parameters: - - name: sharedDriveItem-id - in: path - description: The unique identifier of sharedDriveItem - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: sharedDriveItem - - 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 + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - shares.list + summary: Update contentStream for the navigation property driveItem in shares + description: 'The content stream, if the item represents a file.' + operationId: share.list.item.activity_SetDriveItemContentStream + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - 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. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + delete: + tags: + - shares.list + summary: Delete contentStream for the navigation property driveItem in shares + description: 'The content stream, if the item represents a file.' + operationId: share.list.item.activity_DeleteDriveItemContentStream + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - 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: 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 '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -50148,6 +53018,7 @@ paths: tags: - shares.list summary: Get content for the navigation property driveItem from shares + 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: share.list.item_GetDriveItemContent parameters: - name: sharedDriveItem-id @@ -50183,11 +53054,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.list summary: Update content for the navigation property driveItem in shares + 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: share.list.item_SetDriveItemContent parameters: - name: sharedDriveItem-id @@ -50223,7 +53094,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.list + summary: Delete content for the navigation property driveItem in shares + 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: share.list.item_DeleteDriveItemContent + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream': get: tags: @@ -50258,7 +53162,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.list @@ -50295,7 +53198,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.list + summary: Delete contentStream for the navigation property driveItem in shares + description: 'The content stream, if the item represents a file.' + operationId: share.list.item_DeleteDriveItemContentStream + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields': get: tags: @@ -52581,6 +55517,7 @@ paths: tags: - shares.listItem summary: Get content for the navigation property driveItem from shares + 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: share.listItem.activity_GetDriveItemContent parameters: - name: sharedDriveItem-id @@ -52616,11 +55553,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.listItem summary: Update content for the navigation property driveItem in shares + 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: share.listItem.activity_SetDriveItemContent parameters: - name: sharedDriveItem-id @@ -52656,7 +55593,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.listItem + summary: Delete content for the navigation property driveItem in shares + 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: share.listItem.activity_DeleteDriveItemContent + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -52691,7 +55661,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.listItem @@ -52728,7 +55697,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.listItem + summary: Delete contentStream for the navigation property driveItem in shares + description: 'The content stream, if the item represents a file.' + operationId: share.listItem.activity_DeleteDriveItemContentStream + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -53502,6 +56504,7 @@ paths: tags: - shares.listItem summary: Get content for the navigation property driveItem from shares + 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: share.listItem_GetDriveItemContent parameters: - name: sharedDriveItem-id @@ -53529,11 +56532,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.listItem summary: Update content for the navigation property driveItem in shares + 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: share.listItem_SetDriveItemContent parameters: - name: sharedDriveItem-id @@ -53561,7 +56564,32 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.listItem + summary: Delete content for the navigation property driveItem in shares + 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: share.listItem_DeleteDriveItemContent + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/listItem/driveItem/contentStream': get: tags: @@ -53588,7 +56616,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.listItem @@ -53617,7 +56644,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.listItem + summary: Delete contentStream for the navigation property driveItem in shares + description: 'The content stream, if the item represents a file.' + operationId: share.listItem_DeleteDriveItemContentStream + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/listItem/fields': get: tags: @@ -54742,6 +57794,7 @@ paths: tags: - shares.driveItem summary: Get content for the navigation property root from shares + 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: share_GetRootContent parameters: - name: sharedDriveItem-id @@ -54769,11 +57822,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.driveItem summary: Update content for the navigation property root in shares + 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: share_SetRootContent parameters: - name: sharedDriveItem-id @@ -54801,7 +57854,32 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.driveItem + summary: Delete content for the navigation property root in shares + 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: share_DeleteRootContent + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/root/contentStream': get: tags: @@ -54828,7 +57906,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.driveItem @@ -54857,7 +57934,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.driveItem + summary: Delete contentStream for the navigation property root in shares + description: 'The content stream, if the item represents a file.' + operationId: share_DeleteRootContentStream + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/site': get: tags: @@ -55506,6 +58608,7 @@ paths: tags: - users.drive summary: Get content for the navigation property driveItem from users + 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: user.drive.activity_GetDriveItemContent parameters: - name: user-id @@ -55549,11 +58652,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive summary: Update content for the navigation property driveItem in users + 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: user.drive.activity_SetDriveItemContent parameters: - name: user-id @@ -55597,7 +58700,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property driveItem in users + 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: user.drive.activity_DeleteDriveItemContent + 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: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -55640,7 +58784,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -55685,7 +58828,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete contentStream for the navigation property driveItem in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.activity_DeleteDriveItemContentStream + 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: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -55916,42 +59100,182 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: $select - in: query - description: Select properties to be returned - 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: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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 + '/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content': + get: + tags: + - users.drive + summary: Get content for the navigation property bundles from users + 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: user.drive_GetBundlesContent + 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 + - 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: + - users.drive + summary: Update content for the navigation property bundles in users + 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: user.drive_SetBundlesContent + 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 + 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' + delete: + tags: + - users.drive + summary: Delete content for the navigation property bundles in users + 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: user.drive_DeleteBundlesContent + 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 + - 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.driveItem' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content': + '/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream': get: tags: - users.drive - summary: Get content for the navigation property bundles from users - operationId: user.drive_GetBundlesContent + summary: Get contentStream for the navigation property bundles from users + description: 'The content stream, if the item represents a file.' + operationId: user.drive_GetBundlesContentStream parameters: - name: user-id in: path @@ -55977,13 +59301,6 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -55994,12 +59311,12 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive - summary: Update content for the navigation property bundles in users - operationId: user.drive_SetBundlesContent + summary: Update contentStream for the navigation property bundles in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive_SetBundlesContentStream parameters: - name: user-id in: path @@ -56036,20 +59353,14 @@ paths: responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream': - get: + delete: tags: - users.drive - summary: Get contentStream for the navigation property bundles from users + summary: Delete contentStream for the navigation property bundles in users description: 'The content stream, if the item represents a file.' - operationId: user.drive_GetBundlesContentStream + operationId: user.drive_DeleteBundlesContentStream parameters: - name: user-id in: path @@ -56075,62 +59386,17 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - users.drive - summary: Update contentStream for the navigation property bundles in users - description: 'The content stream, if the item represents a file.' - operationId: user.drive_SetBundlesContentStream - 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 + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: driveItem - 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 '/users/{user-id}/drives/{drive-id}/bundles/$count': get: tags: @@ -56537,6 +59803,7 @@ paths: tags: - users.drive summary: Get content for the navigation property following from users + 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: user.drive_GetFollowingContent parameters: - name: user-id @@ -56580,11 +59847,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive summary: Update content for the navigation property following in users + 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: user.drive_SetFollowingContent parameters: - name: user-id @@ -56628,7 +59895,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property following in users + 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: user.drive_DeleteFollowingContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream': get: tags: @@ -56671,7 +59979,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -56716,7 +60023,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete contentStream for the navigation property following in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive_DeleteFollowingContentStream + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/following/$count': get: tags: @@ -58118,6 +61466,7 @@ paths: tags: - users.drive summary: Get content for the navigation property driveItem from users + 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: user.drive.item.analytic.itemActivityStat.activity_GetDriveItemContent parameters: - name: user-id @@ -58160,29 +61509,93 @@ paths: 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 + - 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: + - users.drive + summary: Update content for the navigation property driveItem in users + 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: user.drive.item.analytic.itemActivityStat.activity_SetDriveItemContent + 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 + - 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: Retrieved media content + description: Success content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: + delete: tags: - users.drive - summary: Update content for the navigation property driveItem in users - operationId: user.drive.item.analytic.itemActivityStat.activity_SetDriveItemContent + summary: Delete content for the navigation property driveItem in users + 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: user.drive.item.analytic.itemActivityStat.activity_DeleteDriveItemContent parameters: - name: user-id in: path @@ -58224,24 +61637,17 @@ paths: 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 + - 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.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream': get: tags: @@ -58300,7 +61706,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -58361,7 +61766,64 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete contentStream for the navigation property driveItem in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.item.analytic.itemActivityStat.activity_DeleteDriveItemContentStream + 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 + - 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' '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -58705,6 +62167,7 @@ paths: tags: - users.drive summary: Get content for the navigation property children from users + 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: user.drive.item_GetChildrenContent parameters: - name: user-id @@ -58739,13 +62202,169 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string + - 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: + - users.drive + summary: Update content for the navigation property children in users + 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: user.drive.item_SetChildrenContent + 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 + - name: driveItem-id1 + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + 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' + delete: + tags: + - users.drive + summary: Delete content for the navigation property children in users + 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: user.drive.item_DeleteChildrenContent + 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 + - name: driveItem-id1 + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream': + get: + tags: + - users.drive + summary: Get contentStream for the navigation property children from users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.item_GetChildrenContentStream + 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 + - name: driveItem-id1 + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem responses: 2XX: description: Retrieved media content @@ -58756,12 +62375,12 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive - summary: Update content for the navigation property children in users - operationId: user.drive.item_SetChildrenContent + summary: Update contentStream for the navigation property children in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.item_SetChildrenContentStream parameters: - name: user-id in: path @@ -58806,20 +62425,14 @@ paths: responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream': - get: + delete: tags: - users.drive - summary: Get contentStream for the navigation property children from users + summary: Delete contentStream for the navigation property children in users description: 'The content stream, if the item represents a file.' - operationId: user.drive.item_GetChildrenContentStream + operationId: user.drive.item_DeleteChildrenContentStream parameters: - name: user-id in: path @@ -58853,70 +62466,17 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - users.drive - summary: Update contentStream for the navigation property children in users - description: 'The content stream, if the item represents a file.' - operationId: user.drive.item_SetChildrenContentStream - 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 - - name: driveItem-id1 - in: path - description: The unique identifier of driveItem - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: driveItem - 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 '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count': get: tags: @@ -58960,6 +62520,7 @@ paths: tags: - users.drive summary: Get content for the navigation property items from users + 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: user.drive_GetItemsContent parameters: - name: user-id @@ -59003,11 +62564,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive summary: Update content for the navigation property items in users + 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: user.drive_SetItemsContent parameters: - name: user-id @@ -59051,7 +62612,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property items in users + 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: user.drive_DeleteItemsContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream': get: tags: @@ -59094,7 +62696,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -59139,7 +62740,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete contentStream for the navigation property items in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive_DeleteItemsContentStream + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser': get: tags: @@ -60225,6 +63867,7 @@ paths: tags: - users.drive summary: Get content for the navigation property driveItem from users + 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: user.drive.item.listItem.activity_GetDriveItemContent parameters: - name: user-id @@ -60276,11 +63919,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive summary: Update content for the navigation property driveItem in users + 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: user.drive.item.listItem.activity_SetDriveItemContent parameters: - name: user-id @@ -60332,7 +63975,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property driveItem in users + 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: user.drive.item.listItem.activity_DeleteDriveItemContent + 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 + - 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -60383,7 +64075,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -60436,7 +64127,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete contentStream for the navigation property driveItem in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.item.listItem.activity_DeleteDriveItemContentStream + 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 + - 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -61465,6 +65205,7 @@ paths: tags: - users.drive summary: Get content for the navigation property driveItem from users + 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: user.drive.item.listItem_GetDriveItemContent parameters: - name: user-id @@ -61508,11 +65249,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive summary: Update content for the navigation property driveItem in users + 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: user.drive.item.listItem_SetDriveItemContent parameters: - name: user-id @@ -61556,7 +65297,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property driveItem in users + 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: user.drive.item.listItem_DeleteDriveItemContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream': get: tags: @@ -61599,7 +65381,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -61644,7 +65425,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete contentStream for the navigation property driveItem in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.item.listItem_DeleteDriveItemContentStream + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields': get: tags: @@ -63910,41 +67732,195 @@ paths: schema: type: string x-ms-docs-key-type: driveItemVersion - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.drive + summary: Update the navigation property versions in users + operationId: user.drive.item_UpdateVersion + 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 + - name: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.driveItemVersion' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete navigation property versions for users + operationId: user.drive.item_DeleteVersion + 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 + - name: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content': + get: + tags: + - users.drive + summary: Get content for the navigation property versions from users + operationId: user.drive.item_GetVersionsContent + 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 + - name: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion responses: 2XX: - description: Retrieved navigation property + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.driveItemVersion' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: + put: tags: - users.drive - summary: Update the navigation property versions in users - operationId: user.drive.item_UpdateVersion + summary: Update content for the navigation property versions in users + operationId: user.drive.item_SetVersionsContent parameters: - name: user-id in: path @@ -63979,11 +67955,12 @@ paths: type: string x-ms-docs-key-type: driveItemVersion requestBody: - description: New navigation property values + description: New media content. content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.driveItemVersion' + type: string + format: binary required: true responses: 2XX: @@ -63994,12 +67971,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation delete: tags: - users.drive - summary: Delete navigation property versions for users - operationId: user.drive.item_DeleteVersion + summary: Delete content for the navigation property versions in users + operationId: user.drive.item_DeleteVersionsContent parameters: - name: user-id in: path @@ -64044,113 +68020,6 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content': - get: - tags: - - users.drive - summary: Get content for the navigation property versions from users - operationId: user.drive.item_GetVersionsContent - 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 - - name: driveItemVersion-id - in: path - description: The unique identifier of driveItemVersion - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: driveItemVersion - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - users.drive - summary: Update content for the navigation property versions in users - operationId: user.drive.item_SetVersionsContent - 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 - - name: driveItemVersion-id - in: path - description: The unique identifier of driveItemVersion - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: driveItemVersion - 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.driveItemVersion' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count': get: tags: @@ -67287,28 +71156,149 @@ paths: schema: type: string x-ms-docs-key-type: itemActivityOLD - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' - required: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.itemActivityOLD' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete navigation property activities for users + operationId: user.drive.list.item_DeleteActivity + 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: 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem': + get: + tags: + - users.drive + summary: Get driveItem from users + operationId: user.drive.list.item.activity_GetDriveItem + 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: 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 + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: 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.itemActivityOLD' + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content': + get: tags: - users.drive - summary: Delete navigation property activities for users - operationId: user.drive.list.item_DeleteActivity + summary: Get content for the navigation property driveItem from users + 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: user.drive.list.item.activity_GetDriveItemContent parameters: - name: user-id in: path @@ -67342,24 +71332,29 @@ paths: schema: type: string x-ms-docs-key-type: itemActivityOLD - - name: If-Match - in: header - description: ETag - style: simple + - name: $format + in: query + description: Format of the content + style: form + explode: false 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 - '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem': - get: + put: tags: - users.drive - summary: Get driveItem from users - operationId: user.drive.list.item.activity_GetDriveItem + summary: Update content for the navigation property driveItem in users + 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: user.drive.list.item.activity_SetDriveItemContent parameters: - name: user-id in: path @@ -67393,42 +71388,29 @@ paths: 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: + 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.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content': - get: + delete: tags: - users.drive - summary: Get content for the navigation property driveItem from users - operationId: user.drive.list.item.activity_GetDriveItemContent + summary: Delete content for the navigation property driveItem in users + 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: user.drive.list.item.activity_DeleteDriveItemContent parameters: - name: user-id in: path @@ -67462,29 +71444,24 @@ paths: schema: type: string x-ms-docs-key-type: itemActivityOLD - - name: $format - in: query - description: Format of the content - style: form - explode: false + - name: If-Match + in: header + description: ETag + style: simple schema: type: string 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: + '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': + get: tags: - users.drive - summary: Update content for the navigation property driveItem in users - operationId: user.drive.list.item.activity_SetDriveItemContent + summary: Get contentStream for the navigation property driveItem from users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.list.item.activity_GetDriveItemContentStream parameters: - name: user-id in: path @@ -67518,31 +71495,22 @@ paths: 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 + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': - get: + put: tags: - users.drive - summary: Get contentStream for the navigation property driveItem from users + summary: Update contentStream for the navigation property driveItem in users description: 'The content stream, if the item represents a file.' - operationId: user.drive.list.item.activity_GetDriveItemContentStream + operationId: user.drive.list.item.activity_SetDriveItemContentStream parameters: - name: user-id in: path @@ -67576,23 +71544,25 @@ paths: 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: 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: - users.drive - summary: Update contentStream for the navigation property driveItem in users + summary: Delete contentStream for the navigation property driveItem in users description: 'The content stream, if the item represents a file.' - operationId: user.drive.list.item.activity_SetDriveItemContentStream + operationId: user.drive.list.item.activity_DeleteDriveItemContentStream parameters: - name: user-id in: path @@ -67626,20 +71596,17 @@ paths: 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -68668,6 +72635,7 @@ paths: tags: - users.drive summary: Get content for the navigation property driveItem from users + 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: user.drive.list.item_GetDriveItemContent parameters: - name: user-id @@ -68711,11 +72679,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive summary: Update content for the navigation property driveItem in users + 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: user.drive.list.item_SetDriveItemContent parameters: - name: user-id @@ -68759,7 +72727,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property driveItem in users + 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: user.drive.list.item_DeleteDriveItemContent + 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: 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream': get: tags: @@ -68802,7 +72811,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -68834,20 +72842,61 @@ 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 + 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' + delete: + tags: + - users.drive + summary: Delete contentStream for the navigation property driveItem in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.list.item_DeleteDriveItemContentStream + 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: 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 responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields': get: tags: @@ -71704,6 +75753,7 @@ paths: tags: - users.drive summary: Get content for the navigation property driveItem from users + 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: user.drive.root.analytic.itemActivityStat.activity_GetDriveItemContent parameters: - name: user-id @@ -71755,11 +75805,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive summary: Update content for the navigation property driveItem in users + 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: user.drive.root.analytic.itemActivityStat.activity_SetDriveItemContent parameters: - name: user-id @@ -71811,7 +75861,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property driveItem in users + 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: user.drive.root.analytic.itemActivityStat.activity_DeleteDriveItemContent + 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: 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' '/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream': get: tags: @@ -71862,7 +75961,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -71915,7 +76013,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete contentStream for the navigation property driveItem in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.root.analytic.itemActivityStat.activity_DeleteDriveItemContentStream + 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: 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' '/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -72176,42 +76323,182 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: $select - in: query - description: Select properties to be returned - 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: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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 + '/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content': + get: + tags: + - users.drive + summary: Get content for the navigation property children from users + 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: user.drive.root_GetChildrenContent + 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 + - 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: + - users.drive + summary: Update content for the navigation property children in users + 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: user.drive.root_SetChildrenContent + 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 + 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' + delete: + tags: + - users.drive + summary: Delete content for the navigation property children in users + 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: user.drive.root_DeleteChildrenContent + 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 + - 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.driveItem' + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content': + '/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream': get: tags: - users.drive - summary: Get content for the navigation property children from users - operationId: user.drive.root_GetChildrenContent + summary: Get contentStream for the navigation property children from users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.root_GetChildrenContentStream parameters: - name: user-id in: path @@ -72237,13 +76524,6 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string responses: 2XX: description: Retrieved media content @@ -72254,12 +76534,12 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive - summary: Update content for the navigation property children in users - operationId: user.drive.root_SetChildrenContent + summary: Update contentStream for the navigation property children in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.root_SetChildrenContentStream parameters: - name: user-id in: path @@ -72296,20 +76576,14 @@ paths: responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream': - get: + delete: tags: - users.drive - summary: Get contentStream for the navigation property children from users + summary: Delete contentStream for the navigation property children in users description: 'The content stream, if the item represents a file.' - operationId: user.drive.root_GetChildrenContentStream + operationId: user.drive.root_DeleteChildrenContentStream parameters: - name: user-id in: path @@ -72335,62 +76609,17 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - users.drive - summary: Update contentStream for the navigation property children in users - description: 'The content stream, if the item represents a file.' - operationId: user.drive.root_SetChildrenContentStream - 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 + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: driveItem - 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 '/users/{user-id}/drives/{drive-id}/root/children/$count': get: tags: @@ -72426,6 +76655,7 @@ paths: tags: - users.drive summary: Get content for the navigation property root from users + 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: user.drive_GetRootContent parameters: - name: user-id @@ -72461,11 +76691,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive summary: Update content for the navigation property root in users + 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: user.drive_SetRootContent parameters: - name: user-id @@ -72501,7 +76731,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property root in users + 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: user.drive_DeleteRootContent + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/root/contentStream': get: tags: @@ -72536,7 +76799,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -72573,7 +76835,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete contentStream for the navigation property root in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive_DeleteRootContentStream + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/root/createdByUser': get: tags: @@ -73507,6 +77802,7 @@ paths: tags: - users.drive summary: Get content for the navigation property driveItem from users + 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: user.drive.root.listItem.activity_GetDriveItemContent parameters: - name: user-id @@ -73550,11 +77846,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive summary: Update content for the navigation property driveItem in users + 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: user.drive.root.listItem.activity_SetDriveItemContent parameters: - name: user-id @@ -73598,7 +77894,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property driveItem in users + 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: user.drive.root.listItem.activity_DeleteDriveItemContent + 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: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -73633,21 +77970,64 @@ paths: x-ms-docs-key-type: itemActivityOLD responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - users.drive + summary: Update contentStream for the navigation property driveItem in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.root.listItem.activity_SetDriveItemContentStream + 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: 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. + 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 - put: + delete: tags: - users.drive - summary: Update contentStream for the navigation property driveItem in users + summary: Delete contentStream for the navigation property driveItem in users description: 'The content stream, if the item represents a file.' - operationId: user.drive.root.listItem.activity_SetDriveItemContentStream + operationId: user.drive.root.listItem.activity_DeleteDriveItemContentStream parameters: - name: user-id in: path @@ -73673,20 +78053,17 @@ paths: 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/users/{user-id}/drives/{drive-id}/root/listItem/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -74571,6 +78948,7 @@ paths: tags: - users.drive summary: Get content for the navigation property driveItem from users + 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: user.drive.root.listItem_GetDriveItemContent parameters: - name: user-id @@ -74606,11 +78984,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive summary: Update content for the navigation property driveItem in users + 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: user.drive.root.listItem_SetDriveItemContent parameters: - name: user-id @@ -74646,7 +79024,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property driveItem in users + 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: user.drive.root.listItem_DeleteDriveItemContent + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream': get: tags: @@ -74681,7 +79092,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -74718,7 +79128,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete contentStream for the navigation property driveItem in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.root.listItem_DeleteDriveItemContentStream + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/root/listItem/fields': get: tags: @@ -76816,7 +81259,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -76864,7 +81306,47 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property versions in users + operationId: user.drive.root_DeleteVersionsContent + 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: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/root/versions/$count': get: tags: @@ -77030,6 +81512,7 @@ paths: tags: - users.drive summary: Get content for the navigation property special from users + 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: user.drive_GetSpecialContent parameters: - name: user-id @@ -77073,11 +81556,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive summary: Update content for the navigation property special in users + 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: user.drive_SetSpecialContent parameters: - name: user-id @@ -77121,7 +81604,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property special in users + 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: user.drive_DeleteSpecialContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream': get: tags: @@ -77154,62 +81678,102 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - users.drive - summary: Update contentStream for the navigation property special in users - description: 'The content stream, if the item represents a file.' - operationId: user.drive_SetSpecialContentStream - 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 + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - users.drive + summary: Update contentStream for the navigation property special in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive_SetSpecialContentStream + 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 + 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' + delete: + tags: + - users.drive + summary: Delete contentStream for the navigation property special in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive_DeleteSpecialContentStream + 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 + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: driveItem - 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 '/users/{user-id}/drives/{drive-id}/special/$count': get: tags: @@ -77348,6 +81912,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: @@ -77404,6 +81969,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. @@ -77593,7 +82160,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: @@ -78368,6 +82935,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: @@ -79069,6 +83637,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -79473,6 +84042,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 @@ -79739,6 +84309,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.workbook: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -80237,7 +84817,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 @@ -80536,6 +85116,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: @@ -80915,6 +85497,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: @@ -81072,6 +85658,10 @@ components: 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 @@ -81166,7 +85756,7 @@ components: nullable: true allotmentDisplayName: type: string - description: 'The allotment name divides tenant licenses into smaller batches or groups that helps restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' + 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' @@ -81183,7 +85773,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: @@ -81195,7 +85785,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' @@ -81560,7 +86150,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 @@ -81916,10 +86506,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 @@ -81989,7 +86580,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 @@ -83334,10 +87925,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: @@ -83350,6 +87943,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 @@ -83368,6 +87962,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -83380,6 +87975,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: @@ -83422,16 +88018,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 @@ -84736,6 +89335,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. @@ -85058,11 +89659,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -85259,6 +89860,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.workbookApplication: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -85532,36 +90177,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' @@ -85649,14 +90301,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.appRole: @@ -85815,6 +90470,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: @@ -85914,6 +90570,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' @@ -86430,8 +91111,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])$' @@ -86691,6 +91374,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: @@ -86923,6 +91608,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 @@ -87098,6 +91784,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -87431,7 +92119,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -88364,6 +93051,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.' @@ -90417,10 +95106,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 @@ -90615,12 +95306,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: @@ -91003,12 +95696,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 @@ -91028,7 +95721,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' @@ -91071,6 +95764,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: @@ -91239,6 +95933,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -92405,6 +97100,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.pageLayoutType: title: pageLayoutType enum: @@ -92494,6 +97197,34 @@ components: $ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError' additionalProperties: type: object + 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.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -92885,11 +97616,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -92967,6 +97698,17 @@ components: 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: @@ -93308,6 +98050,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' @@ -93522,11 +98272,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: @@ -93985,6 +98739,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: @@ -94703,6 +99458,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: @@ -95925,6 +100717,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -95934,6 +100727,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 @@ -96648,6 +101442,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: @@ -97314,6 +102113,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -97400,6 +102205,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.siteArchiveStatus: + title: siteArchiveStatus + enum: + - recentlyArchived + - fullyArchived + - reactivating + - unknownFutureValue + type: string microsoft.graph.termStore.termGroupScope: title: termGroupScope enum: @@ -97427,6 +102240,60 @@ components: additionalProperties: type: object description: The structure of this object is service-specific + 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 @@ -98264,6 +103131,7 @@ components: 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: @@ -98283,6 +103151,7 @@ components: 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: @@ -98295,6 +103164,21 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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.synchronizationSecret: title: synchronizationSecret enum: @@ -98511,14 +103395,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: @@ -98529,6 +103405,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 @@ -99933,6 +104817,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -100244,27 +105146,71 @@ components: - pin - reuse 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' additionalProperties: @@ -100484,6 +105430,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 @@ -101652,6 +106644,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -102159,6 +107169,41 @@ components: nullable: true additionalProperties: type: object + 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' @@ -102383,6 +107428,17 @@ components: nullable: true 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.synchronizationError: title: synchronizationError type: object @@ -102688,6 +107744,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 diff --git a/openApiDocs/beta/Financials.yml b/openApiDocs/beta/Financials.yml index 15505e45ea0..133cb15c4a7 100644 --- a/openApiDocs/beta/Financials.yml +++ b/openApiDocs/beta/Financials.yml @@ -787,7 +787,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -827,7 +826,43 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete picture for the navigation property companyInformation in financials + operationId: financial.company_DeleteCompanyInformationPicture + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: companyInformation-id + in: path + description: The unique identifier of companyInformation + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: companyInformation + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/companyInformation/$count': get: tags: @@ -2996,7 +3031,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -3060,7 +3094,63 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.customerPaymentJournal.customerPayment.customer_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: customerPaymentJournal-id + in: path + description: The unique identifier of customerPaymentJournal + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: customerPaymentJournal + - name: customerPayment-id + in: path + description: The unique identifier of customerPayment + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: customerPayment + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count': get: tags: @@ -4444,7 +4534,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -4498,7 +4587,53 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.customerPayment.customer_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: customerPayment-id + in: path + description: The unique identifier of customerPayment + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: customerPayment + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count': get: tags: @@ -5670,7 +5805,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -5724,7 +5858,53 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.customer_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: customer-id + in: path + description: The unique identifier of customer + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: customer + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/customers/{customer-id}/picture/$count': get: tags: @@ -6938,7 +7118,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -6992,7 +7171,53 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.employee_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: employee-id + in: path + description: The unique identifier of employee + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: employee + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/employees/{employee-id}/picture/$count': get: tags: @@ -8205,7 +8430,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -8259,13 +8483,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/financials/companies/{company-id}/items/{item-id}/picture/$count': - get: + delete: tags: - financials.company - summary: Get the number of the resource - operationId: financial.company.item.picture_GetCount + summary: Delete content for the navigation property picture in financials + operationId: financial.company.item_DeletePictureContent parameters: - name: company-id in: path @@ -8287,20 +8509,68 @@ paths: type: string format: uuid x-ms-docs-key-type: item - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/financials/companies/{company-id}/items/$count': - get: - tags: - - financials.company - summary: Get the number of the resource - operationId: financial.company.item_GetCount - parameters: + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/financials/companies/{company-id}/items/{item-id}/picture/$count': + get: + tags: + - financials.company + summary: Get the number of the resource + operationId: financial.company.item.picture_GetCount + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: item-id + in: path + description: The unique identifier of item + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: item + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/financials/companies/{company-id}/items/$count': + get: + tags: + - financials.company + summary: Get the number of the resource + operationId: financial.company.item_GetCount + parameters: - name: company-id in: path description: The unique identifier of company @@ -10141,7 +10411,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -10185,7 +10454,43 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/picture/$count': get: tags: @@ -11003,7 +11308,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -11055,7 +11359,51 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.purchaseInvoiceLine.item_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: purchaseInvoiceLine-id + in: path + description: The unique identifier of purchaseInvoiceLine + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: purchaseInvoiceLine + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count': get: tags: @@ -12397,7 +12745,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -12459,7 +12806,61 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.purchaseInvoice.purchaseInvoiceLine.item_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: purchaseInvoice-id + in: path + description: The unique identifier of purchaseInvoice + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: purchaseInvoice + - name: purchaseInvoiceLine-id + in: path + description: The unique identifier of purchaseInvoiceLine + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: purchaseInvoiceLine + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count': get: tags: @@ -13417,7 +13818,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -13471,7 +13871,53 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.purchaseInvoice.vendor_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: purchaseInvoice-id + in: path + description: The unique identifier of purchaseInvoice + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: purchaseInvoice + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count': get: tags: @@ -14323,7 +14769,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -14375,7 +14820,51 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.salesCreditMemoLine.item_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: salesCreditMemoLine-id + in: path + description: The unique identifier of salesCreditMemoLine + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: salesCreditMemoLine + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count': get: tags: @@ -15612,7 +16101,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -15666,7 +16154,53 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.salesCreditMemo.customer_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: salesCreditMemo-id + in: path + description: The unique identifier of salesCreditMemo + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: salesCreditMemo + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count': get: tags: @@ -16930,7 +17464,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -16971,28 +17504,82 @@ paths: required: true style: simple schema: - 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}$' + 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 + x-ms-docs-key-type: picture + 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.picture' + default: + $ref: '#/components/responses/error' + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.salesCreditMemo.salesCreditMemoLine.item_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: salesCreditMemo-id + in: path + description: The unique identifier of salesCreditMemo + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: salesCreditMemo + - name: salesCreditMemoLine-id + in: path + description: The unique identifier of salesCreditMemoLine + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: salesCreditMemoLine + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: type: string - format: uuid - x-ms-docs-key-type: picture - 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.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count': get: tags: @@ -17886,7 +18473,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -17938,7 +18524,51 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.salesInvoiceLine.item_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: salesInvoiceLine-id + in: path + description: The unique identifier of salesInvoiceLine + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: salesInvoiceLine + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count': get: tags: @@ -19175,7 +19805,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -19229,7 +19858,53 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.salesInvoice.customer_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: salesInvoice-id + in: path + description: The unique identifier of salesInvoice + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: salesInvoice + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count': get: tags: @@ -20658,7 +21333,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -20720,7 +21394,61 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.salesInvoice.salesInvoiceLine.item_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: salesInvoice-id + in: path + description: The unique identifier of salesInvoice + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: salesInvoice + - name: salesInvoiceLine-id + in: path + description: The unique identifier of salesInvoiceLine + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: salesInvoiceLine + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count': get: tags: @@ -21752,7 +22480,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -21804,7 +22531,51 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.salesOrderLine.item_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: salesOrderLine-id + in: path + description: The unique identifier of salesOrderLine + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: salesOrderLine + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count': get: tags: @@ -23041,7 +23812,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -23089,13 +23859,59 @@ paths: responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.picture' + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.picture' + default: + $ref: '#/components/responses/error' + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.salesOrder.customer_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: salesOrder-id + in: path + description: The unique identifier of salesOrder + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: salesOrder + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count': get: tags: @@ -24359,7 +25175,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -24421,7 +25236,61 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.salesOrder.salesOrderLine.item_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: salesOrder-id + in: path + description: The unique identifier of salesOrder + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: salesOrder + - name: salesOrderLine-id + in: path + description: The unique identifier of salesOrderLine + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: salesOrderLine + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/salesOrders/{salesOrder-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count': get: tags: @@ -25315,7 +26184,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -25367,7 +26235,51 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.salesQuoteLine.item_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: salesQuoteLine-id + in: path + description: The unique identifier of salesQuoteLine + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: salesQuoteLine + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count': get: tags: @@ -26604,7 +27516,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -26658,7 +27569,53 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.salesQuote.customer_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: salesQuote-id + in: path + description: The unique identifier of salesQuote + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: salesQuote + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count': get: tags: @@ -27988,7 +28945,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -28050,7 +29006,61 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.salesQuote.salesQuoteLine.item_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: salesQuote-id + in: path + description: The unique identifier of salesQuote + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: salesQuote + - name: salesQuoteLine-id + in: path + description: The unique identifier of salesQuoteLine + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: salesQuoteLine + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count': get: tags: @@ -30282,7 +31292,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - financials.company @@ -30336,7 +31345,53 @@ paths: $ref: '#/components/schemas/microsoft.graph.picture' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - financials.company + summary: Delete content for the navigation property picture in financials + operationId: financial.company.vendor_DeletePictureContent + parameters: + - name: company-id + in: path + description: The unique identifier of company + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: company + - name: vendor-id + in: path + description: The unique identifier of vendor + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: vendor + - name: picture-id + in: path + description: The unique identifier of picture + required: true + style: simple + schema: + 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 + x-ms-docs-key-type: picture + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count': get: tags: diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index 708edc3dd47..d798400cced 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -548,8 +548,11 @@ paths: get: tags: - groups.directoryObject - summary: Get acceptedSenders from groups - 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 can post.' + summary: List acceptedSenders + description: 'Get a list of users or groups that are in the accepted-senders list for this group. Users in the accepted senders list can post to conversations of the group (identified in the GET request URL). Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta operationId: group_ListAcceptedSender parameters: - name: group-id @@ -562,6 +565,7 @@ paths: 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 @@ -597,7 +601,11 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property acceptedSenders for groups + summary: Remove acceptedSender + description: Remove a user or group from the accepted-senders list of the specified group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-beta operationId: group.acceptedSender_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -643,6 +651,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -653,8 +662,11 @@ paths: get: tags: - groups.directoryObject - summary: Get ref of acceptedSenders from groups - 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 can post.' + summary: List acceptedSenders + description: 'Get a list of users or groups that are in the accepted-senders list for this group. Users in the accepted senders list can post to conversations of the group (identified in the GET request URL). Make sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta operationId: group_ListAcceptedSenderGraphBPreRef parameters: - name: group-id @@ -691,7 +703,11 @@ paths: post: tags: - groups.directoryObject - summary: Create new navigation property ref to acceptedSenders for groups + summary: Create acceptedSender + description: 'Add a new user or group to the acceptedSender list. Specify the user or group in @odata.id in the request body. Users in the accepted senders list can post to conversations of the group. Make sure you don''t specify the same user or group in the accepted senders and rejected senders lists, otherwise you''ll get an error.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-beta operationId: group_CreateAcceptedSenderGraphBPreRef parameters: - name: group-id @@ -713,7 +729,11 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property acceptedSenders for groups + summary: Remove acceptedSender + description: Remove a user or group from the accepted-senders list of the specified group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-beta operationId: group_DeleteAcceptedSenderGraphBPreRef parameters: - name: group-id @@ -9271,8 +9291,11 @@ paths: get: tags: - groups.conversation - summary: Get conversations from groups - description: The group's conversations. + summary: List conversations + description: Retrieve the list of conversations in this group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-beta operationId: group_ListConversation parameters: - name: group-id @@ -9320,7 +9343,11 @@ paths: post: tags: - groups.conversation - summary: Create new navigation property to conversations for groups + 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. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-beta operationId: group_CreateConversation parameters: - name: group-id @@ -9352,8 +9379,11 @@ paths: get: tags: - groups.conversation - summary: Get conversations from groups - description: The group's conversations. + summary: Get conversation + description: Get a group's conversation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta operationId: group_GetConversation parameters: - name: group-id @@ -9395,7 +9425,11 @@ paths: delete: tags: - groups.conversation - summary: Delete navigation property conversations for groups + summary: Delete conversation + description: Delete conversation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-beta operationId: group_DeleteConversation parameters: - name: group-id @@ -9430,8 +9464,11 @@ paths: get: tags: - groups.conversation - summary: Get threads from groups - description: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. + summary: List threads + description: "Get all the threads in a group conversation.\nNote: You can also get all the threads of a group. " + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-beta operationId: group.conversation_ListThread parameters: - name: group-id @@ -9452,6 +9489,7 @@ paths: x-ms-docs-key-type: conversation - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -9496,7 +9534,11 @@ paths: post: tags: - groups.conversation - summary: Create new navigation property to threads for groups + summary: Create thread + description: "Create a new thread in the specified conversation. A thread and post are created as specified. Use reply thread to further post\nto that thread. Or, if you get the post ID, you can also reply to that post in that thread. Note: You can also start a new conversation by first creating a thread." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-beta operationId: group.conversation_CreateThread parameters: - name: group-id @@ -9688,10 +9730,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - 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.' + 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/post-reply?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta operationId: group.conversation.thread_reply parameters: - name: group-id @@ -12476,6 +12518,7 @@ paths: schema: type: string x-ms-docs-key-type: conversation + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -17018,8 +17061,11 @@ paths: get: tags: - groups.endpoint - summary: Get endpoints from groups - description: Endpoints for the group. Read-only. Nullable. + summary: List endpoints + description: Retrieve a list of endpoint objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-beta operationId: group_ListEndpoint parameters: - name: group-id @@ -17109,8 +17155,11 @@ paths: get: tags: - groups.endpoint - summary: Get endpoints from groups - description: Endpoints for the group. Read-only. Nullable. + summary: Get endpoint + description: Retrieve the properties and relationships of a specific endpoint object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/endpoint-get?view=graph-rest-beta operationId: group_GetEndpoint parameters: - name: group-id @@ -20300,8 +20349,11 @@ paths: get: tags: - groups.groupLifecyclePolicy - summary: Get groupLifecyclePolicies from groups - description: The collection of lifecycle policies for this group. Read-only. Nullable. + summary: List groupLifecyclePolicies + description: Retrieves a list of groupLifecyclePolicy objects to which a group belongs. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-beta operationId: group_ListGroupLifecyclePolicy parameters: - name: group-id @@ -20689,8 +20741,11 @@ paths: get: tags: - groups.directoryObject - summary: Get memberOf from groups - description: 'Groups and administrative units that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand.' + summary: List group memberOf + description: 'Get groups and administrative units that the group is a direct member of. This operation is not transitive. Unlike getting a user''s Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta operationId: group_ListMemberGraphOPre parameters: - name: group-id @@ -20885,7 +20940,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group + summary: List group memberOf + description: 'Get groups and administrative units that the group is a direct member of. This operation is not transitive. Unlike getting a user''s Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta operationId: group_GetMemberGraphOPreAsGroup parameters: - name: group-id @@ -21079,7 +21138,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection + summary: List group memberOf + description: 'Get groups and administrative units that the group is a direct member of. This operation is not transitive. Unlike getting a user''s Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta operationId: group_ListMemberGraphOPreAsGroup parameters: - name: group-id @@ -21179,8 +21242,11 @@ paths: get: tags: - groups.directoryObject - summary: Get members from groups - description: 'Direct group members, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName).' + summary: List group members + description: 'Get a list of the group''s direct members. A group can have users, contacts, devices, service principals, and other groups as members. This operation is not transitive.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta operationId: group_ListMember parameters: - name: group-id @@ -21249,7 +21315,11 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property members for groups + summary: Remove member + description: Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-beta operationId: group.member_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -21532,7 +21602,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal + summary: List group members + description: 'Get a list of the group''s direct members. A group can have users, contacts, devices, service principals, and other groups as members. This operation is not transitive.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta operationId: group_GetMemberAsServicePrincipal parameters: - name: group-id @@ -21594,7 +21668,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user + summary: List group members + description: 'Get a list of the group''s direct members. A group can have users, contacts, devices, service principals, and other groups as members. This operation is not transitive.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta operationId: group_GetMemberAsUser parameters: - name: group-id @@ -21688,8 +21766,11 @@ paths: get: tags: - groups.directoryObject - summary: Get ref of members from groups - description: 'Direct group members, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName).' + summary: List group members + description: 'Get a list of the group''s direct members. A group can have users, contacts, devices, service principals, and other groups as members. This operation is not transitive.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta operationId: group_ListMemberGraphBPreRef parameters: - name: group-id @@ -21737,7 +21818,11 @@ paths: post: tags: - groups.directoryObject - summary: Create new navigation property ref to members for groups + summary: Add members + description: Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-beta operationId: group_CreateMemberGraphBPreRef parameters: - name: group-id @@ -21759,7 +21844,11 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property members for groups + summary: Remove member + description: Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-beta operationId: group_DeleteMemberGraphBPreRef parameters: - name: group-id @@ -22194,7 +22283,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection + summary: List group members + description: 'Get a list of the group''s direct members. A group can have users, contacts, devices, service principals, and other groups as members. This operation is not transitive.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta operationId: group_ListMemberAsServicePrincipal parameters: - name: group-id @@ -22294,7 +22387,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection + summary: List group members + description: 'Get a list of the group''s direct members. A group can have users, contacts, devices, service principals, and other groups as members. This operation is not transitive.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta operationId: group_ListMemberAsUser parameters: - name: group-id @@ -25785,8 +25882,11 @@ paths: get: tags: - groups.directoryObject - summary: Get owners from groups - description: 'The owners of the group who can be users or service principals. 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).' + summary: List group owners + description: Retrieve a list of the group's owners. The owners are a set of users who are allowed to modify the group object. Owners are currently not available in Microsoft Graph for groups that were created in Exchange or groups that are synchronized from an on-premises environment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta operationId: group_ListOwner parameters: - name: group-id @@ -25855,7 +25955,11 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property owners for groups + summary: Remove group owner + description: 'Use this API to remove an owner from a Microsoft 365 group or a security group through the owners navigation property. When owners are assigned to a group, the last owner (a user object) of the group cannot be removed.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-beta operationId: group.owner_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -26294,8 +26398,11 @@ paths: get: tags: - groups.directoryObject - summary: Get ref of owners from groups - description: 'The owners of the group who can be users or service principals. 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).' + summary: List group owners + description: Retrieve a list of the group's owners. The owners are a set of users who are allowed to modify the group object. Owners are currently not available in Microsoft Graph for groups that were created in Exchange or groups that are synchronized from an on-premises environment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta operationId: group_ListOwnerGraphBPreRef parameters: - name: group-id @@ -26343,7 +26450,11 @@ paths: post: tags: - groups.directoryObject - summary: Create new navigation property ref to owners for groups + summary: Add owners + description: Add a user or service principal to a Microsoft 365 or security group's owners. The owners are a set of users or service principals who are allowed to modify the group object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-beta operationId: group_CreateOwnerGraphBPreRef parameters: - name: group-id @@ -26365,7 +26476,11 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property owners for groups + summary: Remove group owner + description: 'Use this API to remove an owner from a Microsoft 365 group or a security group through the owners navigation property. When owners are assigned to a group, the last owner (a user object) of the group cannot be removed.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-beta operationId: group_DeleteOwnerGraphBPreRef parameters: - name: group-id @@ -27000,8 +27115,11 @@ paths: get: tags: - groups.resourceSpecificPermissionGrant - summary: Get permissionGrants from groups - description: The permissions granted for a group to a specific application. Supports $expand. + summary: List permissionGrants of a group + description: 'List all resource-specific permission grants on the group. This list specifies the Microsoft Entra apps that have access to the group, along with the corresponding kind of resource-specific access that each app has.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-beta operationId: group_ListPermissionGrant parameters: - name: group-id @@ -27334,6 +27452,7 @@ paths: tags: - groups.profilePhoto summary: Get media content for the navigation property photo from groups + description: The group's profile photo. operationId: group_GetPhotoContent parameters: - name: group-id @@ -27354,11 +27473,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.profilePhoto summary: Update media content for the navigation property photo in groups + description: The group's profile photo. operationId: group_SetPhotoContent parameters: - name: group-id @@ -27382,13 +27501,41 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.profilePhoto + summary: Delete media content for the navigation property photo in groups + description: The group's profile photo. + operationId: group_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}/photos': get: tags: - groups.profilePhoto - summary: Get photos from groups - description: The profile photos owned by the group. Read-only. Nullable. + summary: List photos + description: Retrieve a list of profilePhoto objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-beta operationId: group_ListPhoto parameters: - name: group-id @@ -27401,7 +27548,9 @@ paths: 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 @@ -27480,6 +27629,7 @@ paths: tags: - groups.profilePhoto summary: Get media content for the navigation property photos from groups + description: The unique identifier for an entity. Read-only. operationId: group_GetPhotosContent parameters: - name: group-id @@ -27508,11 +27658,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.profilePhoto summary: Update media content for the navigation property photos in groups + description: The unique identifier for an entity. Read-only. operationId: group_SetPhotosContent parameters: - name: group-id @@ -27544,7 +27694,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.profilePhoto + summary: Delete media content for the navigation property photos in groups + description: The unique identifier for an entity. Read-only. + operationId: group_DeletePhotosContent + 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: profilePhoto-id + in: path + description: The unique identifier of profilePhoto + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: profilePhoto + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/microsoft.graph.delta()': get: tags: @@ -28038,8 +28221,11 @@ paths: get: tags: - groups.directoryObject - summary: Get rejectedSenders from groups - description: The list of users or groups not allowed to create posts or calendar events in this group. Nullable + summary: List rejectedSenders + description: 'Get a list of users or groups that are in the rejected-senders list for this group. Users in the rejected senders list can''t post to conversations of the group (identified in the GET request URL). Make sure you don''t specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta operationId: group_ListRejectedSender parameters: - name: group-id @@ -28052,6 +28238,7 @@ paths: 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 @@ -28087,7 +28274,11 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property rejectedSenders for groups + summary: Remove rejectedSender + description: Remove a user or group from the rejected-senders list of the specified group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-beta operationId: group.rejectedSender_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -28133,6 +28324,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -28143,8 +28335,11 @@ paths: get: tags: - groups.directoryObject - summary: Get ref of rejectedSenders from groups - description: The list of users or groups not allowed to create posts or calendar events in this group. Nullable + summary: List rejectedSenders + description: 'Get a list of users or groups that are in the rejected-senders list for this group. Users in the rejected senders list can''t post to conversations of the group (identified in the GET request URL). Make sure you don''t specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta operationId: group_ListRejectedSenderGraphBPreRef parameters: - name: group-id @@ -28181,7 +28376,11 @@ paths: post: tags: - groups.directoryObject - summary: Create new navigation property ref to rejectedSenders for groups + summary: Create rejectedSender + description: 'Add a new user or group to the rejectedSender list. Specify the user or group in @odata.id in the request body. Users in the rejected senders list can''t post to conversations of the group (identified in the POST request URL). Make sure you don''t specify the same user or group in the rejected senders and accepted senders lists, otherwise you''ll get an error.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-beta operationId: group_CreateRejectedSenderGraphBPreRef parameters: - name: group-id @@ -28203,7 +28402,11 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property rejectedSenders for groups + summary: Remove rejectedSender + description: Remove a user or group from the rejected-senders list of the specified group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-beta operationId: group_DeleteRejectedSenderGraphBPreRef parameters: - name: group-id @@ -28297,7 +28500,11 @@ paths: post: tags: - groups.directorySetting - summary: Create new navigation property to settings for groups + summary: Create settings + description: 'Create a new setting based on the templates available in directorySettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta operationId: group_CreateSetting parameters: - name: group-id @@ -35961,8 +36168,11 @@ paths: get: tags: - groups.conversationThread - summary: Get threads from groups - description: The group's conversation threads. Nullable. + summary: List threads + description: 'Get all the threads of a group. Note: You can also get all the threads of a conversation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-beta operationId: group_ListThread parameters: - name: group-id @@ -35975,6 +36185,7 @@ paths: 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 @@ -36009,7 +36220,11 @@ paths: post: tags: - groups.conversationThread - summary: Create new navigation property to threads for groups + summary: Create conversation thread + description: 'Start a new group conversation by first creating a thread. A new conversation, conversation thread, and post are created in the group. Use reply thread or reply post to further post to that thread. Note: You can also start a new thread in an existing conversation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-beta operationId: group_CreateThread parameters: - name: group-id @@ -36041,8 +36256,11 @@ paths: get: tags: - groups.conversationThread - summary: Get threads from groups - description: The group's conversation threads. Nullable. + 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. " + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-beta operationId: group_GetThread parameters: - name: group-id @@ -36084,7 +36302,11 @@ paths: patch: tags: - groups.conversationThread - summary: Update the navigation property threads in groups + summary: Update conversation thread + description: Update a thread object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-beta operationId: group_UpdateThread parameters: - name: group-id @@ -36123,7 +36345,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete navigation property threads for groups + summary: Delete conversationThread + description: Delete conversationThread. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta operationId: group_DeleteThread parameters: - name: group-id @@ -36159,10 +36385,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - 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.' + 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/post-reply?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta operationId: group.thread_reply parameters: - name: group-id @@ -36203,7 +36429,11 @@ paths: get: tags: - groups.conversationThread - summary: Get posts from groups + 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/conversationthread-list-posts?view=graph-rest-beta operationId: group.thread_ListPost parameters: - name: group-id @@ -36224,6 +36454,7 @@ paths: x-ms-docs-key-type: conversationThread - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -36269,7 +36500,11 @@ paths: get: tags: - groups.conversationThread - summary: Get posts from groups + 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." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-beta operationId: group.thread_GetPost parameters: - name: group-id @@ -38566,6 +38801,7 @@ paths: schema: type: string x-ms-docs-key-type: conversationThread + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -38587,6 +38823,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -38597,8 +38834,11 @@ paths: get: tags: - groups.directoryObject - summary: Get transitiveMemberOf from groups - description: 'The groups a group is a member of, either directly or through nested membership. Nullable.' + summary: List group transitive memberOf + description: 'Get groups and administrative units that the group is a member of. This operation is transitive and will also include all groups that this group is a nested member of. Unlike getting a user''s Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-beta operationId: group_ListTransitiveMemberGraphOPre parameters: - name: group-id @@ -39087,8 +39327,11 @@ paths: get: tags: - groups.directoryObject - summary: Get transitiveMembers from groups - description: The direct and transitive members of a group. Nullable. + summary: List group transitive members + description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta operationId: group_ListTransitiveMember parameters: - name: group-id @@ -39345,7 +39588,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group + summary: List group transitive members + description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta operationId: group_GetTransitiveMemberAsGroup parameters: - name: group-id @@ -39531,7 +39778,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user + summary: List group transitive members + description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta operationId: group_GetTransitiveMemberAsUser parameters: - name: group-id @@ -39825,7 +40076,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection + summary: List group transitive members + description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta operationId: group_ListTransitiveMemberAsGroup parameters: - name: group-id @@ -40125,7 +40380,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection + summary: List group transitive members + description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta operationId: group_ListTransitiveMemberAsUser parameters: - name: group-id @@ -40613,6 +40872,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 @@ -41160,6 +41420,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: @@ -41795,6 +42059,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. @@ -42779,6 +43045,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: @@ -46096,6 +46364,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.itemActivityOLD: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -47483,6 +47761,27 @@ components: type: object additionalProperties: type: object + microsoft.graph.customClaimsPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: customClaimsPolicy + type: object + properties: + audienceOverride: + type: string + nullable: true + claims: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.customClaimBase' + includeApplicationIdInIssuer: + type: boolean + nullable: true + includeBasicClaimSet: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.delegatedPermissionClassification: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -47908,7 +48207,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 @@ -48249,7 +48548,7 @@ components: nullable: true allotmentDisplayName: type: string - description: 'The allotment name divides tenant licenses into smaller batches or groups that helps restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' + 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' @@ -48266,7 +48565,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: @@ -48278,7 +48577,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' @@ -50665,6 +50964,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. @@ -50976,11 +51277,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: @@ -51874,6 +52179,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: @@ -52451,6 +52758,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.itemActionSet: title: itemActionSet type: object @@ -53442,11 +53793,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -53472,6 +53823,16 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.customClaimBase: + title: customClaimBase + type: object + properties: + configurations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.customClaimConfiguration' + additionalProperties: + type: object microsoft.graph.permissionClassificationType: title: permissionClassificationType enum: @@ -53659,36 +54020,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' @@ -54354,6 +54722,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -54834,6 +55204,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.' @@ -57240,12 +57612,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 @@ -57265,7 +57637,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' @@ -58562,6 +58934,14 @@ components: $ref: '#/components/schemas/microsoft.graph.matchingLabel' additionalProperties: type: object + microsoft.graph.siteArchivalDetails: + title: siteArchivalDetails + type: object + properties: + archiveStatus: + $ref: '#/components/schemas/microsoft.graph.siteArchiveStatus' + additionalProperties: + type: object microsoft.graph.listInfo: title: listInfo type: object @@ -59016,6 +59396,14 @@ components: x-ms-navigationProperty: true 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' @@ -59456,6 +59844,34 @@ components: - noEnd - numbered 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.commentAction: title: commentAction type: object @@ -60126,6 +60542,20 @@ components: nullable: true 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' + additionalProperties: + type: object microsoft.graph.externalAudienceScope: title: externalAudienceScope enum: @@ -60963,6 +61393,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: @@ -62554,6 +63021,10 @@ components: format: date-time source: $ref: '#/components/schemas/microsoft.graph.personDataSources' + sources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceAnnotation' additionalProperties: type: object microsoft.graph.personAnnualEventType: @@ -63372,6 +63843,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.siteArchiveStatus: + title: siteArchiveStatus + enum: + - recentlyArchived + - fullyArchived + - reactivating + - unknownFutureValue + type: string microsoft.graph.termStore.termGroupScope: title: termGroupScope enum: @@ -63461,14 +63940,6 @@ components: - moderators - unknownFutureValue type: string - microsoft.graph.teamsAppDistributionMethod: - title: teamsAppDistributionMethod - enum: - - store - - organization - - sideloaded - - unknownFutureValue - type: string microsoft.graph.teamsAppInstallationScopes: title: teamsAppInstallationScopes enum: @@ -63479,6 +63950,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 @@ -63710,6 +64189,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 @@ -64301,6 +64834,24 @@ components: - synchronizationLearnMoreIbizaFwLink - configurationFields type: string + 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.printerCapabilities: title: printerCapabilities type: object @@ -65546,6 +66097,22 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.profileSourceAnnotation: + title: profileSourceAnnotation + type: object + properties: + isDefaultSource: + type: boolean + nullable: true + properties: + type: array + items: + type: string + nullable: true + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -65983,6 +66550,44 @@ components: $ref: '#/components/schemas/microsoft.graph.scheduleEntityTheme' additionalProperties: type: object + 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 @@ -66294,6 +66899,16 @@ components: description: The API that the provisioning service queries to retrieve data for synchronization. additionalProperties: type: object + microsoft.graph.transformationAttribute: + title: transformationAttribute + type: object + properties: + attribute: + $ref: '#/components/schemas/microsoft.graph.customClaimAttributeBase' + treatAsMultiValue: + type: boolean + additionalProperties: + type: object microsoft.graph.printColorMode: title: printColorMode enum: @@ -66370,6 +66985,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 @@ -67659,6 +68320,41 @@ components: - darkYellow - unknownFutureValue 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' diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index 51cb71312fa..466385d7842 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 insightsSettings + 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/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 @@ -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 @@ -2371,8 +2414,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 +2476,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 +2512,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 +2607,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 +3087,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 @@ -3520,8 +3580,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 +3629,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 @@ -4905,8 +4971,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 @@ -6649,8 +6718,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 @@ -6845,7 +6917,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 @@ -7039,7 +7115,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 @@ -7384,8 +7464,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 +7537,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 @@ -7707,8 +7794,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 +7846,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 +7872,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 +8211,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 +8284,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 @@ -8436,8 +8541,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 +8593,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 +8619,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 +8958,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 @@ -9038,7 +9157,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 @@ -9232,7 +9355,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 +9459,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 @@ -11961,8 +12091,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 +12145,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 +12172,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 +12220,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 +12373,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 +12450,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 +12498,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 +12533,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 +12564,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 +12626,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 +12662,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 +12718,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 +12761,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 +12836,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 +12890,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 +12917,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 +12965,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 +13027,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 +13089,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 +13125,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 +13181,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 @@ -13563,7 +13767,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 @@ -13983,7 +14191,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 +14427,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' @@ -14278,8 +14494,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 @@ -14385,8 +14604,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 +14681,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 +14729,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 +14764,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 +15015,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 +15187,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 +15470,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 +15887,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 +15964,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 +16147,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 +16221,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 +16269,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 +16345,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 +16422,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 +16528,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 +16623,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 +16818,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 +16872,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 +16899,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 +16947,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 +16982,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 +17027,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 +17104,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 +17210,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 +17304,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 +17977,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 +18054,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 +18160,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 +18266,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 +18393,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 +18573,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 +18646,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 @@ -18778,8 +19089,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 +19141,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 +19167,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 @@ -19729,8 +20051,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 +20623,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' @@ -21708,7 +22034,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 +22069,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 +22099,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 +22163,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 +22238,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 +22300,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 +22336,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 +22392,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 +22435,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 +22497,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 +22593,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 @@ -22274,8 +22621,11 @@ paths: 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 +23102,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 +23546,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 +23594,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 +23629,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 @@ -23342,7 +23706,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -23395,7 +23758,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 will reduce 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 +23834,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -23499,7 +23886,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 +23962,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -23603,7 +24014,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 +24090,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -23707,7 +24142,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 +24218,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -23811,13 +24270,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 +24362,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 +24398,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 +24454,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 +24497,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 @@ -24088,7 +24590,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -24149,7 +24650,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 will reduce 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 +24742,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,14 +24805,164 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS': - get: + 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: + - organization.organizationalBranding + summary: Get customCSS for the navigation property localizations from 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_GetLocalizationsCustomCSS + 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 + responses: + 2XX: + description: Retrieved media content + content: + image/bmp: + schema: + type: string + format: binary + image/jpg: + schema: + type: string + format: binary + image/jpeg: + schema: + type: string + format: binary + image/gif: + schema: + type: string + format: binary + image/vnd.microsoft.icon: + schema: + type: string + format: binary + image/png: + schema: + type: string + format: binary + image/tiff: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - organization.organizationalBranding + summary: Update 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_SetLocalizationsCustomCSS + 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 + requestBody: + description: New media content. + content: + image/bmp: + schema: + type: string + format: binary + image/jpg: + schema: + type: string + format: binary + image/jpeg: + schema: + type: string + format: binary + image/gif: + schema: + type: string + format: binary + image/vnd.microsoft.icon: + schema: + type: string + format: binary + image/png: + schema: + type: string + format: binary + image/tiff: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + delete: tags: - organization.organizationalBranding - summary: Get customCSS for the navigation property localizations from organization + 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_GetLocalizationsCustomCSS + operationId: organization.branding_DeleteLocalizationsCustomCSS parameters: - name: organization-id in: path @@ -24294,102 +24980,17 @@ paths: schema: type: string x-ms-docs-key-type: organizationalBrandingLocalization - responses: - 2XX: - description: Retrieved media content - content: - image/bmp: - schema: - type: string - format: binary - image/jpg: - schema: - type: string - format: binary - image/jpeg: - schema: - type: string - format: binary - image/gif: - schema: - type: string - format: binary - image/vnd.microsoft.icon: - schema: - type: string - format: binary - image/png: - schema: - type: string - format: binary - image/tiff: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - organization.organizationalBranding - summary: Update 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_SetLocalizationsCustomCSS - 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 + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: organizationalBrandingLocalization - requestBody: - description: New media content. - content: - image/bmp: - schema: - type: string - format: binary - image/jpg: - schema: - type: string - format: binary - image/jpeg: - schema: - type: string - format: binary - image/gif: - schema: - type: string - format: binary - image/vnd.microsoft.icon: - schema: - type: string - format: binary - image/png: - schema: - type: string - format: binary - image/tiff: - schema: - type: string - format: binary - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon': get: tags: @@ -24448,7 +25049,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -24509,7 +25109,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 +25201,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -24629,7 +25261,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 +25353,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -24749,7 +25413,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 +25505,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -24869,7 +25565,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 +25671,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -24995,7 +25723,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 +25799,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -25099,7 +25851,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: @@ -25828,8 +26605,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 +26653,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 +26715,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 +26839,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 +26887,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 +26949,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 +26997,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 +27212,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 +27401,7 @@ paths: operationId: setting_GetCount parameters: - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' @@ -26614,7 +27418,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 @@ -26867,6 +27675,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 +27774,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 @@ -27713,7 +28523,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 @@ -27999,10 +28809,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 @@ -28072,7 +28883,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 @@ -28576,6 +29387,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: @@ -28758,7 +29571,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: @@ -29756,7 +30569,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 +30689,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 @@ -30058,20 +30871,20 @@ 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 if this is 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 if this is the initial domain created by Microsoft Online Services (contoso.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' @@ -30082,14 +30895,14 @@ components: 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 notification that their password will expire. If the property isn''t set, a default value of 14 days is used.' 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. If the property isn''t set, a default value of 90 days is used.' format: int32 nullable: true state: @@ -30098,12 +30911,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. The values that you can add or remove using the API include: Email, OfficeCommunicationsOnline, Yammer. Not nullable.' 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 @@ -30168,13 +30981,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 @@ -30505,6 +31318,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: @@ -31031,6 +31845,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: @@ -31799,6 +32614,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: @@ -32479,14 +33298,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 +33324,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 +33385,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' @@ -32987,7 +33835,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 @@ -33234,6 +34082,10 @@ components: 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,6 +34178,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -33341,7 +34197,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 +34209,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' @@ -34621,7 +35477,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -34668,10 +35524,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 +35542,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 +35561,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -34714,6 +35574,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 +35617,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 @@ -35251,11 +36115,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -35600,6 +36464,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 +36534,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 +36723,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 @@ -37569,8 +38435,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 +38665,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -37938,6 +38807,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 +38864,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. @@ -38226,10 +39098,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 @@ -38320,6 +39194,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -38378,6 +39253,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. @@ -38648,6 +39525,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: @@ -38947,6 +39825,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 +40232,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: @@ -39540,36 +40431,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' @@ -40167,6 +41065,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 @@ -40342,6 +41241,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -40608,7 +41509,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -40867,6 +41767,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.' @@ -42925,12 +43827,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: @@ -43313,12 +44217,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 +44242,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 +44285,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: @@ -44597,6 +45502,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 +45560,13 @@ 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' + registrationCampaignRelativeUrl: + type: string + nullable: true additionalProperties: type: object microsoft.graph.loginPageLayoutConfiguration: @@ -45010,6 +45933,7 @@ components: 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: @@ -45029,6 +45953,7 @@ components: 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: @@ -45729,6 +46654,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 @@ -45990,6 +46916,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' @@ -46393,6 +47329,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' @@ -47095,6 +48039,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 +48494,21 @@ 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.externalAudienceScope: title: externalAudienceScope enum: @@ -47940,11 +48907,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 +49309,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 +49527,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: @@ -49659,6 +50668,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 +50678,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 @@ -50267,6 +51278,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: @@ -50933,6 +51949,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -51631,6 +52653,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 @@ -52066,6 +53132,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 +53361,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 +53371,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 +53676,24 @@ 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.printerCapabilities: title: printerCapabilities type: object @@ -54071,6 +55163,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -54657,6 +55767,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: @@ -55041,6 +56179,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 +56266,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 @@ -56566,6 +57761,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 +57804,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,27 +58477,71 @@ 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' additionalProperties: @@ -57448,6 +58742,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' diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index 72c45aaac62..757c5f82494 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -205,8 +205,11 @@ paths: get: tags: - accessReviews.accessReviewDecision - summary: Get decisions from accessReviews - description: The collection of decisions for this access review. + summary: List accessReview decisions (deprecated) + description: 'In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object. Note that a recurring access review will not have a decisions relationship. Instead, the caller must navigate the instance relationship to find an accessReview object for a current or past instance of the access review.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta operationId: accessReview_ListDecision parameters: - name: accessReview-id @@ -953,9 +956,6 @@ paths: - accessReviews.Actions summary: Invoke action applyDecisions description: 'In the Microsoft Entra access reviews feature, apply the decisions of a completed accessReview. The target object can be either a one-time access review, or an instance of a recurring access review. After an access review is finished, either because it reached the end date or an administrator stopped it manually, and auto-apply wasn''t configured for the review, you can call Apply to apply the changes. Until apply occurs, the decisions to remove access rights do not appear on the source resource, the users for instance retain their group memberships. By calling apply, the outcome of the review is implemented by updating the group or application. If a user''s access was denied in the review, when an administrator calls this API, Microsoft Entra ID removes their membership or application assignment. After an access review is finished, and auto-apply was configured, then the status of the review will change from Completed through intermediate states and finally will change to state Applied. You should expect to see denied users, if any, being removed from the resource group membership or app assignment in a few minutes. A configured auto applying review, or selecting Apply doesn''t have an effect on a group that originates in an on-premises directory or a dynamic group. If you want to change a group that originates on-premises, download the results and apply those changes to the representation of the group in that directory.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta operationId: accessReview.instance_applyDecision parameters: - name: accessReview-id @@ -1781,8 +1781,11 @@ paths: get: tags: - accessReviews.accessReviewDecision - summary: Get myDecisions from accessReviews - description: 'The collection of decisions for the caller, if the caller is a reviewer.' + summary: List my accessReview decisions (deprecated) + description: 'In the Microsoft Entra access reviews feature, retrieve the decisions of an accessReview object for the calling user as reviewer.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-beta operationId: accessReview_ListMyDecision parameters: - name: accessReview-id @@ -2021,8 +2024,11 @@ paths: get: tags: - accessReviews.accessReviewReviewer - summary: Get reviewers from accessReviews - description: 'The collection of reviewers for an access review, if access review reviewerType is of type delegated.' + summary: List accessReview reviewers (deprecated) + description: 'In the Microsoft Entra access reviews feature, retrieve the reviewers of an accessReview object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-beta operationId: accessReview_ListReviewer parameters: - name: accessReview-id @@ -2080,7 +2086,11 @@ paths: post: tags: - accessReviews.accessReviewReviewer - summary: Create new navigation property to reviewers for accessReviews + summary: Add accessReview reviewer (deprecated) + description: 'In the Microsoft Entra access reviews feature, update an existing accessReview object to add another user as a reviewer. This operation is only permitted for an access review that isn''t yet completed, and only for an access review where the reviewers are explicitly specified. This operation isn''t permitted for an access review in which users review their own access, and not intended for an access review in which the group owners are assigned as the reviewers. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-beta operationId: accessReview_CreateReviewer parameters: - name: accessReview-id @@ -2204,7 +2214,11 @@ paths: delete: tags: - accessReviews.accessReviewReviewer - summary: Delete navigation property reviewers for accessReviews + summary: Remove accessReview reviewer (deprecated) + description: 'In the Microsoft Entra access reviews feature, update an existing accessReview object to remove a user as a reviewer. This operation is only permitted for an access review that isn''t yet completed, and only for an access review where the reviewers are explicitly specified. This operation isn''t permitted for an access review in which users review their own access, and not intended for an access review in which the group owners are assigned as the reviewers. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreview-removereviewer?view=graph-rest-beta operationId: accessReview_DeleteReviewer parameters: - name: accessReview-id @@ -2278,7 +2292,11 @@ paths: summary: Get entities from agreements operationId: agreement_ListAgreement 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 @@ -2656,8 +2674,11 @@ paths: get: tags: - agreements.agreementFile - summary: Get file from agreements - description: Default PDF linked to this agreement. + summary: Get agreementFile + description: 'Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta operationId: agreement_GetFile parameters: - name: agreement-id @@ -2759,8 +2780,11 @@ paths: get: tags: - agreements.agreementFile - summary: Get localizations from agreements - description: The localized version of the terms of use agreement files attached to the agreement. + summary: List agreementFileLocalizations + description: Get a list of the default and localized agreement files. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-beta operationId: agreement.file_ListLocalization parameters: - name: agreement-id @@ -4562,7 +4586,7 @@ paths: tags: - identityGovernance.accessReviewSet summary: Get instance from identityGovernance - description: 'There is exactly one accessReviewInstance associated with each decision. The instance is the parent of the decision item, representing the recurrence of the access review the decision is made on.' + description: 'There''s exactly one accessReviewInstance associated with each decision. The instance is the parent of the decision item, representing the recurrence of the access review the decision is made on.' operationId: identityGovernance.accessReview.decision_GetInstance parameters: - name: accessReviewInstanceDecisionItem-id @@ -7062,8 +7086,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get definitions from identityGovernance - description: Represents the template and scheduling for an access review. + summary: List definitions + description: 'Retrieve the accessReviewScheduleDefinition objects. A list of zero or more accessReviewScheduleDefinition objects are returned, including all of their nested properties, for each access review series created. This does not include the associated accessReviewInstance objects.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-beta operationId: identityGovernance.accessReview_ListDefinition parameters: - $ref: '#/components/parameters/top' @@ -7113,7 +7140,11 @@ paths: post: tags: - identityGovernance.accessReviewSet - summary: Create new navigation property to definitions for identityGovernance + summary: Create definitions + description: Create a new accessReviewScheduleDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-beta operationId: identityGovernance.accessReview_CreateDefinition requestBody: description: New navigation property @@ -7136,8 +7167,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get definitions from identityGovernance - description: Represents the template and scheduling for an access review. + summary: Get accessReviewScheduleDefinition + description: 'Retrieve an accessReviewScheduleDefinition object by ID. This returns all properties of the scheduled access review series except for the associated accessReviewInstances. Each accessReviewScheduleDefinition has at least one instance. An instance represents a review for a specific resource (such as a particular group''s members), during one occurrence (for example, March 2021) of a recurring review. To retrieve the instances of the access review series, use the list accessReviewInstance API.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-beta operationId: identityGovernance.accessReview_GetDefinition parameters: - name: accessReviewScheduleDefinition-id @@ -7181,7 +7215,11 @@ paths: put: tags: - identityGovernance.accessReviewSet - summary: Update the navigation property definitions in identityGovernance + summary: Update accessReviewScheduleDefinition + description: Update an existing accessReviewScheduleDefinition object to change one or more of its properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-beta operationId: identityGovernance.accessReview_SetDefinition parameters: - name: accessReviewScheduleDefinition-id @@ -7212,7 +7250,11 @@ paths: delete: tags: - identityGovernance.accessReviewSet - summary: Delete navigation property definitions for identityGovernance + summary: Delete accessReviewScheduleDefinition + description: Delete an accessReviewScheduleDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-beta operationId: identityGovernance.accessReview_DeleteDefinition parameters: - name: accessReviewScheduleDefinition-id @@ -7239,8 +7281,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get instances from identityGovernance - description: 'Set of access reviews instances for this access review series. Access reviews that don''t recur will only have one instance; otherwise, there''s an instance for each recurrence.' + summary: List instances + description: 'Retrieve the accessReviewInstance objects for a specific accessReviewScheduleDefinition. A list of zero or more accessReviewInstance objects are returned, including all of their nested properties. Returned objects do not include associated accessReviewInstanceDecisionItems. To retrieve the decisions on the instance, use List accessReviewInstanceDecisionItem.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-beta operationId: identityGovernance.accessReview.definition_ListInstance parameters: - name: accessReviewScheduleDefinition-id @@ -7330,8 +7375,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get instances from identityGovernance - description: 'Set of access reviews instances for this access review series. Access reviews that don''t recur will only have one instance; otherwise, there''s an instance for each recurrence.' + summary: Get accessReviewInstance + description: 'Retrieve an accessReviewInstance object using the identifier of an accessReviewInstance and its parent accessReviewScheduleDefinition. This returns all properties of the instance except for the associated accessReviewInstanceDecisionItems. To retrieve the decisions on the instance, use List accessReviewInstanceDecisionItem.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-beta operationId: identityGovernance.accessReview.definition_GetInstance parameters: - name: accessReviewScheduleDefinition-id @@ -7383,7 +7431,11 @@ paths: patch: tags: - identityGovernance.accessReviewSet - summary: Update the navigation property instances in identityGovernance + summary: Update accessReviewInstance + description: 'Update the properties of an accessReviewInstance object. Only the reviewers and fallbackReviewers properties can be updated but the scope property is also required in the request body. You can only add reviewers to the fallbackReviewers property but can''t remove existing fallbackReviewers. To update an accessReviewInstance, its status must be InProgress.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-beta operationId: identityGovernance.accessReview.definition_UpdateInstance parameters: - name: accessReviewScheduleDefinition-id @@ -8340,7 +8392,7 @@ paths: tags: - identityGovernance.accessReviewSet summary: Get instance from identityGovernance - description: 'There is exactly one accessReviewInstance associated with each decision. The instance is the parent of the decision item, representing the recurrence of the access review the decision is made on.' + description: 'There''s exactly one accessReviewInstance associated with each decision. The instance is the parent of the decision item, representing the recurrence of the access review the decision is made on.' operationId: identityGovernance.accessReview.definition.instance.decision_GetInstance parameters: - name: accessReviewScheduleDefinition-id @@ -12097,7 +12149,7 @@ paths: tags: - identityGovernance.accessReviewSet summary: Get instance from identityGovernance - description: 'There is exactly one accessReviewInstance associated with each decision. The instance is the parent of the decision item, representing the recurrence of the access review the decision is made on.' + description: 'There''s exactly one accessReviewInstance associated with each decision. The instance is the parent of the decision item, representing the recurrence of the access review the decision is made on.' operationId: identityGovernance.accessReview.definition.instance.stage.decision_GetInstance parameters: - name: accessReviewScheduleDefinition-id @@ -14667,8 +14719,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get historyDefinitions from identityGovernance - description: Represents a collection of access review history data and the scopes used to collect that data. + summary: List historyDefinitions + description: 'Retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-beta operationId: identityGovernance.accessReview_ListHistoryDefinition parameters: - $ref: '#/components/parameters/top' @@ -14718,7 +14773,11 @@ paths: post: tags: - identityGovernance.accessReviewSet - summary: Create new navigation property to historyDefinitions for identityGovernance + summary: Create historyDefinitions + description: Create a new accessReviewHistoryDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-beta operationId: identityGovernance.accessReview_CreateHistoryDefinition requestBody: description: New navigation property @@ -14741,8 +14800,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get historyDefinitions from identityGovernance - description: Represents a collection of access review history data and the scopes used to collect that data. + summary: Get accessReviewHistoryDefinition + description: 'Retrieve an accessReviewHistoryDefinition object by its identifier. All of the properties of the access review history definition object are returned. If the definition is 30 days or older, a 404 Not Found error is returned.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-beta operationId: identityGovernance.accessReview_GetHistoryDefinition parameters: - name: accessReviewHistoryDefinition-id @@ -14844,8 +14906,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get instances from identityGovernance - description: 'If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn''t recur will have exactly one instance.' + summary: List instances (of an accessReviewHistoryDefinition) + description: Retrieve the instances of an access review history definition created in the last 30 days. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-beta operationId: identityGovernance.accessReview.historyDefinition_ListInstance parameters: - name: accessReviewHistoryDefinition-id @@ -15135,8 +15200,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get policy from identityGovernance - description: Resource that enables administrators to manage directory-level access review policies in their tenant. + summary: Get accessReviewPolicy + description: Read the properties and relationships of an accessReviewPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta operationId: identityGovernance.accessReview_GetPolicy parameters: - name: $select @@ -15172,7 +15240,11 @@ paths: patch: tags: - identityGovernance.accessReviewSet - summary: Update the navigation property policy in identityGovernance + summary: Update accessReviewPolicy + description: Update the properties of an accessReviewPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta operationId: identityGovernance.accessReview_UpdatePolicy requestBody: description: New navigation property values @@ -15290,8 +15362,11 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - summary: Get appConsentRequests from identityGovernance - description: A collection of appConsentRequest objects representing apps for which admin consent has been requested by one or more users. + summary: List appConsentRequests + description: Retrieve appConsentRequest objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-beta operationId: identityGovernance.appConsent_ListAppConsentRequest parameters: - $ref: '#/components/parameters/top' @@ -15364,8 +15439,11 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - summary: Get appConsentRequests from identityGovernance - description: A collection of appConsentRequest objects representing apps for which admin consent has been requested by one or more users. + summary: Get appConsentRequest + description: Read the properties and relationships of an appConsentRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-beta operationId: identityGovernance.appConsent_GetAppConsentRequest parameters: - name: appConsentRequest-id @@ -15467,8 +15545,11 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - summary: Get userConsentRequests from identityGovernance - description: A list of pending user consent requests. Supports $filter (eq). + summary: List userConsentRequests + description: Retrieve a collection of userConsentRequest objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-beta operationId: identityGovernance.appConsent.appConsentRequest_ListUserConsentRequest parameters: - name: appConsentRequest-id @@ -15558,8 +15639,11 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - summary: Get userConsentRequests from identityGovernance - description: A list of pending user consent requests. Supports $filter (eq). + summary: Get userConsentRequest + description: Read the properties and relationships of a userConsentRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-beta operationId: identityGovernance.appConsent.appConsentRequest_GetUserConsentRequest parameters: - name: appConsentRequest-id @@ -16375,7 +16459,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentApprovals from identityGovernance + summary: Get approval + description: 'Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios:' operationId: identityGovernance.entitlementManagement_ListAccessPackageAssignmentApproval parameters: - $ref: '#/components/parameters/top' @@ -16448,7 +16533,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentApprovals from identityGovernance + summary: Get approval + description: 'Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approval-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_GetAccessPackageAssignmentApproval parameters: - name: approval-id @@ -16550,8 +16639,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get steps from identityGovernance - description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. + summary: List approvalSteps + description: 'List the approvalStep objects associated with an approval. This API request is made by an approver in the following scenarios:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approval-list-steps?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_ListStep parameters: - name: approval-id @@ -16641,8 +16733,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get steps from identityGovernance - description: Used to represent the decision associated with a single step in the approval process configured in approvalStage. + summary: Get approvalStep + description: Retrieve the properties of an approvalStep object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approvalstep-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_GetStep parameters: - name: approval-id @@ -16694,7 +16789,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property steps in identityGovernance + summary: Update approvalStep + description: Apply approve or deny decision on an approvalStep object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_UpdateStep parameters: - name: approval-id @@ -16881,8 +16980,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentPolicies from identityGovernance - description: Represents the policy that governs which subjects can request or be assigned an access package via an access package assignment. + summary: List accessPackageAssignmentPolicies + description: 'In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=accessPackageAssignmentPolicies in the query.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentpolicies?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_ListAccessPackageAssignmentPolicy parameters: - $ref: '#/components/parameters/top' @@ -16937,7 +17039,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to accessPackageAssignmentPolicies for identityGovernance + summary: Create accessPackageAssignmentPolicy + description: 'In Microsoft Entra entitlement management, create a new accessPackageAssignmentPolicy object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_CreateAccessPackageAssignmentPolicy requestBody: description: New navigation property @@ -16965,8 +17071,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentPolicies from identityGovernance - description: Represents the policy that governs which subjects can request or be assigned an access package via an access package assignment. + summary: Get accessPackageAssignmentPolicy + description: "In Microsoft Entra entitlement management, retrieve the properties and relationships of an\n accessPackageAssignmentPolicy object." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_GetAccessPackageAssignmentPolicy parameters: - name: accessPackageAssignmentPolicy-id @@ -17015,7 +17124,11 @@ paths: put: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property accessPackageAssignmentPolicies in identityGovernance + summary: Update accessPackageAssignmentPolicy + description: 'Update an existing accessPackageAssignmentPolicy object to change one or more of its properties, such as the display name or description.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_SetAccessPackageAssignmentPolicy parameters: - name: accessPackageAssignmentPolicy-id @@ -17051,7 +17164,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property accessPackageAssignmentPolicies for identityGovernance + summary: Delete accessPackageAssignmentPolicy + description: 'In Microsoft Entra entitlement management, delete an accessPackageAssignmentPolicy.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentPolicy parameters: - name: accessPackageAssignmentPolicy-id @@ -17861,8 +17978,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentRequests from identityGovernance - description: Represents access package assignment requests created by or on behalf of a user. DO NOT USE. TO BE RETIRED SOON. Use the assignmentRequests relationship instead. + summary: List accessPackageAssignmentRequests + description: 'In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentrequests?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_ListAccessPackageAssignmentRequest parameters: - $ref: '#/components/parameters/top' @@ -17917,7 +18037,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to accessPackageAssignmentRequests for identityGovernance + summary: Create accessPackageAssignmentRequest + description: 'In Microsoft Entra Entitlement Management, create a new accessPackageAssignmentRequest object. This operation is used to assign a user to an access package, or to remove an access package assignment.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_CreateAccessPackageAssignmentRequest requestBody: description: New navigation property @@ -17945,8 +18069,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentRequests from identityGovernance - description: Represents access package assignment requests created by or on behalf of a user. DO NOT USE. TO BE RETIRED SOON. Use the assignmentRequests relationship instead. + summary: Get accessPackageAssignmentRequest + description: 'In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_GetAccessPackageAssignmentRequest parameters: - name: accessPackageAssignmentRequest-id @@ -18031,7 +18158,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property accessPackageAssignmentRequests for identityGovernance + summary: Delete accessPackageAssignmentRequest + description: Delete an accessPackageAssignmentRequest object. This request can be made to remove a denied or completed request. You can't delete an access package assignment request if it has any accessPackageAssignment objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_DeleteAccessPackageAssignmentRequest parameters: - name: accessPackageAssignmentRequest-id @@ -18115,7 +18246,7 @@ paths: tags: - identityGovernance.entitlementManagement summary: Get accessPackageAssignment from identityGovernance - description: 'For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.' + description: 'For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.' operationId: identityGovernance.entitlementManagement.accessPackageAssignmentRequest_GetAccessPackageAssignment parameters: - name: accessPackageAssignmentRequest-id @@ -18539,8 +18670,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentResourceRoles from identityGovernance - description: Represents the resource-specific role which a subject has been assigned through an access package assignment. + summary: List accessPackageAssignmentResourceRoles + description: 'Retrieve a list of accessPackageAssignmentResourceRole objects. The resulting list includes all the resource roles of all assignments that the caller has access to read, across all catalogs and access packages.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentresourceroles?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_ListAccessPackageAssignmentResourceRole parameters: - $ref: '#/components/parameters/top' @@ -18613,8 +18747,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentResourceRoles from identityGovernance - description: Represents the resource-specific role which a subject has been assigned through an access package assignment. + summary: Get accessPackageAssignmentResourceRole + description: Retrieve the properties and relationships of an accessPackageAssignmentResourceRole object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentresourcerole-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_GetAccessPackageAssignmentResourceRole parameters: - name: accessPackageAssignmentResourceRole-id @@ -21593,8 +21730,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignments from identityGovernance - description: The assignment of an access package to a subject for a period of time. + summary: List accessPackageAssignments + description: 'In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignment objects. For directory-wide administrators, the resulting list includes all the assignments, current and well as expired, that the caller has access to read, across all catalogs and access packages. If the caller is on behalf of a delegated user who is assigned only to catalog-specific delegated administrative roles, the request must supply a filter to indicate a specific access package, such as: $filter=accessPackage/id eq ''a914b616-e04e-476b-aa37-91038f0b165b''.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignments?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_ListAccessPackageAssignment parameters: - $ref: '#/components/parameters/top' @@ -28243,7 +28383,7 @@ paths: tags: - identityGovernance.entitlementManagement summary: Get accessPackageAssignment from identityGovernance - description: 'For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.' + description: 'For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.' operationId: identityGovernance.entitlementManagement.accessPackageAssignment.accessPackageAssignmentRequest_GetAccessPackageAssignment parameters: - name: accessPackageAssignment-id @@ -32823,8 +32963,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageCatalogs from identityGovernance - description: A container of access packages. + summary: List accessPackageCatalogs + description: Retrieve a list of accessPackageCatalog objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackagecatalogs?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_ListAccessPackageCatalog parameters: - $ref: '#/components/parameters/top' @@ -32879,7 +33022,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to accessPackageCatalogs for identityGovernance + summary: Create accessPackageCatalog + description: Create a new accessPackageCatalog object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackagecatalogs?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_CreateAccessPackageCatalog requestBody: description: New navigation property @@ -32907,8 +33054,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageCatalogs from identityGovernance - description: A container of access packages. + summary: Get accessPackageCatalog + description: Retrieve the properties and relationships of an accessPackageCatalog object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_GetAccessPackageCatalog parameters: - name: accessPackageCatalog-id @@ -32957,7 +33107,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property accessPackageCatalogs in identityGovernance + summary: Update accessPackageCatalog + description: 'Update an existing accessPackageCatalog object to change one or more of its properties, such as the display name or description.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_UpdateAccessPackageCatalog parameters: - name: accessPackageCatalog-id @@ -32993,7 +33147,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property accessPackageCatalogs for identityGovernance + summary: Delete accessPackageCatalog + description: Delete an accessPackageCatalog. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_DeleteAccessPackageCatalog parameters: - name: accessPackageCatalog-id @@ -33025,8 +33183,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageCustomWorkflowExtensions from identityGovernance - description: 'The attributes of a logic app, which can be called at various stages of an access package request and assignment cycle.' + summary: List accessPackageCustomWorkflowExtensions + description: Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -33126,8 +33287,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageCustomWorkflowExtensions from identityGovernance - description: 'The attributes of a logic app, which can be called at various stages of an access package request and assignment cycle.' + 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/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_GetAccessPackageCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -33184,7 +33348,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property accessPackageCustomWorkflowExtensions in identityGovernance + summary: Update accessPackageAssignmentWorkflowExtension + description: Update the properties of an accessPackageAssignmentWorkflowExtension object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_UpdateAccessPackageCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -33295,8 +33463,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageResourceRoles from identityGovernance - description: The roles in each resource in a catalog. Read-only. + summary: List accessPackageResourceRoles + description: 'Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageResourceRole parameters: - name: accessPackageCatalog-id @@ -35083,7 +35254,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageResources from identityGovernance + summary: List accessPackageResources + description: 'Retrieve a list of accessPackageResource objects in an accessPackageCatalog. To request to add or remove an accessPackageResource, use create accessPackageResourceRequest.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_ListAccessPackageResource parameters: - name: accessPackageCatalog-id @@ -39945,7 +40120,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get customAccessPackageWorkflowExtensions from identityGovernance + summary: List customAccessPackageWorkflowExtensions + description: Get a list of the customAccessPackageWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-customaccesspackageworkflowextensions?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_ListCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -40008,7 +40187,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to customAccessPackageWorkflowExtensions for identityGovernance + summary: Create customAccessPackageWorkflowExtensions + description: 'Create a new customAccessPackageWorkflowExtension object and add it to an existing accessPackageCatalog object. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-post-customaccesspackageworkflowextensions?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_CreateCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -40045,7 +40228,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get customAccessPackageWorkflowExtensions from identityGovernance + summary: Get customAccessPackageWorkflowExtension + description: Read the properties and relationships of a customAccessPackageWorkflowExtension object for an accessPackageCatalog object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_GetCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -40102,7 +40289,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property customAccessPackageWorkflowExtensions in identityGovernance + summary: Update customAccessPackageWorkflowExtension + description: Update the properties of an existing customAccessPackageWorkflowExtension object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-update?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_UpdateCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -40146,7 +40337,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property customAccessPackageWorkflowExtensions for identityGovernance + summary: Delete customAccessPackageWorkflowExtension + description: "Delete a customAccessPackageWorkflowExtension 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 customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.\n3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-delete?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_DeleteCustomAccessPackageWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -40303,8 +40498,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageResourceEnvironments from identityGovernance - description: A reference to the geolocation environment in which a resource is located. + summary: List accessPackageResourceEnvironments + description: Retrieve a list of accessPackageResourceEnvironment objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_ListAccessPackageResourceEnvironment parameters: - $ref: '#/components/parameters/top' @@ -40377,8 +40575,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageResourceEnvironments from identityGovernance - description: A reference to the geolocation environment in which a resource is located. + summary: Get accessPackageResourceEnvironment + description: Read the properties and relationships of an accessPackageResourceEnvironment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageresourceenvironment-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_GetAccessPackageResourceEnvironment parameters: - name: accessPackageResourceEnvironment-id @@ -40630,8 +40831,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageResourceRequests from identityGovernance - description: Represents a request to add or remove a resource to or from a catalog respectively. + summary: List accessPackageResourceRequests + description: Retrieve a list of accessPackageResourceRequest objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourcerequests?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_ListAccessPackageResourceRequest parameters: - $ref: '#/components/parameters/top' @@ -40681,7 +40885,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to accessPackageResourceRequests for identityGovernance + summary: Create accessPackageResourceRequest + description: 'Create a new accessPackageResourceRequest object to request the addition of a resource to an access package catalog, update of a resource, or the removal of a resource from a catalog. A resource must be included in an access package catalog before a role of that resource can be added to an access package.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_CreateAccessPackageResourceRequest requestBody: description: New navigation property @@ -45969,8 +46177,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackages from identityGovernance - description: Represents access package objects. + summary: List accessPackages + description: 'Retrieve a list of accessPackage objects. The resulting list includes all the access packages that the caller has access to read, across all catalogs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_ListAccessPackage parameters: - $ref: '#/components/parameters/top' @@ -46020,7 +46231,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to accessPackages for identityGovernance + summary: Create accessPackage + description: 'Create a new accessPackage object. The access package will be added to an existing accessPackageCatalog. After the access package is created, you can then create accessPackageAssignmentPolicies which specify how users are assigned to the access package.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_CreateAccessPackage requestBody: description: New navigation property @@ -46043,8 +46258,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackages from identityGovernance - description: Represents access package objects. + 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-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_GetAccessPackage parameters: - name: accessPackage-id @@ -46088,7 +46306,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property accessPackages in identityGovernance + summary: Update accessPackage + description: 'Update an existing accessPackage object to change one or more of its properties, such as the display name or description.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_UpdateAccessPackage parameters: - name: accessPackage-id @@ -46119,7 +46341,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property accessPackages for identityGovernance + summary: Delete accessPackage + description: 'Delete an accessPackage object. You can''t delete an access package if it has any accessPackageAssignment. To delete the access package, first query if there are any assignments with a filter to indicate the specific access package, such as: $filter=accessPackage/id eq ''a914b616-e04e-476b-aa37-91038f0b165b''. For more information on how to remove assignments that are still in the delivered state, see Remove an assignment.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_DeleteAccessPackage parameters: - name: accessPackage-id @@ -47411,7 +47637,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to accessPackageResourceRoleScopes for identityGovernance + summary: Create accessPackageResourceRoleScope + description: 'Create a new accessPackageResourceRoleScope for adding a resource role to an access package. The access package resource, for a group, an app, or a SharePoint Online site, must already exist in the access package catalog, and the originId for the resource role retrieved from the list of the resource roles. Once you add the resource role scope to the access package, the user will receive this resource role through any current and future access package assignments.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_CreateAccessPackageResourceRoleScope parameters: - name: accessPackage-id @@ -50600,8 +50830,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackagesIncompatibleWith from identityGovernance - description: The access packages that are incompatible with this package. Read-only. + summary: List accessPackagesIncompatibleWith + description: Retrieve a list of the accessPackage objects marked a specified accessPackage as incompatible. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_ListAccessPackagesIncompatibleGraphWPre parameters: - name: accessPackage-id @@ -50736,8 +50969,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get incompatibleAccessPackages from identityGovernance - description: The access packages whose assigned users are ineligible to be assigned this access package. + summary: List incompatibleAccessPackages + description: 'Retrieve a list of the accessPackage objects marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackage parameters: - name: accessPackage-id @@ -50796,7 +51032,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property incompatibleAccessPackages for identityGovernance + summary: Remove accessPackage from incompatibleAccessPackages + description: 'Remove an access package from the list of access packages marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage.incompatibleAccessPackage_DeleteAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -50853,8 +51093,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get ref of incompatibleAccessPackages from identityGovernance - description: The access packages whose assigned users are ineligible to be assigned this access package. + summary: List incompatibleAccessPackages + description: 'Retrieve a list of the accessPackage objects marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -50892,7 +51135,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property ref to incompatibleAccessPackages for identityGovernance + summary: Add accessPackage to incompatibleAccessPackages + description: 'Add an accessPackage to the list of access packages marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -50914,7 +51161,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property incompatibleAccessPackages for identityGovernance + summary: Remove accessPackage from incompatibleAccessPackages + description: 'Remove an access package from the list of access packages marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -50949,8 +51200,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get incompatibleGroups from identityGovernance - description: The groups whose members are ineligible to be assigned this access package. + summary: List incompatibleGroups + description: 'Retrieve a list of the group objects marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroup parameters: - name: accessPackage-id @@ -51009,7 +51263,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property incompatibleGroups for identityGovernance + summary: Remove group from incompatibleGroups + description: 'Remove a group from the list of groups marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_DeleteGroupGraphBPreRef parameters: - name: accessPackage-id @@ -51163,8 +51421,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get ref of incompatibleGroups from identityGovernance - description: The groups whose members are ineligible to be assigned this access package. + summary: List incompatibleGroups + description: 'Retrieve a list of the group objects marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroupGraphBPreRef parameters: - name: accessPackage-id @@ -51202,7 +51463,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property ref to incompatibleGroups for identityGovernance + summary: Add group to incompatibleGroups + description: 'Add a group to the list of groups marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleGroupGraphBPreRef parameters: - name: accessPackage-id @@ -51224,7 +51489,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property incompatibleGroups for identityGovernance + summary: Remove group from incompatibleGroups + description: 'Remove a group from the list of groups marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleGroupGraphBPreRef parameters: - name: accessPackage-id @@ -51495,8 +51764,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get assignmentRequests from identityGovernance - description: Represents access package assignment requests created by or on behalf of a user. + summary: List assignmentRequests + description: 'In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_ListAssignmentRequest parameters: - $ref: '#/components/parameters/top' @@ -51551,7 +51823,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to assignmentRequests for identityGovernance + summary: Create accessPackageAssignmentRequest + description: 'In Microsoft Entra Entitlement Management, create a new accessPackageAssignmentRequest object. This operation is used to assign a user to an access package, update the assignment, or to remove an access package assignment.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_CreateAssignmentRequest requestBody: description: New navigation property @@ -51749,7 +52025,7 @@ paths: tags: - identityGovernance.entitlementManagement summary: Get accessPackageAssignment from identityGovernance - description: 'For a requestType of UserAdd or AdminAdd, this is an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove or SystemRemove, this has the id property of an existing assignment to be removed. Supports $expand.' + description: 'For a requestType of UserAdd or AdminAdd, an access package assignment requested to be created. For a requestType of UserRemove, AdminRemove, or SystemRemove, this property has the id property of an existing assignment to be removed. Supports $expand.' operationId: identityGovernance.entitlementManagement.assignmentRequest_GetAccessPackageAssignment parameters: - name: accessPackageAssignmentRequest-id @@ -52173,8 +52449,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get connectedOrganizations from identityGovernance - description: Represents references to a directory or domain of another organization whose users can request access. + summary: List connectedOrganizations + description: Retrieve a list of connectedOrganization objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_ListConnectedOrganization parameters: - $ref: '#/components/parameters/top' @@ -52224,7 +52503,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to connectedOrganizations for identityGovernance + summary: Create connectedOrganization + description: Create a new connectedOrganization object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_CreateConnectedOrganization requestBody: description: New navigation property @@ -52247,8 +52530,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get connectedOrganizations from identityGovernance - description: Represents references to a directory or domain of another organization whose users can request access. + summary: Get connectedOrganization + description: Retrieve the properties and relationships of a connectedOrganization object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_GetConnectedOrganization parameters: - name: connectedOrganization-id @@ -52292,7 +52578,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property connectedOrganizations in identityGovernance + summary: Update connectedOrganization + description: Update a connectedOrganization object to change one or more of its properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_UpdateConnectedOrganization parameters: - name: connectedOrganization-id @@ -52323,7 +52613,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property connectedOrganizations for identityGovernance + summary: Delete connectedOrganization + description: Delete a connectedOrganization object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_DeleteConnectedOrganization parameters: - name: connectedOrganization-id @@ -52350,7 +52644,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get externalSponsors from identityGovernance + summary: List externalSponsors + description: Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsor parameters: - name: connectedOrganization-id @@ -52409,7 +52707,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property externalSponsors for identityGovernance + summary: Remove connected organization external sponsor + description: Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.connectedOrganization.externalSponsor_DeleteDirectoryObjectGraphBPreRef parameters: - name: connectedOrganization-id @@ -52466,7 +52768,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get ref of externalSponsors from identityGovernance + summary: List externalSponsors + description: Retrieve a list of a connectedOrganization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.connectedOrganization_ListExternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -52504,7 +52810,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property ref to externalSponsors for identityGovernance + summary: Add connected organization external sponsor + description: Add a user or a group to the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.connectedOrganization_CreateExternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -52526,7 +52836,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property externalSponsors for identityGovernance + summary: Remove connected organization external sponsor + description: Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.connectedOrganization_DeleteExternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -52561,7 +52875,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get internalSponsors from identityGovernance + summary: List internalSponsors + description: Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsor parameters: - name: connectedOrganization-id @@ -52620,7 +52938,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property internalSponsors for identityGovernance + summary: Remove connected organization internal sponsor + description: Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.connectedOrganization.internalSponsor_DeleteDirectoryObjectGraphBPreRef parameters: - name: connectedOrganization-id @@ -52677,7 +52999,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get ref of internalSponsors from identityGovernance + summary: List internalSponsors + description: Retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.connectedOrganization_ListInternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -52715,7 +53041,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property ref to internalSponsors for identityGovernance + summary: Add connected organization internal sponsor + description: Add a user or a group to the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.connectedOrganization_CreateInternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -52737,7 +53067,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property internalSponsors for identityGovernance + summary: Remove connected organization internal sponsor + description: Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.connectedOrganization_DeleteInternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -52786,8 +53120,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get settings from identityGovernance - description: Represents the settings that control the behavior of Microsoft Entra entitlement management. + summary: Get entitlementManagementSettings + description: Retrieve the properties of an entitlementManagementSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_GetSetting parameters: - name: $select @@ -52823,7 +53160,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property settings in identityGovernance + summary: Update entitlementManagementSettings + description: Update an existing entitlementManagementSettings object to change one or more of its properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_UpdateSetting requestBody: description: New navigation property values @@ -52864,8 +53205,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get subjects from identityGovernance - description: Represents the subjects within entitlement management. + summary: Get accessPackageSubject + description: Get the properties of an existing accessPackageSubject object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagesubject-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_ListSubject parameters: - $ref: '#/components/parameters/top' @@ -52983,7 +53327,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property subjects in identityGovernance + summary: Update accessPackageSubject + description: Update an existing accessPackageSubject object to change the subject lifecycle. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_UpdateSubject parameters: - name: accessPackageSubject-id @@ -53132,7 +53480,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property subjects in identityGovernance + summary: Update accessPackageSubject + description: Update an existing accessPackageSubject object to change the subject lifecycle. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.subject_UpdateGraphBPreObjectId parameters: - name: objectId @@ -53281,8 +53633,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get customTaskExtensions from identityGovernance - description: The customTaskExtension instance. + summary: List customTaskExtensions + description: Get a list of the customTaskExtension objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_ListCustomTaskExtension parameters: - $ref: '#/components/parameters/top' @@ -53332,7 +53687,11 @@ paths: post: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Create new navigation property to customTaskExtensions for identityGovernance + summary: Create customTaskExtensions + description: Create a new customTaskExtension object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_CreateCustomTaskExtension requestBody: description: New navigation property @@ -53355,8 +53714,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get customTaskExtensions from identityGovernance - description: The customTaskExtension instance. + summary: Get customTaskExtension + description: Read the properties and relationships of a customTaskExtension object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_GetCustomTaskExtension parameters: - name: customTaskExtension-id @@ -53400,7 +53762,11 @@ paths: patch: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Update the navigation property customTaskExtensions in identityGovernance + summary: Update customTaskExtension + description: Update the properties of a customTaskExtension object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_UpdateCustomTaskExtension parameters: - name: customTaskExtension-id @@ -53431,7 +53797,11 @@ paths: delete: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Delete navigation property customTaskExtensions for identityGovernance + summary: Delete customTaskExtension + description: Delete a customTaskExtension object. A custom task extension can only be deleted if it is not referenced in any task objects in a lifecycle workflow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_DeleteCustomTaskExtension parameters: - name: customTaskExtension-id @@ -53932,8 +54302,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get workflows from identityGovernance - description: Deleted workflows that end up in the deletedItemsContainer. + summary: List deletedItems (deleted lifecycle workflows) + description: Get a list of the deleted workflow objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.deletedItem_ListWorkflow parameters: - $ref: '#/components/parameters/top' @@ -53984,8 +54357,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get workflows from identityGovernance - description: Deleted workflows that end up in the deletedItemsContainer. + summary: Get deletedItemContainer (a deleted lifecycle workflow) + description: Retrieve a deleted workflow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.deletedItem_GetWorkflow parameters: - name: workflow-id @@ -54029,7 +54405,11 @@ paths: delete: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Delete navigation property workflows for identityGovernance + summary: Delete deletedItemContainer (permanently delete a deleted lifecycle workflow) + description: Delete a workflow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.deletedItem_DeleteWorkflow parameters: - name: workflow-id @@ -60862,12 +61242,285 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /identityGovernance/lifecycleWorkflows/insights: + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Get insights from identityGovernance + description: The insight container holding workflow insight summaries for a tenant. + operationId: identityGovernance.lifecycleWorkflow_GetInsight + 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.identityGovernance.insights' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Update the navigation property insights in identityGovernance + operationId: identityGovernance.lifecycleWorkflow_UpdateInsight + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Delete navigation property insights for identityGovernance + operationId: identityGovernance.lifecycleWorkflow_DeleteInsight + 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 + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function topTasksProcessedSummary + description: 'Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-beta + operationId: identityGovernance.lifecycleWorkflow.insight_topTasksProcessedSummary + 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.identityGovernance.topTasksInsightsSummary' + '@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 + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function topWorkflowsProcessedSummary + description: 'Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-beta + operationId: identityGovernance.lifecycleWorkflow.insight_topWorkflowsProcessedSummary + 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.identityGovernance.topWorkflowsInsightsSummary' + '@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 + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function workflowsProcessedByCategory + description: 'Provide a summary of workflows processed, by category, in a tenant. This allows you to quickly get category information, by numerical value, bypassing other information found in the WorkflowsProcessedSummary call.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-beta + operationId: identityGovernance.lifecycleWorkflow.insight_workflowsProcessedGraphBPreCategory + 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 + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsByCategory' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})': + get: + tags: + - identityGovernance.Functions + summary: Invoke function workflowsProcessedSummary + description: 'Provide a summary of all workflows processed within a tenant for a specified period. Because the amount of results for listed workflows as returned by the List workflows does not tell you which workflows were processed from the list of created workflows, this summary gives you a quick overview of processed status based on counts.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-beta + operationId: identityGovernance.lifecycleWorkflow.insight_workflowsProcessedSummary + 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 + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.workflowsInsightsSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function /identityGovernance/lifecycleWorkflows/settings: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get settings from identityGovernance - description: The settings of the lifecycle workflows instance. + summary: Get lifecycleManagementSettings + description: Read the properties and relationships of a lifecycleManagementSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_GetSetting parameters: - name: $select @@ -60903,7 +61556,11 @@ paths: patch: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Update the navigation property settings in identityGovernance + summary: Update lifecycleManagementSettings + description: Update the properties of a lifecycleManagementSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_UpdateSetting requestBody: description: New navigation property values @@ -60926,8 +61583,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get taskDefinitions from identityGovernance - description: The definition of tasks within the lifecycle workflows instance. + summary: List taskDefinitions + description: Get a list of the taskDefinition objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_ListTaskDefinition parameters: - $ref: '#/components/parameters/top' @@ -60978,8 +61638,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get taskDefinitions from identityGovernance - description: The definition of tasks within the lifecycle workflows instance. + summary: Get taskDefinition + description: Read the details of a built-in workflow task. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_GetTaskDefinition parameters: - name: taskDefinition-id @@ -61038,8 +61701,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get workflows from identityGovernance - description: The workflows in the lifecycle workflows instance. + summary: List workflows + description: Get a list of workflow resources that are associated with lifecycle workflows. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_ListWorkflow parameters: - $ref: '#/components/parameters/top' @@ -61089,7 +61755,11 @@ paths: post: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Create new navigation property to workflows for identityGovernance + summary: Create workflow + description: Create a new workflow object. You can create up to 100 workflows in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_CreateWorkflow requestBody: description: New navigation property @@ -61112,8 +61782,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get workflows from identityGovernance - description: The workflows in the lifecycle workflows instance. + summary: Get workflow + description: Read the properties and relationships of a workflow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_GetWorkflow parameters: - name: workflow-id @@ -61157,7 +61830,11 @@ paths: patch: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Update the navigation property workflows in identityGovernance + summary: Update workflow + description: 'Update the properties of a workflow object. Only the properties listed in the request body table can be updated. To update any other workflow properties, see workflow: createNewVersion.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_UpdateWorkflow parameters: - name: workflow-id @@ -61188,7 +61865,11 @@ paths: delete: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Delete navigation property workflows for identityGovernance + summary: Delete workflow + description: 'Delete a workflow object and its associated tasks, taskProcessingResults and versions. You can restore a deleted workflow and its associated objects within 30 days of deletion.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_DeleteWorkflow parameters: - name: workflow-id @@ -61864,8 +62545,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get runs from identityGovernance - description: Workflow runs. + summary: List runs + description: Get a list of the run objects and their properties for a lifecycle workflow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow_ListRun parameters: - name: workflow-id @@ -61924,252 +62608,12 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get runs from identityGovernance - description: Workflow runs. - operationId: identityGovernance.lifecycleWorkflow.workflow_GetRun - parameters: - - name: workflow-id - in: path - description: The unique identifier of workflow - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: workflow - - name: run-id - in: path - description: The unique identifier of run - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: run - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.run' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults': - get: - tags: - - identityGovernance.lifecycleWorkflowsContainer - summary: Get taskProcessingResults from identityGovernance - description: The related taskProcessingResults. - operationId: identityGovernance.lifecycleWorkflow.workflow.run_ListTaskProcessingResult - parameters: - - name: workflow-id - in: path - description: The unique identifier of workflow - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: workflow - - name: run-id - in: path - description: The unique identifier of run - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: run - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}': - get: - tags: - - identityGovernance.lifecycleWorkflowsContainer - summary: Get taskProcessingResults from identityGovernance - description: The related taskProcessingResults. - operationId: identityGovernance.lifecycleWorkflow.workflow.run_GetTaskProcessingResult - parameters: - - name: workflow-id - in: path - description: The unique identifier of workflow - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: workflow - - name: run-id - in: path - description: The unique identifier of run - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: run - - name: taskProcessingResult-id - in: path - description: The unique identifier of taskProcessingResult - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: taskProcessingResult - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': - post: - tags: - - identityGovernance.Actions - summary: Invoke action resume - description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' + summary: Get run + description: Read the properties and relationships of a run object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta - operationId: identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_resume - parameters: - - name: workflow-id - in: path - description: The unique identifier of workflow - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: workflow - - name: run-id - in: path - description: The unique identifier of run - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: run - - name: taskProcessingResult-id - in: path - description: The unique identifier of taskProcessingResult - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: taskProcessingResult - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - source: - type: string - nullable: true - type: - type: string - nullable: true - data: - $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject': - get: - tags: - - identityGovernance.lifecycleWorkflowsContainer - summary: Get subject from identityGovernance - description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' - operationId: identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetSubject + url: https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-beta + operationId: identityGovernance.lifecycleWorkflow.workflow_GetRun parameters: - name: workflow-id in: path @@ -62187,14 +62631,257 @@ paths: schema: type: string x-ms-docs-key-type: run - - name: taskProcessingResult-id - in: path - description: The unique identifier of taskProcessingResult - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: taskProcessingResult + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.run' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults': + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Get taskProcessingResults from identityGovernance + description: The related taskProcessingResults. + operationId: identityGovernance.lifecycleWorkflow.workflow.run_ListTaskProcessingResult + parameters: + - name: workflow-id + in: path + description: The unique identifier of workflow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: workflow + - name: run-id + in: path + description: The unique identifier of run + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: run + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.identityGovernance.taskProcessingResultCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}': + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Get taskProcessingResults from identityGovernance + description: The related taskProcessingResults. + operationId: identityGovernance.lifecycleWorkflow.workflow.run_GetTaskProcessingResult + parameters: + - name: workflow-id + in: path + description: The unique identifier of workflow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: workflow + - name: run-id + in: path + description: The unique identifier of run + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: run + - name: taskProcessingResult-id + in: path + description: The unique identifier of taskProcessingResult + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: taskProcessingResult + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/microsoft.graph.identityGovernance.resume': + post: + tags: + - identityGovernance.Actions + summary: Invoke action resume + description: 'Resume a task processing result that''s inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta + operationId: identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_resume + parameters: + - name: workflow-id + in: path + description: The unique identifier of workflow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: workflow + - name: run-id + in: path + description: The unique identifier of run + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: run + - name: taskProcessingResult-id + in: path + description: The unique identifier of taskProcessingResult + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: taskProcessingResult + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + source: + type: string + nullable: true + type: + type: string + nullable: true + data: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtensionCallbackData' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject': + get: + tags: + - identityGovernance.lifecycleWorkflowsContainer + summary: Get subject from identityGovernance + description: 'The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand.' + operationId: identityGovernance.lifecycleWorkflow.workflow.run.taskProcessingResult_GetSubject + parameters: + - name: workflow-id + in: path + description: The unique identifier of workflow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: workflow + - name: run-id + in: path + description: The unique identifier of run + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: run + - name: taskProcessingResult-id + in: path + description: The unique identifier of taskProcessingResult + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: taskProcessingResult - name: $select in: query description: Select properties to be returned @@ -63742,8 +64429,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get taskReports from identityGovernance - description: Represents the aggregation of task execution data for tasks within a workflow object. + summary: List taskReports + description: Get a list of the taskReport objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow_ListTaskReport parameters: - name: workflow-id @@ -64592,8 +65282,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get tasks from identityGovernance - description: The tasks in the workflow. + summary: List tasks + description: Retrieve the details of the built-in tasks in Lifecycle Workflows. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow_ListTask parameters: - name: workflow-id @@ -65395,8 +66088,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get userProcessingResults from identityGovernance - description: Per-user workflow execution results. + summary: List userProcessingResults + description: Get the userProcessingResult resources for a workflow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow_ListUserProcessingResult parameters: - name: workflow-id @@ -66379,8 +67075,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get versions from identityGovernance - description: The workflow versions that are available. + summary: List workflowVersions + description: Get a list of the workflowVersion objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow_ListVersion parameters: - name: workflow-id @@ -66439,8 +67138,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get versions from identityGovernance - description: The workflow versions that are available. + summary: Get workflowVersion + description: Read the properties and relationships of a workflowVersion object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow.workflow_GetVersion parameters: - name: workflow-id @@ -68025,8 +68727,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get workflowTemplates from identityGovernance - description: The workflow templates in the lifecycle workflow instance. + summary: List workflowTemplates + description: Get a list of the workflowTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_ListWorkflowTemplate parameters: - $ref: '#/components/parameters/top' @@ -68077,8 +68782,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get workflowTemplates from identityGovernance - description: The workflow templates in the lifecycle workflow instance. + summary: Get workflowTemplate + description: Read the properties and relationships of a workflowTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-beta operationId: identityGovernance.lifecycleWorkflow_GetWorkflowTemplate parameters: - name: workflowTemplate-id @@ -69182,8 +69890,11 @@ paths: get: tags: - identityGovernance.permissionsAnalyticsAggregation - summary: Get permissionsCreepIndexDistributions from identityGovernance - description: 'Represents the Permissions Creep Index (PCI) for the authorization system. PCI distribution chart shows the classification of human and nonhuman identities based on the PCI score in three buckets (low, medium, high).' + summary: List permissionsCreepIndexDistributions + description: Get a list of the permissionsCreepIndexDistribution objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-beta operationId: identityGovernance.permissionsAnalytic.aw_ListPermissionsCreepIndexDistribution parameters: - $ref: '#/components/parameters/top' @@ -70508,8 +71219,11 @@ paths: get: tags: - identityGovernance.permissionsManagement - summary: Get permissionsRequestChanges from identityGovernance - description: Represents a change event of the scheduledPermissionsRequest entity. + summary: List permissionsRequestChanges + description: List the permissionsRequestChange objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissionsmanagement-list-permissionsrequestchanges?view=graph-rest-beta operationId: identityGovernance.permissionsManagement_ListPermissionsRequestChange parameters: - $ref: '#/components/parameters/top' @@ -70582,8 +71296,11 @@ paths: get: tags: - identityGovernance.permissionsManagement - summary: Get permissionsRequestChanges from identityGovernance - description: Represents a change event of the scheduledPermissionsRequest entity. + summary: Get permissionsRequestChange + description: Read the properties and relationships of a permissionsRequestChange object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissionsrequestchange-get?view=graph-rest-beta operationId: identityGovernance.permissionsManagement_GetPermissionsRequestChange parameters: - name: permissionsRequestChange-id @@ -71256,7 +71973,11 @@ paths: post: tags: - identityGovernance.permissionsManagement - summary: Create new navigation property to scheduledPermissionsRequests for identityGovernance + summary: Create scheduledPermissionsRequest + description: Create a new scheduledPermissionsRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissionsmanagement-post-scheduledpermissionsrequests?view=graph-rest-beta operationId: identityGovernance.permissionsManagement_CreateScheduledPermissionsRequest requestBody: description: New navigation property @@ -72013,8 +72734,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get assignmentScheduleInstances from identityGovernance - description: The instances of assignment schedules to activate a just-in-time access. + summary: List assignmentScheduleInstances + description: Get a list of the privilegedAccessGroupAssignmentScheduleInstance objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_ListAssignmentScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -72087,8 +72811,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get assignmentScheduleInstances from identityGovernance - description: The instances of assignment schedules to activate a just-in-time access. + summary: Get privilegedAccessGroupAssignmentScheduleInstance + description: Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleInstance object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_GetAssignmentScheduleInstance parameters: - name: privilegedAccessGroupAssignmentScheduleInstance-id @@ -72500,8 +73227,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get assignmentScheduleRequests from identityGovernance - description: 'The schedule requests for operations to create, update, delete, extend, and renew an assignment.' + summary: List assignmentScheduleRequests + description: Get a list of the privilegedAccessGroupAssignmentScheduleRequest objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_ListAssignmentScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -72551,7 +73281,11 @@ paths: post: tags: - identityGovernance.privilegedAccessRoot - summary: Create new navigation property to assignmentScheduleRequests for identityGovernance + summary: Create assignmentScheduleRequest + description: Create a new privilegedAccessGroupAssignmentScheduleRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_CreateAssignmentScheduleRequest requestBody: description: New navigation property @@ -72574,8 +73308,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get assignmentScheduleRequests from identityGovernance - description: 'The schedule requests for operations to create, update, delete, extend, and renew an assignment.' + summary: Get privilegedAccessGroupAssignmentScheduleRequest + description: Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_GetAssignmentScheduleRequest parameters: - name: privilegedAccessGroupAssignmentScheduleRequest-id @@ -73058,8 +73795,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get assignmentSchedules from identityGovernance - description: The assignment schedules to activate a just-in-time access. + summary: List assignmentSchedules + description: Get a list of the privilegedAccessGroupAssignmentSchedule objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_ListAssignmentSchedule parameters: - $ref: '#/components/parameters/top' @@ -73132,8 +73872,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get assignmentSchedules from identityGovernance - description: The assignment schedules to activate a just-in-time access. + summary: Get privilegedAccessGroupAssignmentSchedule + description: Read the properties and relationships of a privilegedAccessGroupAssignmentSchedule object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_GetAssignmentSchedule parameters: - name: privilegedAccessGroupAssignmentSchedule-id @@ -73545,8 +74288,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get eligibilityScheduleInstances from identityGovernance - description: The instances of eligibility schedules to activate a just-in-time access. + summary: List eligibilityScheduleInstances + description: Get a list of the privilegedAccessGroupEligibilityScheduleInstance objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_ListEligibilityScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -73619,8 +74365,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get eligibilityScheduleInstances from identityGovernance - description: The instances of eligibility schedules to activate a just-in-time access. + summary: Get privilegedAccessGroupEligibilityScheduleInstance + description: Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleInstance object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_GetEligibilityScheduleInstance parameters: - name: privilegedAccessGroupEligibilityScheduleInstance-id @@ -73986,8 +74735,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get eligibilityScheduleRequests from identityGovernance - description: 'The schedule requests for operations to create, update, delete, extend, and renew an eligibility.' + summary: List eligibilityScheduleRequests + description: Get a list of the privilegedAccessGroupEligibilityScheduleRequest objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_ListEligibilityScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -74037,7 +74789,11 @@ paths: post: tags: - identityGovernance.privilegedAccessRoot - summary: Create new navigation property to eligibilityScheduleRequests for identityGovernance + summary: Create eligibilityScheduleRequest + description: Create a new privilegedAccessGroupEligibilityScheduleRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_CreateEligibilityScheduleRequest requestBody: description: New navigation property @@ -74060,8 +74816,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get eligibilityScheduleRequests from identityGovernance - description: 'The schedule requests for operations to create, update, delete, extend, and renew an eligibility.' + summary: Get privilegedAccessGroupEligibilityScheduleRequest + description: Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_GetEligibilityScheduleRequest parameters: - name: privilegedAccessGroupEligibilityScheduleRequest-id @@ -74498,8 +75257,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get eligibilitySchedules from identityGovernance - description: The eligibility schedules to activate a just-in-time access. + summary: List eligibilitySchedules + description: Get a list of the privilegedAccessGroupEligibilitySchedule objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_ListEligibilitySchedule parameters: - $ref: '#/components/parameters/top' @@ -74572,8 +75334,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get eligibilitySchedules from identityGovernance - description: The eligibility schedules to activate a just-in-time access. + summary: Get privilegedAccessGroupEligibilitySchedule + description: Read the properties and relationships of a privilegedAccessGroupEligibilitySchedule object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-beta operationId: identityGovernance.privilegedAccess.group_GetEligibilitySchedule parameters: - name: privilegedAccessGroupEligibilitySchedule-id @@ -75016,8 +75781,11 @@ paths: get: tags: - identityGovernance.roleManagementAlert - summary: Get alertConfigurations from identityGovernance - description: 'The various configurations of an alert for Microsoft Entra roles. The configurations are predefined and can''t be created or deleted, but some of the configurations can be modified.' + summary: List alertConfigurations + description: 'Get a list of the alert configurations. The alert configurations are a collection of following types that are derived from the unifiedRoleManagementAlertConfiguration object:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertconfigurations?view=graph-rest-beta operationId: identityGovernance.roleManagementAlert_ListAlertConfiguration parameters: - $ref: '#/components/parameters/top' @@ -75253,8 +76021,11 @@ paths: get: tags: - identityGovernance.roleManagementAlert - summary: Get alertDefinitions from identityGovernance - description: 'Defines an alert, its impact, and measures to mitigate or prevent it.' + summary: List alertDefinitions + description: Get a list of the unifiedRoleManagementAlertDefinition objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertdefinitions?view=graph-rest-beta operationId: identityGovernance.roleManagementAlert_ListAlertDefinition parameters: - $ref: '#/components/parameters/top' @@ -75444,8 +76215,11 @@ paths: get: tags: - identityGovernance.roleManagementAlert - summary: Get alerts from identityGovernance - description: Represents the alert entity. + summary: List alerts + description: Get a list of the unifiedRoleManagementAlert objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rolemanagementalert-list-alerts?view=graph-rest-beta operationId: identityGovernance.roleManagementAlert_ListAlert parameters: - $ref: '#/components/parameters/top' @@ -76506,8 +77280,11 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - summary: Get agreements from identityGovernance - description: Represents a tenant's customizable terms of use agreement that's created and managed with Microsoft Entra ID. + summary: List agreements + description: Retrieve a list of agreement objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-beta operationId: identityGovernance.termsGraphOPreUse_ListAgreement parameters: - $ref: '#/components/parameters/top' @@ -76557,7 +77334,11 @@ paths: post: tags: - identityGovernance.termsOfUseContainer - summary: Create new navigation property to agreements for identityGovernance + summary: Create agreement + description: Create a new agreement object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-beta operationId: identityGovernance.termsGraphOPreUse_CreateAgreement requestBody: description: New navigation property @@ -76580,8 +77361,11 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - summary: Get agreements from identityGovernance - description: Represents a tenant's customizable terms of use agreement that's created and managed with Microsoft Entra ID. + 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. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-beta operationId: identityGovernance.termsGraphOPreUse_GetAgreement parameters: - name: agreement-id @@ -76625,7 +77409,11 @@ paths: patch: tags: - identityGovernance.termsOfUseContainer - summary: Update the navigation property agreements in identityGovernance + summary: Update agreement + description: Update the properties of an agreement object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-beta operationId: identityGovernance.termsGraphOPreUse_UpdateAgreement parameters: - name: agreement-id @@ -76656,7 +77444,11 @@ paths: delete: tags: - identityGovernance.termsOfUseContainer - summary: Delete navigation property agreements for identityGovernance + summary: Delete agreement + description: Delete an agreement object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-beta operationId: identityGovernance.termsGraphOPreUse_DeleteAgreement parameters: - name: agreement-id @@ -76683,8 +77475,11 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - summary: Get acceptances from identityGovernance - description: Read-only. Information about acceptances of this agreement. + summary: List acceptances + description: Get the details about the acceptance records for a specific agreement. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-beta operationId: identityGovernance.termsGraphOPreUse.agreement_ListAcceptance parameters: - name: agreement-id @@ -76923,8 +77718,11 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - summary: Get file from identityGovernance - description: Default PDF linked to this agreement. + summary: Get agreementFile + description: 'Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta operationId: identityGovernance.termsGraphOPreUse.agreement_GetFile parameters: - name: agreement-id @@ -77613,7 +78411,11 @@ paths: post: tags: - identityGovernance.termsOfUseContainer - summary: Create new navigation property to files for identityGovernance + summary: Create agreementFileLocalization + description: Create a new localized agreement file. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-beta operationId: identityGovernance.termsGraphOPreUse.agreement_CreateFile parameters: - name: agreement-id @@ -87941,8 +88743,11 @@ paths: get: tags: - programs.programControl - summary: Get controls from programs - description: Controls associated with the program. + summary: List programControls of a program (deprecated) + description: 'In the Microsoft Entra access reviews feature, list all the programControl objects, linked to a particular program.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/program-listcontrols?view=graph-rest-beta operationId: program_ListControl parameters: - name: program-id @@ -88365,7 +89170,7 @@ paths: tags: - roleManagement.Functions summary: Invoke function assignedPrincipals - description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' + description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. This API is supported for the directory (Microsoft Entra ID) provider only. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta @@ -88473,7 +89278,7 @@ paths: tags: - roleManagement.Functions summary: Invoke function assignedPrincipals - description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' + description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. This API is supported for the directory (Microsoft Entra ID) provider only. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta @@ -88615,7 +89420,7 @@ paths: tags: - roleManagement.Functions summary: Invoke function assignedPrincipals - description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' + description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. This API is supported for the directory (Microsoft Entra ID) provider only. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta @@ -88723,7 +89528,7 @@ paths: tags: - roleManagement.Functions summary: Invoke function assignedPrincipals - description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' + description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. This API is supported for the directory (Microsoft Entra ID) provider only. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta @@ -89103,7 +89908,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get resourceNamespaces from roleManagement + summary: List resourceNamespaces + description: Get a list of the unifiedRbacResourceNamespace objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-beta operationId: roleManagement.directory_ListResourceNamespace parameters: - $ref: '#/components/parameters/top' @@ -89176,7 +89985,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get resourceNamespaces from roleManagement + summary: Get unifiedRbacResourceNamespace + description: Read the properties and relationships of an unifiedRbacResourceNamespace object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-beta operationId: roleManagement.directory_GetResourceNamespace parameters: - name: unifiedRbacResourceNamespace-id @@ -89320,8 +90133,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get resourceActions from roleManagement - description: Operations that an authorized principal is allowed to perform. + summary: List resourceActions + description: Get a list of the unifiedRbacResourceAction objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-beta operationId: roleManagement.directory.resourceNamespace_ListResourceAction parameters: - name: unifiedRbacResourceNamespace-id @@ -89411,8 +90227,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get resourceActions from roleManagement - description: Operations that an authorized principal is allowed to perform. + summary: Get unifiedRbacResourceAction + description: Read the properties and relationships of an unifiedRbacResourceAction object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-beta operationId: roleManagement.directory.resourceNamespace_GetResourceAction parameters: - name: unifiedRbacResourceNamespace-id @@ -90259,7 +91078,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignments from roleManagement + summary: List unifiedRoleAssignments + description: "Get a list of unifiedRoleAssignment objects for the provider. The following RBAC providers are currently supported:\n- directory (Microsoft Entra ID)\n- entitlement management (Microsoft Entra entitlement management)\n- Exchange Online" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta operationId: roleManagement.directory_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -90309,7 +91132,11 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleAssignments for roleManagement + summary: Create unifiedRoleAssignment + description: Create a new unifiedRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta operationId: roleManagement.directory_CreateRoleAssignment requestBody: description: New navigation property @@ -90332,7 +91159,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignments from roleManagement + summary: Get unifiedRoleAssignment + description: Retrieve the properties and relationships of a unifiedRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta operationId: roleManagement.directory_GetRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -90407,7 +91238,11 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property roleAssignments for roleManagement + summary: Delete unifiedRoleAssignment + description: Delete a unifiedRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta operationId: roleManagement.directory_DeleteRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -90435,7 +91270,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. + description: 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 @@ -90689,7 +91524,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentScheduleInstances from roleManagement + summary: List roleAssignmentScheduleInstances + description: 'Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-beta operationId: roleManagement.directory_ListRoleAssignmentScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -90762,7 +91601,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentScheduleInstances from roleManagement + summary: Get unifiedRoleAssignmentScheduleInstance + description: Get the instance of an active role assignment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-beta operationId: roleManagement.directory_GetRoleAssignmentScheduleInstance parameters: - name: unifiedRoleAssignmentScheduleInstance-id @@ -91185,7 +92028,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentScheduleRequests from roleManagement + summary: List roleAssignmentScheduleRequests + description: 'Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-beta operationId: roleManagement.directory_ListRoleAssignmentScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -91235,7 +92082,11 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleAssignmentScheduleRequests for roleManagement + summary: Create roleAssignmentScheduleRequests + description: 'Create a new unifiedRoleAssignmentScheduleRequest object. This operation allows both admins and users to add, remove, extend, or renew assignments. To run this request, the calling user must have multifactor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Microsoft Entra multifactor authentication to secure sign-in events.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-beta operationId: roleManagement.directory_CreateRoleAssignmentScheduleRequest requestBody: description: New navigation property @@ -91258,7 +92109,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentScheduleRequests from roleManagement + summary: Get unifiedRoleAssignmentScheduleRequest + description: 'In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-beta operationId: roleManagement.directory_GetRoleAssignmentScheduleRequest parameters: - name: unifiedRoleAssignmentScheduleRequest-id @@ -91752,7 +92607,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentSchedules from roleManagement + summary: List roleAssignmentSchedules + description: Get the schedules for active role assignment operations. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-beta operationId: roleManagement.directory_ListRoleAssignmentSchedule parameters: - $ref: '#/components/parameters/top' @@ -91825,7 +92684,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentSchedules from roleManagement + summary: Get unifiedRoleAssignmentSchedule + description: Retrieve the schedule for an active role assignment operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-beta operationId: roleManagement.directory_GetRoleAssignmentSchedule parameters: - name: unifiedRoleAssignmentSchedule-id @@ -92248,7 +93111,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleDefinitions from roleManagement + summary: List roleDefinitions + description: "Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune)\n- directory (Microsoft Entra ID) \n- entitlement management (Microsoft Entra ID)\n- Exchange Online" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta operationId: roleManagement.directory_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -92298,7 +93165,11 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleDefinitions for roleManagement + summary: Create roleDefinitions + description: "Create a new unifiedRoleDefinition object for an RBAC provider. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:\n- Cloud PC\n- device management (Intune)\n- directory (Microsoft Entra ID)" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta operationId: roleManagement.directory_CreateRoleDefinition requestBody: description: New navigation property @@ -92321,7 +93192,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleDefinitions from roleManagement + summary: Get unifiedRoleDefinition + description: "Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune)\n- directory (Microsoft Entra directory roles)\n- entitlement management (Microsoft Entra entitlement management)\n- Exchange Online" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta operationId: roleManagement.directory_GetRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -92365,7 +93240,11 @@ paths: patch: tags: - roleManagement.rbacApplication - summary: Update the navigation property roleDefinitions in roleManagement + summary: Update unifiedRoleDefinition + description: "Update the properties of a unifiedRoleDefinition object for an RBAC provider. You cannot update built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:\n- Cloud PC\n- device management (Intune)\n- directory (Microsoft Entra ID) " + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta operationId: roleManagement.directory_UpdateRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -92396,7 +93275,11 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property roleDefinitions for roleManagement + summary: Delete unifiedRoleDefinition + description: "Delete a unifiedRoleDefinition object for an RBAC provider. You cannot delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. The following RBAC providers are currently supported:\n- Cloud PC\n- device management (Intune)\n- directory (Microsoft Entra ID) " + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta operationId: roleManagement.directory_DeleteRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -92642,7 +93525,7 @@ paths: tags: - roleManagement.Functions summary: Invoke function assignedPrincipals - description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' + description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. This API is supported for the directory (Microsoft Entra ID) provider only. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta @@ -92772,7 +93655,7 @@ paths: tags: - roleManagement.Functions summary: Invoke function assignedPrincipals - description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' + description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. This API is supported for the directory (Microsoft Entra ID) provider only. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta @@ -92885,7 +93768,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilityScheduleInstances from roleManagement + summary: List roleEligibilityScheduleInstancess + description: Get a list of the unifiedRoleEligibilityScheduleInstance objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-beta operationId: roleManagement.directory_ListRoleEligibilityScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -92958,7 +93845,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilityScheduleInstances from roleManagement + summary: Get unifiedRoleEligibilityScheduleInstance + description: Read the properties and relationships of an unifiedRoleEligibilityScheduleInstance object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-beta operationId: roleManagement.directory_GetRoleEligibilityScheduleInstance parameters: - name: unifiedRoleEligibilityScheduleInstance-id @@ -93335,7 +94226,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilityScheduleRequests from roleManagement + summary: List roleEligibilityScheduleRequests + description: Get a list of the unifiedRoleEligibilityScheduleRequest objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-beta operationId: roleManagement.directory_ListRoleEligibilityScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -93385,7 +94280,11 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleEligibilityScheduleRequests for roleManagement + summary: Create roleEligibilityScheduleRequests + description: 'Create a new unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-beta operationId: roleManagement.directory_CreateRoleEligibilityScheduleRequest requestBody: description: New navigation property @@ -93408,7 +94307,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilityScheduleRequests from roleManagement + summary: Get unifiedRoleEligibilityScheduleRequest + description: Read the properties and relationships of an unifiedRoleEligibilityScheduleRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-beta operationId: roleManagement.directory_GetRoleEligibilityScheduleRequest parameters: - name: unifiedRoleEligibilityScheduleRequest-id @@ -93856,7 +94759,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilitySchedules from roleManagement + summary: List roleEligibilitySchedules + description: Get a list of the unifiedRoleEligibilitySchedule objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-beta operationId: roleManagement.directory_ListRoleEligibilitySchedule parameters: - $ref: '#/components/parameters/top' @@ -93929,7 +94836,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilitySchedules from roleManagement + summary: Get unifiedRoleEligibilitySchedule + description: Read the properties and relationships of an unifiedRoleEligibilitySchedule object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-beta operationId: roleManagement.directory_GetRoleEligibilitySchedule parameters: - name: unifiedRoleEligibilitySchedule-id @@ -94306,7 +95217,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get transitiveRoleAssignments from roleManagement + summary: List transitiveRoleAssignment + description: 'Get the list of direct and transitive unifiedRoleAssignment objects for a specific principal. For example, if a user is assigned a Microsoft Entra role through group membership, the role assignment is transitive, and this request will list the group''s ID as the principalId. Results can also be filtered by the roleDefinitionId and directoryScopeId. Supported only for directory (Microsoft Entra ID) provider. For more information, see Use Microsoft Entra groups to manage role assignments.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-beta operationId: roleManagement.directory_ListTransitiveRoleAssignment parameters: - name: ConsistencyLevel @@ -94502,7 +95417,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. + description: 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 @@ -96776,7 +97691,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. + description: 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 @@ -99427,7 +100342,7 @@ paths: tags: - roleManagement.Functions summary: Invoke function assignedPrincipals - description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' + description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. This API is supported for the directory (Microsoft Entra ID) provider only. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta @@ -99573,7 +100488,7 @@ paths: tags: - roleManagement.Functions summary: Invoke function assignedPrincipals - description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' + description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. This API is supported for the directory (Microsoft Entra ID) provider only. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta @@ -101643,7 +102558,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. + description: 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 @@ -103415,7 +104330,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignments from roleManagement + summary: List unifiedRoleAssignments + description: "Get a list of unifiedRoleAssignment objects for the provider. The following RBAC providers are currently supported:\n- directory (Microsoft Entra ID)\n- entitlement management (Microsoft Entra entitlement management)\n- Exchange Online" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta operationId: roleManagement.entitlementManagement_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -103465,7 +104384,11 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleAssignments for roleManagement + summary: Create unifiedRoleAssignment + description: Create a new unifiedRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta operationId: roleManagement.entitlementManagement_CreateRoleAssignment requestBody: description: New navigation property @@ -103591,7 +104514,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. + description: 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 @@ -105404,7 +106327,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleDefinitions from roleManagement + summary: List roleDefinitions + description: "Get a list of unifiedRoleDefinition objects for an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune)\n- directory (Microsoft Entra ID) \n- entitlement management (Microsoft Entra ID)\n- Exchange Online" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta operationId: roleManagement.entitlementManagement_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -105477,7 +106404,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleDefinitions from roleManagement + summary: Get unifiedRoleDefinition + description: "Get the properties and relationships of a unifiedRoleDefinition object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune)\n- directory (Microsoft Entra directory roles)\n- entitlement management (Microsoft Entra entitlement management)\n- Exchange Online" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta operationId: roleManagement.entitlementManagement_GetRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -105798,7 +106729,7 @@ paths: tags: - roleManagement.Functions summary: Invoke function assignedPrincipals - description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' + description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. This API is supported for the directory (Microsoft Entra ID) provider only. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta @@ -105928,7 +106859,7 @@ paths: tags: - roleManagement.Functions summary: Invoke function assignedPrincipals - description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' + description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. This API is supported for the directory (Microsoft Entra ID) provider only. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta @@ -107658,7 +108589,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. + description: 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 @@ -107965,7 +108896,7 @@ paths: tags: - roleManagement.Functions summary: Invoke function assignedPrincipals - description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' + description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. This API is supported for the directory (Microsoft Entra ID) provider only. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta @@ -108073,7 +109004,7 @@ paths: tags: - roleManagement.Functions summary: Invoke function assignedPrincipals - description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' + description: 'Get the list of security principals (users, groups, and service principals) that are assigned to a specific role for different scopes either directly or transitively. You can use the $count query parameter to also get the count. This API is supported for the directory (Microsoft Entra ID) provider only. To list the direct and transitive role assignments for a specific principal, use the List transitiveRoleAssignments API.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta @@ -108654,12 +109585,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 @@ -108679,7 +109610,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' @@ -108803,6 +109734,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: @@ -109597,11 +110529,12 @@ 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: '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 isValidationOnly: type: boolean - description: True if the request is not to be processed for assignment. + description: True if the request isn't to be processed for assignment. nullable: true justification: type: string @@ -109609,7 +110542,7 @@ components: nullable: true requestState: type: string - description: 'One of PendingApproval, Canceled, Denied, Delivering, Delivered, PartiallyDelivered, DeliveryFailed, Submitted or Scheduled. Read-only.' + description: 'One of PendingApproval, Canceled, Denied, Delivering, Delivered, PartiallyDelivered, DeliveryFailed, Submitted, or Scheduled. Read-only.' nullable: true requestStatus: type: string @@ -109617,7 +110550,7 @@ components: nullable: true requestType: type: string - description: 'One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove or SystemRemove. A request from the user themselves would have requestType of UserAdd, UserUpdate or UserRemove. Read-only.' + description: 'One of UserAdd, UserExtend, UserUpdate, UserRemove, AdminAdd, AdminRemove, or SystemRemove. A request from the user has a requestType of UserAdd, UserUpdate, or UserRemove. Read-only.' nullable: true schedule: $ref: '#/components/schemas/microsoft.graph.requestSchedule' @@ -109625,7 +110558,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.verifiedCredentialData' - description: 'The details of the verifiable credential that was presented by the requestor, such as the issuer and claims. Read-only.' + description: 'The details of the verifiable credential that the requestor presented, such as the issuer and claims. Read-only.' accessPackage: $ref: '#/components/schemas/microsoft.graph.accessPackage' accessPackageAssignment: @@ -109739,6 +110672,7 @@ components: nullable: true onPremisesSecurityIdentifier: type: string + description: 'A string representation of the principal''s security identifier, if known, or null if the subject doesn''t have a security identifier.' nullable: true principalName: type: string @@ -110198,6 +111132,8 @@ components: x-ms-navigationProperty: true deletedItems: $ref: '#/components/schemas/microsoft.graph.deletedItemContainer' + insights: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.insights' settings: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' taskDefinitions: @@ -110347,7 +111283,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: @@ -111430,6 +112366,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleTaskCategory' continueOnError: type: boolean + description: Defines if the workflow will continue if the task has an error. description: type: string description: The description of the taskDefinition. @@ -111494,6 +112431,237 @@ components: format: int32 additionalProperties: type: object + microsoft.graph.identityGovernance.insights: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: insights + type: object + additionalProperties: + type: object + microsoft.graph.identityGovernance.topTasksInsightsSummary: + title: topTasksInsightsSummary + type: object + properties: + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs of the task. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed by the task. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the task. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the task. + format: int32 + taskDefinitionDisplayName: + type: string + description: The name of the task. + taskDefinitionId: + type: string + description: The task ID. + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of the task. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by the task. + format: int32 + additionalProperties: + type: object + microsoft.graph.identityGovernance.topWorkflowsInsightsSummary: + title: topWorkflowsInsightsSummary + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed runs for workflow. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users who were processed. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful runs of the workflow. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by the workflow. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total runs of workflow. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total number of users processed by the workflow. + format: int32 + workflowCategory: + $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowCategory' + workflowDisplayName: + type: string + description: The name of the workflow. + workflowId: + type: string + description: The workflow ID. + workflowVersion: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The version of the workflow that was a top workflow ran. + format: int32 + additionalProperties: + type: object + microsoft.graph.identityGovernance.workflowsInsightsByCategory: + title: workflowsInsightsByCategory + type: object + properties: + failedJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Joiner' workflows processed in a tenant. + format: int32 + failedLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Leaver' workflows processed in a tenant. + format: int32 + failedMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Failed 'Mover' workflows processed in a tenant. + format: int32 + successfulJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Joiner' workflows processed in a tenant. + format: int32 + successfulLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Leaver' workflows processed in a tenant. + format: int32 + successfulMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Successful 'Mover' workflows processed in a tenant. + format: int32 + totalJoinerRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Joiner' workflows processed in a tenant. + format: int32 + totalLeaverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Leaver' workflows processed in a tenant. + format: int32 + totalMoverRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Total 'Mover' workflows processed in a tenant. + format: int32 + additionalProperties: + type: object + microsoft.graph.identityGovernance.workflowsInsightsSummary: + title: workflowsInsightsSummary + type: object + properties: + failedRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed workflow runs processed in the tenant. + format: int32 + failedTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed tasks processed in the tenant. + format: int32 + failedUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of failed users processed by workflows in the tenant. + format: int32 + successfulRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful workflow runs processed in the tenant. + format: int32 + successfulTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful tasks processed in the tenant. + format: int32 + successfulUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of successful users processed by workflows in the tenant. + format: int32 + totalRuns: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total workflows processed in the tenant. + format: int32 + totalTasks: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total tasks processed by workflows in the tenant. + format: int32 + totalUsers: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: Count of total users processed by workflows in the tenant. + format: int32 + additionalProperties: + type: object microsoft.graph.identityGovernance.lifecycleManagementSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -111911,10 +113079,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 @@ -111984,7 +113153,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 @@ -112771,14 +113940,15 @@ components: nullable: true externalId: type: string - description: The external id of the role definition. + description: The external ID of the role definition. nullable: true resourceId: type: string - description: Required. The id of the resource associated with the role definition. + description: Required. The ID of the resource associated with the role definition. nullable: true templateId: type: string + description: The unique identifier for the template. nullable: true resource: $ref: '#/components/schemas/microsoft.graph.governanceResource' @@ -113500,7 +114670,7 @@ components: properties: appScopeId: type: string - description: 'Identifier of the app specific scope when the assignment scope is app specific. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by a resource application only. For the entitlement management provider, use this property to specify a catalog, for example /AccessPackageCatalog/beedadfe-01d5-4025-910b-84abb9369997. Supports $filter (eq, in). For example /roleManagement/entitlementManagement/roleAssignments?$filter=appScopeId eq ''/AccessPackageCatalog/{catalog id}''.' + description: 'Identifier of the app specific scope when the assignment scope is app specific. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by a resource application only. For the entitlement management provider, use this property to specify a catalog. For example, /AccessPackageCatalog/beedadfe-01d5-4025-910b-84abb9369997. Supports $filter (eq, in). For example /roleManagement/entitlementManagement/roleAssignments?$filter=appScopeId eq ''/AccessPackageCatalog/{catalog id}''.' nullable: true condition: type: string @@ -113886,11 +115056,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -115003,7 +116173,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 @@ -115210,6 +116380,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: @@ -115575,6 +116747,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: @@ -115732,6 +116908,10 @@ components: 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 @@ -115824,6 +117004,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -115839,7 +117023,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: @@ -115851,7 +117035,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' @@ -116216,7 +117400,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 @@ -117640,7 +118824,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -117769,10 +118953,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: @@ -117785,6 +118971,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 @@ -117803,6 +118990,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -117815,6 +119003,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: @@ -117857,16 +119046,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 @@ -118568,6 +119760,14 @@ components: $ref: '#/components/schemas/microsoft.graph.identityGovernance.valueType' additionalProperties: type: object + microsoft.graph.identityGovernance.lifecycleWorkflowCategory: + title: lifecycleWorkflowCategory + enum: + - joiner + - leaver + - unknownFutureValue + - mover + type: string microsoft.graph.emailSettings: title: emailSettings type: object @@ -118580,14 +119780,6 @@ components: description: Specifies if the organization’s banner logo should be included in email notifications. The banner logo will replace the Microsoft logo at the top of the email notification. If true the banner logo will be taken from the tenant’s branding settings. This value can only be set to true if the organizationalBranding bannerLogo property is set. additionalProperties: type: object - microsoft.graph.identityGovernance.lifecycleWorkflowCategory: - title: lifecycleWorkflowCategory - enum: - - joiner - - leaver - - unknownFutureValue - - mover - type: string microsoft.graph.identityGovernance.workflowExecutionConditions: title: workflowExecutionConditions type: object @@ -120638,36 +121830,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' @@ -120724,14 +121923,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.appRole: @@ -120890,6 +122092,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: @@ -120989,6 +122192,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' @@ -121443,8 +122671,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])$' @@ -121694,6 +122924,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: @@ -121926,6 +123158,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 @@ -122101,6 +123334,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -122415,6 +123650,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -122544,6 +123780,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: @@ -122600,6 +123837,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. @@ -122727,7 +123966,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -122776,6 +124014,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. @@ -123046,6 +124286,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: @@ -123837,6 +125078,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.' @@ -125890,10 +127133,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 @@ -126088,12 +127333,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: @@ -126477,6 +127724,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -127923,6 +129171,17 @@ components: 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: @@ -128199,6 +129458,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' @@ -128413,11 +129680,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: @@ -129031,6 +130302,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 @@ -129292,6 +130564,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' @@ -129484,6 +130766,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' @@ -130288,6 +131578,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: @@ -130905,6 +132196,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: @@ -132132,6 +133460,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -132141,6 +133470,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 @@ -132663,6 +133993,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: @@ -133329,6 +134664,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -133950,6 +135291,7 @@ components: 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: @@ -133969,6 +135311,7 @@ components: 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: @@ -133981,6 +135324,21 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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.synchronizationSecret: title: synchronizationSecret enum: @@ -134171,14 +135529,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: @@ -134189,6 +135539,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 @@ -134613,6 +135971,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 @@ -134888,6 +136290,14 @@ components: 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 @@ -136289,6 +137699,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -136670,6 +138098,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 @@ -137838,6 +139312,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -138157,6 +139649,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: @@ -138816,6 +140336,17 @@ components: nullable: true 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.synchronizationError: title: synchronizationError type: object @@ -138987,6 +140518,60 @@ components: - chat - unknownFutureValue type: string + 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 @@ -139402,6 +140987,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 @@ -139444,27 +141030,71 @@ components: nullable: true additionalProperties: type: object + 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' additionalProperties: @@ -139725,6 +141355,41 @@ components: - Extensions - BaseObjectName 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' diff --git a/openApiDocs/beta/Identity.Partner.yml b/openApiDocs/beta/Identity.Partner.yml index 3a8ee7da2e7..6bdbc3f9faa 100644 --- a/openApiDocs/beta/Identity.Partner.yml +++ b/openApiDocs/beta/Identity.Partner.yml @@ -10,8 +10,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminCustomer - summary: Get delegatedAdminCustomers from tenantRelationships - description: The customer who has a delegated admin relationship with a Microsoft partner. + summary: List delegatedAdminCustomers + description: Get a list of the delegatedAdminCustomer objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta operationId: tenantRelationship_ListDelegatedAdminCustomer parameters: - $ref: '#/components/parameters/top' @@ -84,8 +87,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminCustomer - summary: Get delegatedAdminCustomers from tenantRelationships - description: The customer who has a delegated admin relationship with a Microsoft partner. + summary: Get delegatedAdminCustomer + description: Read the properties of a delegatedAdminCustomer object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta operationId: tenantRelationship_GetDelegatedAdminCustomer parameters: - name: delegatedAdminCustomer-id @@ -187,8 +193,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminCustomer - summary: Get serviceManagementDetails from tenantRelationships - description: Contains the management details of a service in the customer tenant that's managed by delegated administration. + summary: List serviceManagementDetails + description: Get a list of the delegatedAdminServiceManagementDetail objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta operationId: tenantRelationship.delegatedAdminCustomer_ListServiceManagementDetail parameters: - name: delegatedAdminCustomer-id @@ -441,8 +450,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get delegatedAdminRelationships from tenantRelationships - description: The details of the delegated administrative privileges that a Microsoft partner has in a customer tenant. + summary: List delegatedAdminRelationships + description: Get a list of the delegatedAdminRelationship objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta operationId: tenantRelationship_ListDelegatedAdminRelationship parameters: - $ref: '#/components/parameters/top' @@ -492,7 +504,11 @@ paths: post: tags: - tenantRelationships.delegatedAdminRelationship - summary: Create new navigation property to delegatedAdminRelationships for tenantRelationships + summary: Create delegatedAdminRelationship + description: Create a new delegatedAdminRelationship object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta operationId: tenantRelationship_CreateDelegatedAdminRelationship requestBody: description: New navigation property @@ -515,8 +531,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get delegatedAdminRelationships from tenantRelationships - description: The details of the delegated administrative privileges that a Microsoft partner has in a customer tenant. + summary: Get delegatedAdminRelationship + description: Read the properties of a delegatedAdminRelationship object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta operationId: tenantRelationship_GetDelegatedAdminRelationship parameters: - name: delegatedAdminRelationship-id @@ -560,7 +579,11 @@ paths: patch: tags: - tenantRelationships.delegatedAdminRelationship - summary: Update the navigation property delegatedAdminRelationships in tenantRelationships + summary: Update delegatedAdminRelationship + description: "Update the properties of a delegatedAdminRelationship object. The following restrictions apply:\n- You can update this relationship when its status property is created.\n- You can update the autoExtendDuration property when status is either created or active.\n- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta operationId: tenantRelationship_UpdateDelegatedAdminRelationship parameters: - name: delegatedAdminRelationship-id @@ -591,7 +614,11 @@ paths: delete: tags: - tenantRelationships.delegatedAdminRelationship - summary: Delete navigation property delegatedAdminRelationships for tenantRelationships + summary: Delete delegatedAdminRelationship + description: 'Delete a delegatedAdminRelationship object. A relationship can only be deleted if it''s in the ''created'' status. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta operationId: tenantRelationship_DeleteDelegatedAdminRelationship parameters: - name: delegatedAdminRelationship-id @@ -618,8 +645,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get accessAssignments from tenantRelationships - description: The access assignments associated with the delegated admin relationship. + summary: List accessAssignments + description: Get a list of the delegatedAdminAccessAssignment objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta operationId: tenantRelationship.delegatedAdminRelationship_ListAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -677,7 +707,11 @@ paths: post: tags: - tenantRelationships.delegatedAdminRelationship - summary: Create new navigation property to accessAssignments for tenantRelationships + summary: Create accessAssignments + description: Create a new delegatedAdminAccessAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta operationId: tenantRelationship.delegatedAdminRelationship_CreateAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -709,8 +743,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get accessAssignments from tenantRelationships - description: The access assignments associated with the delegated admin relationship. + summary: Get delegatedAdminAccessAssignment + description: Read the properties of a delegatedAdminAccessAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta operationId: tenantRelationship.delegatedAdminRelationship_GetAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -762,7 +799,11 @@ paths: patch: tags: - tenantRelationships.delegatedAdminRelationship - summary: Update the navigation property accessAssignments in tenantRelationships + summary: Update delegatedAdminAccessAssignment + description: Update the properties of a delegatedAdminAccessAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta operationId: tenantRelationship.delegatedAdminRelationship_UpdateAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -801,7 +842,11 @@ paths: delete: tags: - tenantRelationships.delegatedAdminRelationship - summary: Delete navigation property accessAssignments for tenantRelationships + summary: Delete delegatedAdminAccessAssignment + description: Delete a delegatedAdminAccessAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta operationId: tenantRelationship.delegatedAdminRelationship_DeleteAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -858,8 +903,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get operations from tenantRelationships - description: The long running operations associated with the delegated admin relationship. + summary: List operations + description: Get a list of the delegatedAdminRelationshipOperation objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta operationId: tenantRelationship.delegatedAdminRelationship_ListOperation parameters: - name: delegatedAdminRelationship-id @@ -949,8 +997,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get operations from tenantRelationships - description: The long running operations associated with the delegated admin relationship. + summary: Get delegatedAdminRelationshipOperation + description: Read the properties of a delegatedAdminRelationshipOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta operationId: tenantRelationship.delegatedAdminRelationship_GetOperation parameters: - name: delegatedAdminRelationship-id @@ -1098,8 +1149,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get requests from tenantRelationships - description: The requests associated with the delegated admin relationship. + summary: List requests + description: Get a list of the delegatedAdminRelationshipRequest objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta operationId: tenantRelationship.delegatedAdminRelationship_ListRequest parameters: - name: delegatedAdminRelationship-id @@ -1157,7 +1211,11 @@ paths: post: tags: - tenantRelationships.delegatedAdminRelationship - summary: Create new navigation property to requests for tenantRelationships + summary: Create requests + description: Create a new delegatedAdminRelationshipRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta operationId: tenantRelationship.delegatedAdminRelationship_CreateRequest parameters: - name: delegatedAdminRelationship-id @@ -1189,8 +1247,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get requests from tenantRelationships - description: The requests associated with the delegated admin relationship. + summary: Get delegatedAdminRelationshipRequest + description: Read the properties and relationships of a delegatedAdminRelationshipRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta operationId: tenantRelationship.delegatedAdminRelationship_GetRequest parameters: - name: delegatedAdminRelationship-id diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index ddd52a7ff66..d81b8c83cd2 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/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-beta 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-beta 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-beta 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-beta 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: Deletes an identityApiConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-beta operationId: identity_DeleteApiConnector parameters: - name: identityApiConnector-id @@ -499,7 +517,11 @@ paths: get: tags: - identity.authenticationEventListener - summary: Get authenticationEventListeners from identity + 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-beta operationId: identity_ListAuthenticationEventListener parameters: - $ref: '#/components/parameters/top' @@ -549,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-beta operationId: identity_CreateAuthenticationEventListener requestBody: description: New navigation property @@ -616,7 +642,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-beta operationId: identity_UpdateAuthenticationEventListener parameters: - name: authenticationEventListener-id @@ -647,7 +677,11 @@ paths: delete: tags: - identity.authenticationEventListener - summary: Delete navigation property authenticationEventListeners for identity + summary: Delete authenticationEventListener + description: Deletes an authenticationEventListener object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-beta operationId: identity_DeleteAuthenticationEventListener parameters: - name: authenticationEventListener-id @@ -688,8 +722,11 @@ paths: get: tags: - identity.authenticationEventsFlow - summary: Get authenticationEventsFlows from identity - description: Represents the entry point for self-service sign up and sign in user flows in both Microsoft Entra workforce and customer tenants. + summary: List authenticationEventsFlows + description: Get a collection of authentication events policies that are derived from authenticationEventsFlow. Only the externalUsersSelfServiceSignupEventsFlow object type is returned. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-beta operationId: identity_ListAuthenticationEventsFlow parameters: - $ref: '#/components/parameters/top' @@ -739,7 +776,11 @@ paths: post: tags: - identity.authenticationEventsFlow - summary: Create new navigation property to authenticationEventsFlows for identity + summary: Create authenticationEventsFlow + description: Create a new authenticationEventsFlow object that is of the type specified in the request body. You can create only an externalUsersSelfServiceSignupEventsFlow object type. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-beta operationId: identity_CreateAuthenticationEventsFlow requestBody: description: New navigation property @@ -762,8 +803,11 @@ paths: get: tags: - identity.authenticationEventsFlow - summary: Get authenticationEventsFlows from identity - description: Represents the entry point for self-service sign up and sign in user flows in both Microsoft Entra workforce and customer tenants. + summary: Get authenticationEventsFlow + description: Retrieve the properties and relationships of a specific authenticationEventsFlow object by ID. Only externalUsersSelfServiceSignupEventsFlow object types are available. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-beta operationId: identity_GetAuthenticationEventsFlow parameters: - name: authenticationEventsFlow-id @@ -807,7 +851,11 @@ paths: patch: tags: - identity.authenticationEventsFlow - summary: Update the navigation property authenticationEventsFlows in identity + summary: Update authenticationEventsFlow + description: Update the properties of an authenticationEventsFlow object. Only the externalUsersSelfServiceSignupEventsFlow object type is supported. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-beta operationId: identity_UpdateAuthenticationEventsFlow parameters: - name: authenticationEventsFlow-id @@ -838,7 +886,11 @@ paths: delete: tags: - identity.authenticationEventsFlow - summary: Delete navigation property authenticationEventsFlows for identity + summary: Delete authenticationEventsFlow + description: Delete a specific authenticationEventsFlow resource by ID. Only externalUsersSelfServiceSignupEventsFlow object types are available. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-beta operationId: identity_DeleteAuthenticationEventsFlow parameters: - name: authenticationEventsFlow-id @@ -1543,7 +1595,11 @@ paths: get: tags: - identity.authenticationEventsFlow - summary: Get attributes from identity + summary: List attributes (of a user flow) + description: Get an identityUserFlowAttribute collection associated with an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. These are the attributes that are collected from the user during the authentication experience that's defined by the user flow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta operationId: identity.authenticationEventsFlowAsOnAttributeCollectionExternalUsersSelfServiceSignUp_ListAttribute parameters: - name: authenticationEventsFlow-id @@ -1602,7 +1658,11 @@ paths: delete: tags: - identity.authenticationEventsFlow - summary: Delete ref of navigation property attributes for identity + summary: Remove attribute (from user flow) + description: 'Remove an attribute from an external identities self-service sign up user flow that''s represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. After this step, PATCH the user flow to remove the attribute from the attribute collection step.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-delete-attributes?view=graph-rest-beta operationId: identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp.attribute_DeleteIdentityUserFlowGraphAPretributeGraphBPreRef parameters: - name: authenticationEventsFlow-id @@ -1659,7 +1719,11 @@ paths: get: tags: - identity.authenticationEventsFlow - summary: Get ref of attributes from identity + summary: List attributes (of a user flow) + description: Get an identityUserFlowAttribute collection associated with an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. These are the attributes that are collected from the user during the authentication experience that's defined by the user flow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta operationId: identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp_ListGraphAPretributeGraphBPreRef parameters: - name: authenticationEventsFlow-id @@ -1697,7 +1761,11 @@ paths: post: tags: - identity.authenticationEventsFlow - summary: Create new navigation property ref to attributes for identity + summary: Add attribute (to user flow) + description: 'Add an attribute to an external identities self-service sign up user flow that''s represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. Prior to this step, PATCH the user flow to add the attribute to the attribute collection step (to determine how it will be displayed).' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-beta operationId: identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp_CreateGraphAPretributeGraphBPreRef parameters: - name: authenticationEventsFlow-id @@ -1719,7 +1787,11 @@ paths: delete: tags: - identity.authenticationEventsFlow - summary: Delete ref of navigation property attributes for identity + summary: Remove attribute (from user flow) + description: 'Remove an attribute from an external identities self-service sign up user flow that''s represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. After this step, PATCH the user flow to remove the attribute from the attribute collection step.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-delete-attributes?view=graph-rest-beta operationId: identity.authenticationEventsFlowAsOnGraphAPretributeCollectionExternalUsersSelfServiceSignUp_DeleteGraphAPretributeGraphBPreRef parameters: - name: authenticationEventsFlow-id @@ -1822,7 +1894,11 @@ paths: get: tags: - identity.authenticationEventsFlow - summary: Get identityProviders from identity + 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-beta operationId: identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_ListIdentityProvider parameters: - name: authenticationEventsFlow-id @@ -1938,7 +2014,11 @@ paths: get: tags: - identity.authenticationEventsFlow - summary: Get ref of identityProviders from identity + 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-beta operationId: identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_ListIdentityProviderGraphBPreRef parameters: - name: authenticationEventsFlow-id @@ -1976,7 +2056,11 @@ paths: post: tags: - identity.authenticationEventsFlow - summary: Create new navigation property ref to identityProviders for identity + summary: Add identityProvider (to a user flow) + description: Add an identity provider to an external identities self-service sign up user flow that's 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-beta operationId: identity.authenticationEventsFlowAsOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp_CreateIdentityProviderGraphBPreRef parameters: - name: authenticationEventsFlow-id @@ -2111,8 +2195,11 @@ paths: get: tags: - identity.b2cIdentityUserFlow - summary: Get b2cUserFlows from identity - description: Represents entry point for B2C identity userflows. + summary: List b2cIdentityUserFlows + description: Retrieve a list of b2cIdentityUserFlow objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-list-b2cuserflows?view=graph-rest-beta operationId: identity_ListB2cUserFlow parameters: - $ref: '#/components/parameters/top' @@ -2162,7 +2249,11 @@ paths: post: tags: - identity.b2cIdentityUserFlow - summary: Create new navigation property to b2cUserFlows for identity + summary: Create b2cIdentityUserFlow + description: Create a new b2cIdentityUserFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-beta operationId: identity_CreateB2cUserFlow requestBody: description: New navigation property @@ -2185,8 +2276,11 @@ paths: get: tags: - identity.b2cIdentityUserFlow - summary: Get b2cUserFlows from identity - description: Represents entry point for B2C identity userflows. + summary: Get b2cIdentityUserFlow + description: Retrieve the properties and relationships of a b2cUserFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cidentityuserflow-get?view=graph-rest-beta operationId: identity_GetB2cUserFlow parameters: - name: b2cIdentityUserFlow-id @@ -2230,7 +2324,11 @@ paths: patch: tags: - identity.b2cIdentityUserFlow - summary: Update the navigation property b2cUserFlows in identity + summary: Update b2cIdentityUserFlow + description: Update the properties of a b2cIdentityUserFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cidentityuserflow-update?view=graph-rest-beta operationId: identity_UpdateB2cUserFlow parameters: - name: b2cIdentityUserFlow-id @@ -2261,7 +2359,11 @@ paths: delete: tags: - identity.b2cIdentityUserFlow - summary: Delete navigation property b2cUserFlows for identity + summary: Delete b2cIdentityUserFlow + description: Delete a b2cIdentityUserFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete?view=graph-rest-beta operationId: identity_DeleteB2cUserFlow parameters: - name: b2cIdentityUserFlow-id @@ -2288,7 +2390,11 @@ paths: get: tags: - identity.b2cIdentityUserFlow - summary: Get identityProviders from identity + summary: List all identityProviders in a b2cIdentityUserFlow (deprecated) + description: Get the identity providers in a b2cIdentityUserFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta operationId: identity.b2cUserFlow_ListIdentityProvider parameters: - name: b2cIdentityUserFlow-id @@ -2353,7 +2459,11 @@ paths: delete: tags: - identity.b2cIdentityUserFlow - summary: Delete ref of navigation property identityProviders for identity + summary: Delete an identityProvider from a b2cIdentityUserFlow (deprecated) + description: 'Delete an identity provider from a b2cIdentityUserFlow object. For more information about identity providers available for user flows, see the identityProviders API reference.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete-identityproviders?view=graph-rest-beta operationId: identity.b2cUserFlow.identityProvider_DeleteIdentityProviderGraphBPreRef parameters: - name: b2cIdentityUserFlow-id @@ -2422,7 +2532,11 @@ paths: get: tags: - identity.b2cIdentityUserFlow - summary: Get ref of identityProviders from identity + summary: List all identityProviders in a b2cIdentityUserFlow (deprecated) + description: Get the identity providers in a b2cIdentityUserFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta operationId: identity.b2cUserFlow_ListIdentityProviderGraphBPreRef parameters: - name: b2cIdentityUserFlow-id @@ -2466,7 +2580,11 @@ paths: post: tags: - identity.b2cIdentityUserFlow - summary: Create new navigation property ref to identityProviders for identity + summary: Add identityProvider to a b2cIdentityUserFlow (deprecated) + description: Add identity providers in a b2cIdentityUserFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-identityproviders?view=graph-rest-beta operationId: identity.b2cUserFlow_CreateIdentityProviderGraphBPreRef parameters: - name: b2cIdentityUserFlow-id @@ -2494,7 +2612,11 @@ paths: delete: tags: - identity.b2cIdentityUserFlow - summary: Delete ref of navigation property identityProviders for identity + summary: Delete an identityProvider from a b2cIdentityUserFlow (deprecated) + description: 'Delete an identity provider from a b2cIdentityUserFlow object. For more information about identity providers available for user flows, see the identityProviders API reference.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete-identityproviders?view=graph-rest-beta operationId: identity.b2cUserFlow_DeleteIdentityProviderGraphBPreRef parameters: - name: b2cIdentityUserFlow-id @@ -2535,8 +2657,11 @@ paths: get: tags: - identity.b2cIdentityUserFlow - summary: Get languages from identity - description: The languages supported for customization within the user flow. Language customization is not enabled by default in B2C user flows. + summary: List languages + description: 'Retrieve a list of languages supported for customization in an Azure AD B2C user flow. Note: To retrieve a list of languages supported for customization, you must first enable language customization on your Azure AD B2C user flow. For more information, see Update b2cIdentityUserFlow.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-languages?view=graph-rest-beta operationId: identity.b2cUserFlow_ListLanguage parameters: - name: b2cIdentityUserFlow-id @@ -2626,8 +2751,11 @@ paths: get: tags: - identity.b2cIdentityUserFlow - summary: Get languages from identity - description: The languages supported for customization within the user flow. Language customization is not enabled by default in B2C 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: To retrieve a language supported for customization, you must first enable language customization on your Azure AD B2C user flow. For more information, see Update b2cIdentityUserFlow. 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-beta operationId: identity.b2cUserFlow_GetLanguage parameters: - name: b2cIdentityUserFlow-id @@ -2679,7 +2807,11 @@ paths: patch: tags: - identity.b2cIdentityUserFlow - summary: Update the navigation property languages in identity + summary: Create or update language + description: 'This method is used to create or update a custom language in an Azure AD B2C user flow. Note: You must enable language customization in the Azure AD B2C user flow before you can create a custom language. For more information, see Update b2cIdentityUserFlow.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cidentityuserflow-put-languages?view=graph-rest-beta operationId: identity.b2cUserFlow_UpdateLanguage parameters: - name: b2cIdentityUserFlow-id @@ -2718,7 +2850,11 @@ paths: delete: tags: - identity.b2cIdentityUserFlow - summary: Delete navigation property languages for identity + summary: Delete userFlowLanguageConfiguration + description: 'Deletes a userFlowLanguageConfiguration object from a Azure AD B2C user flow. Note: You cannot delete languages from an Microsoft Entra user flow.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-delete?view=graph-rest-beta operationId: identity.b2cUserFlow_DeleteLanguage parameters: - name: b2cIdentityUserFlow-id @@ -3012,6 +3148,7 @@ paths: tags: - identity.b2cIdentityUserFlow summary: Get media content for the navigation property defaultPages from identity + description: The unique identifier for an entity. Read-only. operationId: identity.b2cUserFlow.language_GetDefaultPagesContent parameters: - name: b2cIdentityUserFlow-id @@ -3048,11 +3185,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - identity.b2cIdentityUserFlow summary: Update media content for the navigation property defaultPages in identity + description: The unique identifier for an entity. Read-only. operationId: identity.b2cUserFlow.language_SetDefaultPagesContent parameters: - name: b2cIdentityUserFlow-id @@ -3092,7 +3229,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - identity.b2cIdentityUserFlow + summary: Delete media content for the navigation property defaultPages in identity + description: The unique identifier for an entity. Read-only. + operationId: identity.b2cUserFlow.language_DeleteDefaultPagesContent + parameters: + - name: b2cIdentityUserFlow-id + in: path + description: The unique identifier of b2cIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2cIdentityUserFlow + - 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/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count': get: tags: @@ -3386,6 +3564,7 @@ paths: tags: - identity.b2cIdentityUserFlow summary: Get media content for the navigation property overridesPages from identity + description: The unique identifier for an entity. Read-only. operationId: identity.b2cUserFlow.language_GetOverridesPagesContent parameters: - name: b2cIdentityUserFlow-id @@ -3422,11 +3601,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - identity.b2cIdentityUserFlow summary: Update media content for the navigation property overridesPages in identity + description: The unique identifier for an entity. Read-only. operationId: identity.b2cUserFlow.language_SetOverridesPagesContent parameters: - name: b2cIdentityUserFlow-id @@ -3466,7 +3645,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - identity.b2cIdentityUserFlow + summary: Delete media content for the navigation property overridesPages in identity + description: The unique identifier for an entity. Read-only. + operationId: identity.b2cUserFlow.language_DeleteOverridesPagesContent + parameters: + - name: b2cIdentityUserFlow-id + in: path + description: The unique identifier of b2cIdentityUserFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: b2cIdentityUserFlow + - 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/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count': get: tags: @@ -3523,8 +3743,11 @@ paths: get: tags: - identity.b2cIdentityUserFlow - 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 b2cIdentityUserFlow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-userattributeassignments?view=graph-rest-beta operationId: identity.b2cUserFlow_ListUserAttributeAssignment parameters: - name: b2cIdentityUserFlow-id @@ -3582,7 +3805,11 @@ paths: post: tags: - identity.b2cIdentityUserFlow - summary: Create new navigation property to userAttributeAssignments for identity + summary: Create userAttributeAssignments + description: Create a new identityUserFlowAttributeAssignment object in a b2cIdentityUserFlow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-userattributeassignments?view=graph-rest-beta operationId: identity.b2cUserFlow_CreateUserAttributeAssignment parameters: - name: b2cIdentityUserFlow-id @@ -3614,8 +3841,11 @@ paths: get: tags: - identity.b2cIdentityUserFlow - 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-beta operationId: identity.b2cUserFlow_GetUserAttributeAssignment parameters: - name: b2cIdentityUserFlow-id @@ -3667,7 +3897,11 @@ paths: patch: tags: - identity.b2cIdentityUserFlow - 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-beta operationId: identity.b2cUserFlow_UpdateUserAttributeAssignment parameters: - name: b2cIdentityUserFlow-id @@ -3706,7 +3940,11 @@ paths: delete: tags: - identity.b2cIdentityUserFlow - 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-beta operationId: identity.b2cUserFlow_DeleteUserAttributeAssignment parameters: - name: b2cIdentityUserFlow-id @@ -3884,6 +4122,7 @@ paths: tags: - identity.b2cIdentityUserFlow summary: Get userFlowIdentityProviders from identity + description: The identity providers included in the user flow. operationId: identity.b2cUserFlow_ListUserFlowIdentityProvider parameters: - name: b2cIdentityUserFlow-id @@ -3943,6 +4182,7 @@ paths: tags: - identity.b2cIdentityUserFlow summary: Get userFlowIdentityProviders from identity + description: The identity providers included in the user flow. operationId: identity.b2cUserFlow_GetUserFlowIdentityProvider parameters: - name: b2cIdentityUserFlow-id @@ -4031,8 +4271,11 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get b2xUserFlows from identity - description: Represents entry point for B2X and self-service sign-up identity userflows. + 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-beta operationId: identity_ListB2xUserFlow parameters: - $ref: '#/components/parameters/top' @@ -4082,7 +4325,11 @@ paths: post: tags: - identity.b2xIdentityUserFlow - summary: Create new navigation property to b2xUserFlows for identity + 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-beta operationId: identity_CreateB2xUserFlow requestBody: description: New navigation property @@ -4105,8 +4352,11 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get b2xUserFlows from identity - description: Represents entry point for B2X and self-service sign-up identity userflows. + 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-beta operationId: identity_GetB2xUserFlow parameters: - name: b2xIdentityUserFlow-id @@ -4181,7 +4431,11 @@ paths: delete: tags: - identity.b2xIdentityUserFlow - summary: Delete navigation property b2xUserFlows for identity + 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-beta operationId: identity_DeleteB2xUserFlow parameters: - name: b2xIdentityUserFlow-id @@ -4208,8 +4462,11 @@ paths: 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. + 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-beta operationId: identity.b2xUserFlow_GetApiConnectorConfiguration parameters: - name: b2xIdentityUserFlow-id @@ -4840,7 +5097,11 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get identityProviders from identity + summary: List all identityProviders in a b2xIdentityUserFlow (deprecated) + 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-beta operationId: identity.b2xUserFlow_ListIdentityProvider parameters: - name: b2xIdentityUserFlow-id @@ -4906,6 +5167,7 @@ paths: tags: - identity.b2xIdentityUserFlow summary: Get identityProviders from identity + description: The identity providers included in the user flow. operationId: identity.b2xUserFlow_GetIdentityProvider parameters: - name: b2xIdentityUserFlow-id @@ -4992,8 +5254,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-beta operationId: identity.b2xUserFlow_ListLanguage parameters: - name: b2xIdentityUserFlow-id @@ -5469,6 +5734,7 @@ paths: tags: - identity.b2xIdentityUserFlow summary: Get media content for the navigation property defaultPages from identity + description: The unique identifier for an entity. Read-only. operationId: identity.b2xUserFlow.language_GetDefaultPagesContent parameters: - name: b2xIdentityUserFlow-id @@ -5505,11 +5771,11 @@ 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 defaultPages in identity + description: The unique identifier for an entity. Read-only. operationId: identity.b2xUserFlow.language_SetDefaultPagesContent parameters: - name: b2xIdentityUserFlow-id @@ -5549,7 +5815,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - identity.b2xIdentityUserFlow + 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 + 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}/defaultPages/$count': get: tags: @@ -5843,6 +6150,7 @@ paths: tags: - identity.b2xIdentityUserFlow summary: Get media content for the navigation property overridesPages from identity + description: The unique identifier for an entity. Read-only. operationId: identity.b2xUserFlow.language_GetOverridesPagesContent parameters: - name: b2xIdentityUserFlow-id @@ -5879,11 +6187,11 @@ 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 + description: The unique identifier for an entity. Read-only. operationId: identity.b2xUserFlow.language_SetOverridesPagesContent parameters: - name: b2xIdentityUserFlow-id @@ -5923,7 +6231,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - identity.b2xIdentityUserFlow + summary: Delete media content for the navigation property overridesPages in identity + description: The unique identifier for an entity. Read-only. + 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: @@ -5980,8 +6329,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-beta operationId: identity.b2xUserFlow_ListUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -6039,7 +6391,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-beta operationId: identity.b2xUserFlow_CreateUserAttributeAssignment parameters: - name: b2xIdentityUserFlow-id @@ -6565,8 +6921,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-beta operationId: identity.conditionalAccess_ListAuthenticationContextClassReference parameters: - $ref: '#/components/parameters/top' @@ -6616,7 +6975,11 @@ paths: post: tags: - identity.conditionalAccessRoot - summary: Create new navigation property to authenticationContextClassReferences for identity + summary: Create authenticationContextClassReference + description: Create a new authenticationContextClassReference. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conditionalaccessroot-post-authenticationcontextclassreferences?view=graph-rest-beta operationId: identity.conditionalAccess_CreateAuthenticationContextClassReference requestBody: description: New navigation property @@ -6639,8 +7002,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-beta operationId: identity.conditionalAccess_GetAuthenticationContextClassReference parameters: - name: authenticationContextClassReference-id @@ -6684,7 +7050,11 @@ paths: patch: tags: - identity.conditionalAccessRoot - summary: Update the navigation property authenticationContextClassReferences in identity + summary: Update authenticationContextClassReference + description: Update the properties of an authenticationContextClassReference object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-beta operationId: identity.conditionalAccess_UpdateAuthenticationContextClassReference parameters: - name: authenticationContextClassReference-id @@ -6715,7 +7085,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-beta operationId: identity.conditionalAccess_DeleteAuthenticationContextClassReference parameters: - name: authenticationContextClassReference-id @@ -6834,8 +7208,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-beta operationId: identity.conditionalAccess.authenticationStrength_ListAuthenticationMethodMode parameters: - $ref: '#/components/parameters/top' @@ -7202,8 +7579,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-beta operationId: identity.conditionalAccess.authenticationStrength.policy_ListCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -7261,7 +7641,11 @@ paths: post: tags: - identity.conditionalAccessRoot - summary: Create new navigation property to combinationConfigurations for identity + summary: Create combinationConfiguration + description: "Create a new authenticationCombinationConfiguration object which can be of one of the following derived types:\n* fido2combinationConfigurations\n* x509certificatecombinationconfiguration" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-beta operationId: identity.conditionalAccess.authenticationStrength.policy_CreateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -7293,8 +7677,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-beta operationId: identity.conditionalAccess.authenticationStrength.policy_GetCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -7346,7 +7733,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-beta operationId: identity.conditionalAccess.authenticationStrength.policy_UpdateCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -7385,7 +7776,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-beta operationId: identity.conditionalAccess.authenticationStrength.policy_DeleteCombinationConfiguration parameters: - name: authenticationStrengthPolicy-id @@ -7614,6 +8009,7 @@ paths: tags: - identity.conditionalAccessRoot summary: Get authenticationStrengths from identity + description: DEPRECATED. See the authenticationStrength relationship instead. operationId: identity.conditionalAccess_GetAuthenticationStrength parameters: - name: $select @@ -8657,8 +9053,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-beta operationId: identity.conditionalAccess_ListNamedLocation parameters: - $ref: '#/components/parameters/top' @@ -8708,7 +9107,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-beta operationId: identity.conditionalAccess_CreateNamedLocation requestBody: description: New navigation property @@ -8731,8 +9134,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 ipNamedLocation + description: Retrieve the properties and relationships of an ipNamedLocation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-beta operationId: identity.conditionalAccess_GetNamedLocation parameters: - name: namedLocation-id @@ -8776,7 +9182,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-beta operationId: identity.conditionalAccess_UpdateNamedLocation parameters: - name: namedLocation-id @@ -8807,7 +9217,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete navigation property namedLocations for identity + summary: Delete namedLocation + description: Delete a namedLocation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-beta operationId: identity.conditionalAccess_DeleteNamedLocation parameters: - name: namedLocation-id @@ -8848,8 +9262,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get policies from identity - description: Read-only. Nullable. Returns a collection of the specified Conditional Access 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-beta operationId: identity.conditionalAccess_ListPolicy parameters: - $ref: '#/components/parameters/top' @@ -8899,7 +9316,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-beta operationId: identity.conditionalAccess_CreatePolicy requestBody: description: New navigation property @@ -8922,8 +9343,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get policies from identity - description: Read-only. Nullable. Returns a collection of the specified Conditional Access 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-beta operationId: identity.conditionalAccess_GetPolicy parameters: - name: conditionalAccessPolicy-id @@ -8967,7 +9391,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-beta operationId: identity.conditionalAccess_UpdatePolicy parameters: - name: conditionalAccessPolicy-id @@ -8998,7 +9426,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-beta operationId: identity.conditionalAccess_DeletePolicy parameters: - name: conditionalAccessPolicy-id @@ -9039,8 +9471,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-beta operationId: identity.conditionalAccess_ListTemplate parameters: - $ref: '#/components/parameters/top' @@ -9091,8 +9526,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-beta operationId: identity.conditionalAccess_GetTemplate parameters: - name: conditionalAccessTemplate-id @@ -9151,8 +9589,11 @@ paths: get: tags: - identity.continuousAccessEvaluationPolicy - summary: Get continuousAccessEvaluationPolicy from identity - description: Represents entry point for continuous access evaluation policy. + summary: Get continuousAccessEvaluationPolicy + description: Read the properties and relationships of a continuousAccessEvaluationPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-beta operationId: identity_GetContinuousAccessEvaluationPolicy parameters: - name: $select @@ -9188,7 +9629,11 @@ paths: patch: tags: - identity.continuousAccessEvaluationPolicy - summary: Update the navigation property continuousAccessEvaluationPolicy in identity + summary: Update continuousAccessEvaluationPolicy + description: Update the properties of a continuousAccessEvaluationPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-beta operationId: identity_UpdateContinuousAccessEvaluationPolicy requestBody: description: New navigation property values @@ -9229,7 +9674,11 @@ paths: get: tags: - identity.customAuthenticationExtension - summary: Get customAuthenticationExtensions from identity + 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-beta operationId: identity_ListCustomAuthenticationExtension parameters: - $ref: '#/components/parameters/top' @@ -9279,7 +9728,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-beta operationId: identity_CreateCustomAuthenticationExtension requestBody: description: New navigation property @@ -9302,7 +9755,11 @@ paths: get: tags: - identity.customAuthenticationExtension - summary: Get customAuthenticationExtensions from identity + 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-beta operationId: identity_GetCustomAuthenticationExtension parameters: - name: customAuthenticationExtension-id @@ -9377,7 +9834,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-beta operationId: identity_DeleteCustomAuthenticationExtension parameters: - name: customAuthenticationExtension-id @@ -9477,8 +9938,11 @@ paths: get: tags: - identity.identityProviderBase - summary: Get identityProviders from identity - description: Represents entry point for identity provider base. + 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, openIdConnectIdentityProvider, or appleManagedIdentityProvider objects.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-beta operationId: identity_ListIdentityProvider parameters: - $ref: '#/components/parameters/top' @@ -9528,7 +9992,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, openIdConnectIdentityProvider, or an appleManagedIdentityProvider resource.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-beta operationId: identity_CreateIdentityProvider requestBody: description: New navigation property @@ -9551,8 +10019,11 @@ paths: get: tags: - identity.identityProviderBase - summary: Get identityProviders from identity - description: Represents entry point for identity provider base. + 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, openIdConnectIdentityProvider, or an appleManagedIdentityProvider resource.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-beta operationId: identity_GetIdentityProvider parameters: - name: identityProviderBase-id @@ -9596,7 +10067,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, openIdConnectIdentityProvider, or an appleManagedIdentityProvider resource.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-beta operationId: identity_UpdateIdentityProvider parameters: - name: identityProviderBase-id @@ -9627,7 +10102,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, openIdConnectIdentityProvider, or an appleManagedIdentityProvider resource.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-beta operationId: identity_DeleteIdentityProvider parameters: - name: identityProviderBase-id @@ -9708,8 +10187,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-beta operationId: identity_ListUserFlowAttribute parameters: - $ref: '#/components/parameters/top' @@ -9759,7 +10241,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-beta operationId: identity_CreateUserFlowAttribute requestBody: description: New navigation property @@ -9782,8 +10268,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-beta operationId: identity_GetUserFlowAttribute parameters: - name: identityUserFlowAttribute-id @@ -9827,7 +10316,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-beta operationId: identity_UpdateUserFlowAttribute parameters: - name: identityUserFlowAttribute-id @@ -9858,7 +10351,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-beta operationId: identity_DeleteUserFlowAttribute parameters: - name: identityUserFlowAttribute-id @@ -9899,7 +10396,11 @@ paths: get: tags: - identity.identityUserFlow - summary: Get userFlows from identity + summary: List userFlows + description: Retrieve a list of userflows. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-beta operationId: identity_ListUserFlow parameters: - $ref: '#/components/parameters/top' @@ -9955,7 +10456,11 @@ paths: post: tags: - identity.identityUserFlow - summary: Create new navigation property to userFlows for identity + summary: Create userFlow + description: Create a new userFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-beta operationId: identity_CreateUserFlow requestBody: description: New navigation property @@ -9984,7 +10489,11 @@ paths: get: tags: - identity.identityUserFlow - summary: Get userFlows from identity + summary: Get userFlow + description: Retrieve the properties and associations for an userFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-beta operationId: identity_GetUserFlow parameters: - name: identityUserFlow-id @@ -10071,7 +10580,11 @@ paths: delete: tags: - identity.identityUserFlow - summary: Delete navigation property userFlows for identity + summary: Delete userFlow + description: Delete an existing userFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-beta operationId: identity_DeleteUserFlow parameters: - name: identityUserFlow-id @@ -10183,8 +10696,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 riskDetection + description: Retrieve the properties of a collection of riskDetection objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta operationId: identityProtection_ListRiskDetection parameters: - $ref: '#/components/parameters/top' @@ -10257,8 +10773,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 riskDetection + description: Retrieve the properties of a collection of riskDetection objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta operationId: identityProtection_GetRiskDetection parameters: - name: riskDetection-id @@ -10374,8 +10893,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-beta operationId: identityProtection_ListRiskyServicePrincipal parameters: - $ref: '#/components/parameters/top' @@ -10448,8 +10970,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-beta operationId: identityProtection_GetRiskyServicePrincipal parameters: - name: riskyServicePrincipal-id @@ -10551,8 +11076,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-beta operationId: identityProtection.riskyServicePrincipal_ListHistory parameters: - name: riskyServicePrincipal-id @@ -10867,8 +11395,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: Retrieve the properties and relationships of a riskyUser object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta operationId: identityProtection_ListRiskyUser parameters: - $ref: '#/components/parameters/top' @@ -11044,7 +11575,11 @@ paths: get: tags: - identityProtection.riskyUser - summary: Get history from identityProtection + summary: List history of riskyUser + description: Get the risk history of a riskyUser resource. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-beta operationId: identityProtection.riskyUser_ListHistory parameters: - name: riskyUser-id @@ -11134,7 +11669,11 @@ paths: get: tags: - identityProtection.riskyUser - summary: Get history from identityProtection + summary: Get riskyUserHistoryItem + description: Get a riskyUserHistoryItem object of a riskyUser. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-beta operationId: identityProtection.riskyUser_GetHistory parameters: - name: riskyUser-id @@ -11358,8 +11897,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-beta operationId: identityProtection_ListServicePrincipalRiskDetection parameters: - $ref: '#/components/parameters/top' @@ -11432,8 +11974,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-beta operationId: identityProtection_GetServicePrincipalRiskDetection parameters: - name: servicePrincipalRiskDetection-id @@ -11936,8 +12481,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-beta operationId: informationProtection.bitlocker_ListRecoveryKey parameters: - $ref: '#/components/parameters/top' @@ -11988,8 +12536,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 does not 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. You can find the log in Microsoft Entra audit logs under the KeyManagement category.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-beta operationId: informationProtection.bitlocker_GetRecoveryKey parameters: - name: bitlockerRecoveryKey-id @@ -13518,7 +14069,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-beta operationId: informationProtection_ListThreatAssessmentRequest parameters: - $ref: '#/components/parameters/top' @@ -13568,7 +14123,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-beta operationId: informationProtection_CreateThreatAssessmentRequest requestBody: description: New navigation property @@ -13591,7 +14150,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-beta operationId: informationProtection_GetThreatAssessmentRequest parameters: - name: threatAssessmentRequest-id @@ -14760,8 +15323,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-beta operationId: organization_ListCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -14819,7 +15385,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-beta operationId: organization_CreateCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -14851,8 +15421,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-beta operationId: organization_GetCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -14904,7 +15477,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-beta operationId: organization_DeleteCertificateBasedAuthConfiguration parameters: - name: organization-id @@ -15020,8 +15597,11 @@ paths: get: tags: - policies.accessReviewPolicy - summary: Get accessReviewPolicy from policies - description: The policy that contains directory-level access review settings. + summary: Get accessReviewPolicy + description: Read the properties and relationships of an accessReviewPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta operationId: policy_GetAccessReviewPolicy parameters: - name: $select @@ -15057,7 +15637,11 @@ paths: patch: tags: - policies.accessReviewPolicy - summary: Update the navigation property accessReviewPolicy in policies + summary: Update accessReviewPolicy + description: Update the properties of an accessReviewPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta operationId: policy_UpdateAccessReviewPolicy requestBody: description: New navigation property values @@ -15098,8 +15682,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-beta operationId: policy_ListActivityBasedTimeoutPolicy parameters: - $ref: '#/components/parameters/top' @@ -15149,7 +15736,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-beta operationId: policy_CreateActivityBasedTimeoutPolicy requestBody: description: New navigation property @@ -15172,8 +15763,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-beta operationId: policy_GetActivityBasedTimeoutPolicy parameters: - name: activityBasedTimeoutPolicy-id @@ -15217,7 +15811,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-beta operationId: policy_UpdateActivityBasedTimeoutPolicy parameters: - name: activityBasedTimeoutPolicy-id @@ -15248,7 +15846,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-beta operationId: policy_DeleteActivityBasedTimeoutPolicy parameters: - name: activityBasedTimeoutPolicy-id @@ -15423,8 +16025,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-beta operationId: policy_GetAdminConsentRequestPolicy parameters: - name: $select @@ -15460,7 +16065,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-beta operationId: policy_UpdateAdminConsentRequestPolicy requestBody: description: New navigation property values @@ -15501,8 +16110,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-beta operationId: policy_ListAppManagementPolicy parameters: - $ref: '#/components/parameters/top' @@ -15552,7 +16164,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-beta operationId: policy_CreateAppManagementPolicy requestBody: description: New navigation property @@ -15575,8 +16191,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-beta operationId: policy_GetAppManagementPolicy parameters: - name: appManagementPolicy-id @@ -15620,7 +16239,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-beta operationId: policy_UpdateAppManagementPolicy parameters: - name: appManagementPolicy-id @@ -15651,7 +16274,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-beta operationId: policy_DeleteAppManagementPolicy parameters: - name: appManagementPolicy-id @@ -15678,8 +16305,11 @@ paths: get: tags: - policies.appManagementPolicy - summary: Get appliesTo from policies - description: Collection of application and service principals to which a policy is applied. + summary: List appliesTo + description: List application and service principal objects assigned an appManagementPolicy policy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-beta operationId: policy.appManagementPolicy_ListAppliesTo parameters: - name: appManagementPolicy-id @@ -15828,8 +16458,11 @@ paths: get: tags: - policies.authenticationFlowsPolicy - summary: Get authenticationFlowsPolicy from policies - description: The policy configuration of the self-service sign-up experience of guests. + 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-beta operationId: policy_GetAuthenticationFlowsPolicy parameters: - name: $select @@ -15865,7 +16498,11 @@ paths: patch: tags: - policies.authenticationFlowsPolicy - summary: Update the navigation property authenticationFlowsPolicy in policies + summary: Update authenticationFlowsPolicy + description: 'Update the Boolean 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-beta operationId: policy_UpdateAuthenticationFlowsPolicy requestBody: description: New navigation property values @@ -15906,8 +16543,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-beta operationId: policy_GetAuthenticationMethodsPolicy parameters: - name: $select @@ -15943,7 +16583,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-beta operationId: policy_UpdateAuthenticationMethodsPolicy requestBody: description: New navigation property values @@ -15984,8 +16628,8 @@ paths: get: tags: - policies.authenticationMethodsPolicy - summary: Get authenticationMethodConfigurations from policies - description: Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. + summary: Get externalAuthenticationMethodConfiguration + description: Read the properties and relationships of an externalAuthenticationMethodConfiguration object. operationId: policy.authenticationMethodsPolicy_ListAuthenticationMethodConfiguration parameters: - $ref: '#/components/parameters/top' @@ -16058,8 +16702,11 @@ paths: get: tags: - policies.authenticationMethodsPolicy - summary: Get authenticationMethodConfigurations from policies - description: Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy. + summary: Get externalAuthenticationMethodConfiguration + description: Read the properties and relationships of an externalAuthenticationMethodConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-get?view=graph-rest-beta operationId: policy.authenticationMethodsPolicy_GetAuthenticationMethodConfiguration parameters: - name: authenticationMethodConfiguration-id @@ -16103,7 +16750,11 @@ paths: patch: tags: - policies.authenticationMethodsPolicy - summary: Update the navigation property authenticationMethodConfigurations in policies + summary: Update externalAuthenticationMethodConfiguration + description: Update the properties of an externalAuthenticationMethodConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-update?view=graph-rest-beta operationId: policy.authenticationMethodsPolicy_UpdateAuthenticationMethodConfiguration parameters: - name: authenticationMethodConfiguration-id @@ -16134,7 +16785,11 @@ paths: delete: tags: - policies.authenticationMethodsPolicy - summary: Delete navigation property authenticationMethodConfigurations for policies + summary: Delete externalAuthenticationMethodConfiguration + description: Delete an externalAuthenticationMethodConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-delete?view=graph-rest-beta operationId: policy.authenticationMethodsPolicy_DeleteAuthenticationMethodConfiguration parameters: - name: authenticationMethodConfiguration-id @@ -16175,8 +16830,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-beta operationId: policy_ListAuthenticationStrengthPolicy parameters: - $ref: '#/components/parameters/top' @@ -16226,7 +16884,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-beta operationId: policy_CreateAuthenticationStrengthPolicy requestBody: description: New navigation property @@ -16249,8 +16911,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-beta operationId: policy_GetAuthenticationStrengthPolicy parameters: - name: authenticationStrengthPolicy-id @@ -16294,7 +16959,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-beta operationId: policy_UpdateAuthenticationStrengthPolicy parameters: - name: authenticationStrengthPolicy-id @@ -16325,7 +16994,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-beta operationId: policy_DeleteAuthenticationStrengthPolicy parameters: - name: authenticationStrengthPolicy-id @@ -16763,8 +17436,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-beta operationId: policy_ListAuthorizationPolicy parameters: - $ref: '#/components/parameters/top' @@ -17192,8 +17868,11 @@ paths: get: tags: - policies.b2cAuthenticationMethodsPolicy - summary: Get b2cAuthenticationMethodsPolicy from policies - description: The Azure AD B2C policies that define how end users register via local accounts. + summary: Get b2cAuthenticationMethodsPolicy + description: Read the properties of a b2cAuthenticationMethodsPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-beta operationId: policy_GetB2cAuthenticationMethodsPolicy parameters: - name: $select @@ -17229,7 +17908,11 @@ paths: patch: tags: - policies.b2cAuthenticationMethodsPolicy - summary: Update the navigation property b2cAuthenticationMethodsPolicy in policies + summary: Update b2cAuthenticationMethodsPolicy + description: Update the properties of a b2cAuthenticationMethodsPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-beta operationId: policy_UpdateB2cAuthenticationMethodsPolicy requestBody: description: New navigation property values @@ -17270,8 +17953,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-beta operationId: policy_ListClaimsMappingPolicy parameters: - $ref: '#/components/parameters/top' @@ -17321,7 +18007,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-beta operationId: policy_CreateClaimsMappingPolicy requestBody: description: New navigation property @@ -17344,8 +18034,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-beta operationId: policy_GetClaimsMappingPolicy parameters: - name: claimsMappingPolicy-id @@ -17389,7 +18082,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-beta operationId: policy_UpdateClaimsMappingPolicy parameters: - name: claimsMappingPolicy-id @@ -17420,7 +18117,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-beta operationId: policy_DeleteClaimsMappingPolicy parameters: - name: claimsMappingPolicy-id @@ -17447,7 +18148,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-beta operationId: policy.claimsMappingPolicy_ListAppliesTo parameters: - name: claimsMappingPolicy-id @@ -17786,8 +18491,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-beta operationId: policy_GetCrossTenantAccessPolicy parameters: - name: $select @@ -17823,7 +18531,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-beta operationId: policy_UpdateCrossTenantAccessPolicy requestBody: description: New navigation property values @@ -17864,8 +18576,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-beta operationId: policy.crossTenantAccessPolicy_GetDefault parameters: - name: $select @@ -17901,7 +18616,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-beta operationId: policy.crossTenantAccessPolicy_UpdateDefault requestBody: description: New navigation property values @@ -17958,8 +18677,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-beta operationId: policy.crossTenantAccessPolicy_ListPartner parameters: - $ref: '#/components/parameters/top' @@ -18009,7 +18731,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-beta operationId: policy.crossTenantAccessPolicy_CreatePartner requestBody: description: New navigation property @@ -18032,8 +18758,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-beta operationId: policy.crossTenantAccessPolicy_GetPartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -18077,7 +18806,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-beta operationId: policy.crossTenantAccessPolicy_UpdatePartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -18108,7 +18841,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-beta operationId: policy.crossTenantAccessPolicy_DeletePartner parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -18135,8 +18872,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-beta operationId: policy.crossTenantAccessPolicy.partner_GetIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -18180,7 +18920,11 @@ paths: put: tags: - policies.crossTenantAccessPolicy - summary: Update the navigation property identitySynchronization in policies + summary: Update crossTenantIdentitySyncPolicyPartner + description: Update the user synchronization policy of a partner-specific configuration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta operationId: policy.crossTenantAccessPolicy.partner_SetIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -18211,7 +18955,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-beta operationId: policy.crossTenantAccessPolicy.partner_DeleteIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -18330,8 +19078,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 multi-tenant 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-beta operationId: policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationIdentitySynchronization parameters: - name: $select @@ -18367,7 +19118,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 multi-tenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-beta operationId: policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationIdentitySynchronization requestBody: description: New navigation property values @@ -18424,8 +19179,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 multi-tenant 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-beta operationId: policy.crossTenantAccessPolicy.template_GetMultiTenantOrganizationPartnerConfiguration parameters: - name: $select @@ -18461,7 +19219,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-beta operationId: policy.crossTenantAccessPolicy.template_UpdateMultiTenantOrganizationPartnerConfiguration requestBody: description: New navigation property values @@ -18518,8 +19280,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-beta operationId: policy_GetDefaultAppManagementPolicy parameters: - name: $select @@ -18555,7 +19320,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-beta operationId: policy_UpdateDefaultAppManagementPolicy requestBody: description: New navigation property values @@ -18596,7 +19365,11 @@ paths: get: tags: - policies.deviceRegistrationPolicy - summary: Get deviceRegistrationPolicy from policies + summary: Get deviceRegistrationPolicy + description: 'Read the properties and relationships of a deviceRegistrationPolicy object. Represents deviceRegistrationPolicy quota restrictions, additional authentication, and authorization policies to register device identities to your organization.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/deviceregistrationpolicy-get?view=graph-rest-beta operationId: policy_GetDeviceRegistrationPolicy parameters: - name: $select @@ -18700,8 +19473,11 @@ paths: get: tags: - policies.externalIdentitiesPolicy - summary: Get externalIdentitiesPolicy from policies - description: Represents the tenant-wide policy that controls whether guests can leave a Microsoft Entra tenant via self-service controls. + summary: Get externalIdentitiesPolicy + description: Read the properties and relationships of the tenant-wide externalIdentitiesPolicy object that controls whether external users can leave a Microsoft Entra tenant via self-service controls. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalidentitiespolicy-get?view=graph-rest-beta operationId: policy_GetExternalIdentitiesPolicy parameters: - name: $select @@ -18737,7 +19513,11 @@ paths: patch: tags: - policies.externalIdentitiesPolicy - summary: Update the navigation property externalIdentitiesPolicy in policies + summary: Update externalIdentitiesPolicy + description: Update the settings of the tenant-wide externalIdentitiesPolicy object that controls whether external users can leave a Microsoft Entra tenant via self-service controls. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalidentitiespolicy-update?view=graph-rest-beta operationId: policy_UpdateExternalIdentitiesPolicy requestBody: description: New navigation property values @@ -18778,8 +19558,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/list-featurerolloutpolicies?view=graph-rest-beta operationId: policy_ListFeatureRolloutPolicy parameters: - $ref: '#/components/parameters/top' @@ -18829,7 +19612,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/post-featurerolloutpolicies?view=graph-rest-beta operationId: policy_CreateFeatureRolloutPolicy requestBody: description: New navigation property @@ -18852,8 +19639,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-beta operationId: policy_GetFeatureRolloutPolicy parameters: - name: featureRolloutPolicy-id @@ -18897,7 +19687,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-beta operationId: policy_UpdateFeatureRolloutPolicy parameters: - name: featureRolloutPolicy-id @@ -18928,7 +19722,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-beta operationId: policy_DeleteFeatureRolloutPolicy parameters: - name: featureRolloutPolicy-id @@ -18956,7 +19754,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 @@ -19014,7 +19812,11 @@ paths: post: tags: - policies.featureRolloutPolicy - summary: Create new navigation property to appliesTo for policies + summary: Assign appliesTo + 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-beta operationId: policy.featureRolloutPolicy_CreateAppliesTo parameters: - name: featureRolloutPolicy-id @@ -19046,7 +19848,11 @@ paths: delete: tags: - policies.featureRolloutPolicy - summary: Delete ref of navigation property appliesTo for policies + summary: Remove appliesTo + 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-beta operationId: policy.featureRolloutPolicy.appliesTo_DeleteDirectoryObjectGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -19104,7 +19910,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 @@ -19142,7 +19948,11 @@ paths: post: tags: - policies.featureRolloutPolicy - summary: Create new navigation property ref to appliesTo for policies + summary: Assign appliesTo + 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-beta operationId: policy.featureRolloutPolicy_CreateAppliesToGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -19164,7 +19974,11 @@ paths: delete: tags: - policies.featureRolloutPolicy - summary: Delete ref of navigation property appliesTo for policies + summary: Remove appliesTo + 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-beta operationId: policy.featureRolloutPolicy_DeleteAppliesToGraphBPreRef parameters: - name: featureRolloutPolicy-id @@ -19213,8 +20027,11 @@ paths: get: tags: - policies.federatedTokenValidationPolicy - summary: Get federatedTokenValidationPolicy from policies - description: Represents a policy to control enabling or disabling validation of federation authentication tokens. + summary: List federatedTokenValidationPolicy + description: Get a list of the federatedTokenValidationPolicy objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-beta operationId: policy_GetFederatedTokenValidationPolicy parameters: - name: $select @@ -19250,7 +20067,11 @@ paths: patch: tags: - policies.federatedTokenValidationPolicy - summary: Update the navigation property federatedTokenValidationPolicy in policies + summary: Update federatedTokenValidationPolicy + description: Update the properties of a federatedTokenValidationPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-update?view=graph-rest-beta operationId: policy_UpdateFederatedTokenValidationPolicy requestBody: description: New navigation property values @@ -19291,8 +20112,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-beta operationId: policy_ListHomeRealmDiscoveryPolicy parameters: - $ref: '#/components/parameters/top' @@ -19342,7 +20166,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-beta operationId: policy_CreateHomeRealmDiscoveryPolicy requestBody: description: New navigation property @@ -19365,8 +20193,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-beta operationId: policy_GetHomeRealmDiscoveryPolicy parameters: - name: homeRealmDiscoveryPolicy-id @@ -19410,7 +20241,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-beta operationId: policy_UpdateHomeRealmDiscoveryPolicy parameters: - name: homeRealmDiscoveryPolicy-id @@ -19441,7 +20276,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-beta operationId: policy_DeleteHomeRealmDiscoveryPolicy parameters: - name: homeRealmDiscoveryPolicy-id @@ -19468,7 +20307,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. The homeRealmDiscoveryPolicy can only be applied to servicePrincipal resources. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-beta operationId: policy.homeRealmDiscoveryPolicy_ListAppliesTo parameters: - name: homeRealmDiscoveryPolicy-id @@ -19616,8 +20459,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-beta operationId: policy_GetIdentitySecurityDefaultsEnforcementPolicy parameters: - name: $select @@ -19653,7 +20499,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-beta operationId: policy_UpdateIdentitySecurityDefaultsEnforcementPolicy requestBody: description: New navigation property values @@ -19694,8 +20544,11 @@ paths: get: tags: - policies.mobilityManagementPolicy - summary: Get mobileAppManagementPolicies from policies - description: The policy that defines autoenrollment configuration for a mobility management (MDM or MAM) application. + summary: List mobileAppManagementPolicies + description: Get a list of the mobilityManagementPolicy objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list?view=graph-rest-beta operationId: policy_ListMobileAppManagementPolicy parameters: - $ref: '#/components/parameters/top' @@ -19768,8 +20621,11 @@ paths: get: tags: - policies.mobilityManagementPolicy - summary: Get mobileAppManagementPolicies from policies - description: The policy that defines autoenrollment configuration for a mobility management (MDM or MAM) application. + summary: Get mobileAppManagementPolicy + description: Read the properties and relationships of a mobilityManagementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-get?view=graph-rest-beta operationId: policy_GetMobileAppManagementPolicy parameters: - name: mobilityManagementPolicy-id @@ -19813,7 +20669,11 @@ paths: patch: tags: - policies.mobilityManagementPolicy - summary: Update the navigation property mobileAppManagementPolicies in policies + summary: Update mobileAppManagementPolicy + description: Update the properties of a mobilityManagementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-update?view=graph-rest-beta operationId: policy_UpdateMobileAppManagementPolicy parameters: - name: mobilityManagementPolicy-id @@ -19844,7 +20704,11 @@ paths: delete: tags: - policies.mobilityManagementPolicy - summary: Delete navigation property mobileAppManagementPolicies for policies + summary: Delete mobileAppManagementPolicy + description: Delete a mobilityManagementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete?view=graph-rest-beta operationId: policy_DeleteMobileAppManagementPolicy parameters: - name: mobilityManagementPolicy-id @@ -19871,8 +20735,11 @@ paths: get: tags: - policies.mobilityManagementPolicy - summary: Get includedGroups from policies - description: Microsoft Entra groups under the scope of the mobility management application if appliesTo is selected + summary: List includedGroups + description: Get the list of groups that are included in a mobile app management policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta operationId: policy.mobileAppManagementPolicy_ListIncludedGroup parameters: - name: mobilityManagementPolicy-id @@ -19931,7 +20798,11 @@ paths: delete: tags: - policies.mobilityManagementPolicy - summary: Delete ref of navigation property includedGroups for policies + summary: Delete includedGroup + description: Delete a group from the list of groups included in a mobile app management policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta operationId: policy.mobileAppManagementPolicy.includedGroup_DeleteGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -20085,8 +20956,11 @@ paths: get: tags: - policies.mobilityManagementPolicy - summary: Get ref of includedGroups from policies - description: Microsoft Entra groups under the scope of the mobility management application if appliesTo is selected + summary: List includedGroups + description: Get the list of groups that are included in a mobile app management policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta operationId: policy.mobileAppManagementPolicy_ListIncludedGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -20124,7 +20998,11 @@ paths: post: tags: - policies.mobilityManagementPolicy - summary: Create new navigation property ref to includedGroups for policies + summary: Add includedGroups + description: Add groups to be included in a mobile app management policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-beta operationId: policy.mobileAppManagementPolicy_CreateIncludedGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -20146,7 +21024,11 @@ paths: delete: tags: - policies.mobilityManagementPolicy - summary: Delete ref of navigation property includedGroups for policies + summary: Delete includedGroup + description: Delete a group from the list of groups included in a mobile app management policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta operationId: policy.mobileAppManagementPolicy_DeleteIncludedGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -20195,7 +21077,11 @@ paths: get: tags: - policies.mobilityManagementPolicy - summary: Get mobileDeviceManagementPolicies from policies + summary: List mobileDeviceManagementPolicies + description: Get a list of the mobilityManagementPolicy objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list?view=graph-rest-beta operationId: policy_ListMobileDeviceManagementPolicy parameters: - $ref: '#/components/parameters/top' @@ -20268,7 +21154,11 @@ paths: get: tags: - policies.mobilityManagementPolicy - summary: Get mobileDeviceManagementPolicies from policies + summary: Get mobileDeviceManagementPolicy + description: Read the properties and relationships of a mobilityManagementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-get?view=graph-rest-beta operationId: policy_GetMobileDeviceManagementPolicy parameters: - name: mobilityManagementPolicy-id @@ -20312,7 +21202,11 @@ paths: patch: tags: - policies.mobilityManagementPolicy - summary: Update the navigation property mobileDeviceManagementPolicies in policies + summary: Update mobileDeviceManagementPolicy + description: Update the properties of a mobilityManagementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-update?view=graph-rest-beta operationId: policy_UpdateMobileDeviceManagementPolicy parameters: - name: mobilityManagementPolicy-id @@ -20343,7 +21237,11 @@ paths: delete: tags: - policies.mobilityManagementPolicy - summary: Delete navigation property mobileDeviceManagementPolicies for policies + summary: Delete mobileDeviceManagementPolicy + description: Delete a mobilityManagementPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete?view=graph-rest-beta operationId: policy_DeleteMobileDeviceManagementPolicy parameters: - name: mobilityManagementPolicy-id @@ -20370,8 +21268,11 @@ paths: get: tags: - policies.mobilityManagementPolicy - summary: Get includedGroups from policies - description: Microsoft Entra groups under the scope of the mobility management application if appliesTo is selected + summary: List includedGroups + description: Get the list of groups that are included in a mobile device management policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta operationId: policy.mobileDeviceManagementPolicy_ListIncludedGroup parameters: - name: mobilityManagementPolicy-id @@ -20430,7 +21331,11 @@ paths: delete: tags: - policies.mobilityManagementPolicy - summary: Delete ref of navigation property includedGroups for policies + summary: Delete includedGroup + description: Delete a group from the list of groups included in a mobile device management policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta operationId: policy.mobileDeviceManagementPolicy.includedGroup_DeleteGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -20584,8 +21489,11 @@ paths: get: tags: - policies.mobilityManagementPolicy - summary: Get ref of includedGroups from policies - description: Microsoft Entra groups under the scope of the mobility management application if appliesTo is selected + summary: List includedGroups + description: Get the list of groups that are included in a mobile device management policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta operationId: policy.mobileDeviceManagementPolicy_ListIncludedGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -20623,7 +21531,11 @@ paths: post: tags: - policies.mobilityManagementPolicy - summary: Create new navigation property ref to includedGroups for policies + summary: Add includedGroups + description: Add groups to be included in a mobile app management policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-post-includedgroups?view=graph-rest-beta operationId: policy.mobileDeviceManagementPolicy_CreateIncludedGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -20645,7 +21557,11 @@ paths: delete: tags: - policies.mobilityManagementPolicy - summary: Delete ref of navigation property includedGroups for policies + summary: Delete includedGroup + description: Delete a group from the list of groups included in a mobile device management policy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta operationId: policy.mobileDeviceManagementPolicy_DeleteIncludedGroupGraphBPreRef parameters: - name: mobilityManagementPolicy-id @@ -20694,8 +21610,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-beta operationId: policy_ListPermissionGrantPolicy parameters: - $ref: '#/components/parameters/top' @@ -20745,7 +21664,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-beta operationId: policy_CreatePermissionGrantPolicy requestBody: description: New navigation property @@ -20768,8 +21691,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-beta operationId: policy_GetPermissionGrantPolicy parameters: - name: permissionGrantPolicy-id @@ -20813,7 +21739,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-beta operationId: policy_UpdatePermissionGrantPolicy parameters: - name: permissionGrantPolicy-id @@ -20844,7 +21774,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-beta operationId: policy_DeletePermissionGrantPolicy parameters: - name: permissionGrantPolicy-id @@ -20871,8 +21805,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 that are *excluded* in a permissionGrantPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-beta operationId: policy.permissionGrantPolicy_ListExclude parameters: - name: permissionGrantPolicy-id @@ -20930,7 +21867,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-beta operationId: policy.permissionGrantPolicy_CreateExclude parameters: - name: permissionGrantPolicy-id @@ -21054,7 +21995,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-beta operationId: policy.permissionGrantPolicy_DeleteExclude parameters: - name: permissionGrantPolicy-id @@ -21111,8 +22056,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 that are *included* in a permissionGrantPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-beta operationId: policy.permissionGrantPolicy_ListInclude parameters: - name: permissionGrantPolicy-id @@ -21170,7 +22118,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-beta operationId: policy.permissionGrantPolicy_CreateInclude parameters: - name: permissionGrantPolicy-id @@ -21294,7 +22246,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-beta operationId: policy.permissionGrantPolicy_DeleteInclude parameters: - name: permissionGrantPolicy-id @@ -21365,8 +22321,11 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - summary: Get roleManagementPolicies from policies - description: Represents the role management policies. + 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-beta operationId: policy_ListRoleManagementPolicy parameters: - $ref: '#/components/parameters/top' @@ -21542,8 +22501,11 @@ paths: get: tags: - policies.unifiedRoleManagementPolicy - summary: Get effectiveRules from policies - description: 'The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. Supports $expand.' + summary: List effectiveRules + description: 'Get the unifiedRoleManagementPolicyRule resources from the effectiveRules navigation property. To retrieve rules for a policy that applies 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/unifiedrolemanagementpolicy-list-effectiverules?view=graph-rest-beta operationId: policy.roleManagementPolicy_ListEffectiveRule parameters: - name: unifiedRoleManagementPolicy-id @@ -21782,8 +22744,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 defined for a role management policy. The rules are a collection of following types that are derived from the unifiedRoleManagementPolicyRule object:\n+ unifiedRoleManagementPolicyApprovalRule\n+ unifiedRoleManagementPolicyAuthenticationContextRule\n+ unifiedRoleManagementPolicyEnablementRule\n+ unifiedRoleManagementPolicyExpirationRule\n+ unifiedRoleManagementPolicyNotificationRule To retrieve rules for a policy that applies 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/unifiedrolemanagementpolicy-list-rules?view=graph-rest-beta operationId: policy.roleManagementPolicy_ListRule parameters: - name: unifiedRoleManagementPolicy-id @@ -21873,8 +22838,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 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-beta operationId: policy.roleManagementPolicy_GetRule parameters: - name: unifiedRoleManagementPolicy-id @@ -21926,7 +22894,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:\n+ Overview of rules for Microsoft Entra roles in PIM APIs in Microsoft Graph\n+ Use PIM APIs in Microsoft Graph to update Microsoft Entra ID rules" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-beta operationId: policy.roleManagementPolicy_UpdateRule parameters: - name: unifiedRoleManagementPolicy-id @@ -22036,8 +23008,11 @@ paths: get: tags: - policies.unifiedRoleManagementPolicyAssignment - summary: Get roleManagementPolicyAssignments from policies - description: Represents the role management policy assignments. + 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-beta operationId: policy_ListRoleManagementPolicyAssignment parameters: - $ref: '#/components/parameters/top' @@ -22938,8 +23913,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-beta operationId: policy_ListTokenIssuancePolicy parameters: - $ref: '#/components/parameters/top' @@ -22989,7 +23967,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-beta operationId: policy_CreateTokenIssuancePolicy requestBody: description: New navigation property @@ -23012,8 +23994,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: Get tokenIssuancePolicy + description: Retrieve the properties and relationships of a tokenIssuancePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenissuancepolicy-get?view=graph-rest-beta operationId: policy_GetTokenIssuancePolicy parameters: - name: tokenIssuancePolicy-id @@ -23057,7 +24042,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-beta operationId: policy_UpdateTokenIssuancePolicy parameters: - name: tokenIssuancePolicy-id @@ -23088,7 +24077,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-beta operationId: policy_DeleteTokenIssuancePolicy parameters: - name: tokenIssuancePolicy-id @@ -23115,7 +24108,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 and servicePrincipal resources. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-beta operationId: policy.tokenIssuancePolicy_ListAppliesTo parameters: - name: tokenIssuancePolicy-id @@ -23263,8 +24260,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-beta operationId: policy_ListTokenLifetimePolicy parameters: - $ref: '#/components/parameters/top' @@ -23314,7 +24314,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-beta operationId: policy_CreateTokenLifetimePolicy requestBody: description: New navigation property @@ -23337,8 +24341,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-beta operationId: policy_GetTokenLifetimePolicy parameters: - name: tokenLifetimePolicy-id @@ -23382,7 +24389,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-beta operationId: policy_UpdateTokenLifetimePolicy parameters: - name: tokenLifetimePolicy-id @@ -23413,7 +24424,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-beta operationId: policy_DeleteTokenLifetimePolicy parameters: - name: tokenLifetimePolicy-id @@ -23440,7 +24455,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 and servicePrincipal resources. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-beta operationId: policy.tokenLifetimePolicy_ListAppliesTo parameters: - name: tokenLifetimePolicy-id @@ -23588,8 +24607,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-beta operationId: tenantRelationship_GetMultiTenantOrganization parameters: - name: $select @@ -23625,7 +24647,11 @@ paths: put: tags: - tenantRelationships.multiTenantOrganization - summary: Update the navigation property multiTenantOrganization in tenantRelationships + 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-beta operationId: tenantRelationship_SetMultiTenantOrganization requestBody: description: New navigation property values @@ -23648,8 +24674,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 multi-tenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-beta operationId: tenantRelationship.multiTenantOrganization_GetJoinRequest parameters: - name: $select @@ -23685,7 +24714,11 @@ paths: patch: tags: - tenantRelationships.multiTenantOrganization - summary: Update the navigation property joinRequest in tenantRelationships + summary: Update multiTenantOrganizationJoinRequestRecord + description: 'Join a multi-tenant organization, after the owner of the multi-tenant organization has added your tenant to the multi-tenant organization as pending. Before a tenant added to a multi-tenant organization can participate in the multi-tenant organization, the administrator of the joining tenant must submit a join request. To allow for asynchronous processing, you must wait a minimum of 2 hours between creation and joining a multi-tenant organization. Furthermore, to allow for asynchronous processing, you must wait up to 4 hours before joining a multi-tenant organization is completed.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-beta operationId: tenantRelationship.multiTenantOrganization_UpdateJoinRequest requestBody: description: New navigation property values @@ -23708,8 +24741,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 multi-tenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-beta operationId: tenantRelationship.multiTenantOrganization_ListTenant parameters: - $ref: '#/components/parameters/top' @@ -23759,7 +24795,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-beta operationId: tenantRelationship.multiTenantOrganization_CreateTenant requestBody: description: New navigation property @@ -23782,8 +24822,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 multi-tenant organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-beta operationId: tenantRelationship.multiTenantOrganization_GetTenant parameters: - name: multiTenantOrganizationMember-id @@ -23858,7 +24901,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: To allow for asynchronous processing, you must wait for up to 2 hours before removal of a tenant is completed.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-beta operationId: tenantRelationship.multiTenantOrganization_DeleteTenant parameters: - name: multiTenantOrganizationMember-id @@ -23958,7 +25005,11 @@ paths: get: tags: - trustFramework.trustFrameworkKeySet - summary: Get keySets from trustFramework + summary: List keySets + description: Retrieve a list of trustFrameworkKeySets. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/trustframework-list-keysets?view=graph-rest-beta operationId: trustFramework_ListKeySet parameters: - $ref: '#/components/parameters/top' @@ -24008,7 +25059,11 @@ paths: post: tags: - trustFramework.trustFrameworkKeySet - summary: Create new navigation property to keySets for trustFramework + summary: Create trustFrameworkKeySet + description: 'Create a new trustFrameworkKeySet. The ID of the trustFrameworkKeySet is expected in the create request; however, it can be modified by the service. The modified ID will be available in the response and in the location header.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/trustframework-post-keysets?view=graph-rest-beta operationId: trustFramework_CreateKeySet requestBody: description: New navigation property @@ -24031,7 +25086,11 @@ paths: get: tags: - trustFramework.trustFrameworkKeySet - summary: Get keySets from trustFramework + summary: Get trustFrameworkKeySet + description: Retrieve the properties and associations for a Trustframeworkkeyset. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/trustframeworkkeyset-get?view=graph-rest-beta operationId: trustFramework_GetKeySet parameters: - name: trustFrameworkKeySet-id @@ -24075,7 +25134,11 @@ paths: patch: tags: - trustFramework.trustFrameworkKeySet - summary: Update the navigation property keySets in trustFramework + summary: Update trustFrameworkKeySet + description: Update the properties of a trustFrameworkKeyset. This operation will replace the content of an existing keyset. Specifying the ID in the request payload is optional. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/trustframeworkkeyset-update?view=graph-rest-beta operationId: trustFramework_UpdateKeySet parameters: - name: trustFrameworkKeySet-id @@ -24106,7 +25169,11 @@ paths: delete: tags: - trustFramework.trustFrameworkKeySet - summary: Delete navigation property keySets for trustFramework + summary: Delete trustFrameworkKeySet + description: Delete a trustFrameworkKeySet. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/trustframeworkkeyset-delete?view=graph-rest-beta operationId: trustFramework_DeleteKeySet parameters: - name: trustFrameworkKeySet-id @@ -24129,6 +25196,145 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2': + get: + tags: + - trustFramework.trustFrameworkKeySet + summary: Get trustFrameworkKey_v2 + description: Read the properties and relationships of a trustFrameworkKeyv2 object. + operationId: trustFramework.keySet_ListKeys_v2 + parameters: + - name: trustFrameworkKeySet-id + in: path + description: The unique identifier of trustFrameworkKeySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: trustFrameworkKeySet + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.trustFrameworkKey_v2CollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/{trustFrameworkKey_v2-kid}': + get: + tags: + - trustFramework.trustFrameworkKeySet + summary: Get trustFrameworkKey_v2 + description: Read the properties and relationships of a trustFrameworkKeyv2 object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/trustframeworkkey_v2-get?view=graph-rest-beta + operationId: trustFramework.keySet_GetKeys_v2 + parameters: + - name: trustFrameworkKeySet-id + in: path + description: The unique identifier of trustFrameworkKeySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: trustFrameworkKeySet + - name: trustFrameworkKey_v2-kid + in: path + description: The unique identifier of trustFrameworkKey_v2 + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: trustFrameworkKey_v2 + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.trustFrameworkKey_v2' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/$count': + get: + tags: + - trustFramework.trustFrameworkKeySet + summary: Get the number of the resource + operationId: trustFramework.keySet.keys_v2_GetCount + parameters: + - name: trustFrameworkKeySet-id + in: path + description: The unique identifier of trustFrameworkKeySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: trustFrameworkKeySet + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/trustFramework/keySets/{trustFrameworkKeySet-id}/microsoft.graph.generateKey': post: tags: @@ -24369,7 +25575,11 @@ paths: get: tags: - trustFramework.trustFrameworkPolicy - summary: Get policies from trustFramework + summary: List trustFrameworkPolicies + description: Retrieve a list of trustFrameworkPolicies in the tenant/directory. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta operationId: trustFramework_ListPolicy parameters: - $ref: '#/components/parameters/top' @@ -24517,7 +25727,11 @@ paths: delete: tags: - trustFramework.trustFrameworkPolicy - summary: Delete navigation property policies for trustFramework + summary: Delete trustFrameworkPolicy + description: Delete an existing trustFrameworkPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta operationId: trustFramework_DeletePolicy parameters: - name: trustFrameworkPolicy-id @@ -24545,6 +25759,7 @@ paths: tags: - trustFramework.trustFrameworkPolicy summary: Get media content for the navigation property policies from trustFramework + description: The unique identifier for an entity. Read-only. operationId: trustFramework_GetPoliciesContent parameters: - name: trustFrameworkPolicy-id @@ -24565,11 +25780,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - trustFramework.trustFrameworkPolicy summary: Update media content for the navigation property policies in trustFramework + description: The unique identifier for an entity. Read-only. operationId: trustFramework_SetPoliciesContent parameters: - name: trustFrameworkPolicy-id @@ -24593,7 +25808,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - trustFramework.trustFrameworkPolicy + summary: Delete media content for the navigation property policies in trustFramework + description: The unique identifier for an entity. Read-only. + operationId: trustFramework_DeletePoliciesContent + parameters: + - name: trustFrameworkPolicy-id + in: path + description: The unique identifier of trustFrameworkPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: trustFrameworkPolicy + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' /trustFramework/policies/$count: get: tags: @@ -24774,7 +26014,11 @@ paths: post: tags: - users.authentication - summary: Create new navigation property to emailMethods for users + summary: Create emailAuthenticationMethod + 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-beta operationId: user.authentication_CreateEmailMethod parameters: - name: user-id @@ -24859,7 +26103,11 @@ paths: patch: tags: - users.authentication - summary: Update the navigation property emailMethods in users + summary: Update emailAuthenticationMethod + description: Update a user's email address associated with an email Authentication Method object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-beta operationId: user.authentication_UpdateEmailMethod parameters: - name: user-id @@ -24898,7 +26146,11 @@ paths: delete: tags: - users.authentication - summary: Delete navigation property emailMethods for users + summary: Delete emailAuthenticationMethod + description: Deletes a user's email Authentication Method object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-beta operationId: user.authentication_DeleteEmailMethod parameters: - name: user-id @@ -25068,7 +26320,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-beta operationId: user.authentication_DeleteFido2Method parameters: - name: user-id @@ -25331,8 +26587,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-beta operationId: user.authentication_ListMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -25391,8 +26650,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-beta operationId: user.authentication_GetMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -25444,7 +26706,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-beta operationId: user.authentication_DeleteMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -25555,7 +26821,8 @@ paths: get: tags: - users.authentication - summary: Get operations from users + 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.' operationId: user.authentication_ListOperation parameters: - name: user-id @@ -25645,7 +26912,11 @@ paths: get: tags: - users.authentication - summary: Get operations from users + 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationoperation-get?view=graph-rest-beta operationId: user.authentication_GetOperation parameters: - name: user-id @@ -25906,7 +27177,11 @@ paths: delete: tags: - users.authentication - summary: Delete navigation property passwordlessMicrosoftAuthenticatorMethods for users + summary: Delete passwordlessMicrosoftAuthenticatorAuthenticationMethod (deprecated) + description: Deletes a user's Microsoft Authenticator Passwordless Phone Sign-in method object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta operationId: user.authentication_DeletePasswordlessMicrosoftAuthenticatorMethod parameters: - name: user-id @@ -26242,7 +27517,11 @@ paths: post: tags: - users.authentication - summary: Create new navigation property to phoneMethods for users + summary: Create phoneAuthenticationMethod + description: 'Add a new phone authentication method. 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 preexisting mobile phone will fail. 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 multifactor 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-beta operationId: user.authentication_CreatePhoneMethod parameters: - name: user-id @@ -26327,7 +27606,11 @@ paths: patch: tags: - users.authentication - summary: Update the navigation property phoneMethods in users + summary: Update phoneAuthenticationMethod + description: 'Update the phone number associated with a phone authentication method. 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 attempts 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-beta operationId: user.authentication_UpdatePhoneMethod parameters: - name: user-id @@ -26534,7 +27817,11 @@ paths: delete: tags: - users.authentication - summary: Delete navigation property platformCredentialMethods for users + summary: Delete platformCredentialAuthenticationMethod + description: Delete a platformCredentialAuthenticationMethod object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-delete?view=graph-rest-beta operationId: user.authentication_DeletePlatformCredentialMethod parameters: - name: user-id @@ -26645,8 +27932,11 @@ paths: get: tags: - users.authentication - summary: Get signInPreferences property value - description: The settings and preferences for to the sign-in experience of a user. Use this property to configure the user's default multifactor authentication (MFA) method. + summary: Get authentication signInPreferences + description: Read the properties and relationships of a signInPreferences object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authentication-get?view=graph-rest-beta operationId: user.authentication_GetSignInPreference parameters: - name: user-id @@ -26689,7 +27979,11 @@ paths: patch: tags: - users.authentication - summary: Update property signInPreferences value. + summary: Update authentication signInPreferences + description: Update the properties of a signInPreferences object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authentication-update?view=graph-rest-beta operationId: user.authentication_UpdateSignInPreference parameters: - name: user-id @@ -26831,7 +28125,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-beta operationId: user.authentication_DeleteSoftwareOathMethod parameters: - name: user-id @@ -26888,8 +28186,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 (TAP) method. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-beta operationId: user.authentication_ListTemporaryAccessPassMethod parameters: - name: user-id @@ -26947,7 +28248,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-beta operationId: user.authentication_CreateTemporaryAccessPassMethod parameters: - name: user-id @@ -26979,8 +28284,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-beta operationId: user.authentication_GetTemporaryAccessPassMethod parameters: - name: user-id @@ -27032,7 +28340,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-beta operationId: user.authentication_DeleteTemporaryAccessPassMethod parameters: - name: user-id @@ -27089,8 +28401,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-beta operationId: user.authentication_ListWindowsHelloGraphFPreBusinessMethod parameters: - name: user-id @@ -27149,8 +28464,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-beta operationId: user.authentication_GetWindowsHelloGraphFPreBusinessMethod parameters: - name: user-id @@ -27202,7 +28520,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-beta operationId: user.authentication_DeleteWindowsHelloGraphFPreBusinessMethod parameters: - name: user-id @@ -29429,7 +30751,7 @@ components: 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 customer tenants. + 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 b2cUserFlows: type: array @@ -29598,6 +30920,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identityProvider' + description: The identity providers included in the user flow. x-ms-navigationProperty: true languages: type: array @@ -29615,6 +30938,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identityProviderBase' + description: The identity providers included in the user flow. x-ms-navigationProperty: true additionalProperties: type: object @@ -29735,6 +31059,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.identityProvider' + description: The identity providers included in the user flow. x-ms-navigationProperty: true languages: type: array @@ -31107,7 +32432,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: @@ -32411,7 +33736,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 @@ -32812,36 +34137,117 @@ components: items: $ref: '#/components/schemas/microsoft.graph.trustFrameworkKey' description: A collection of the keys. + keys_v2: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.trustFrameworkKey_v2' + description: A collection of the keys. + x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.trustFrameworkKey_v2: + title: trustFrameworkKey_v2 + type: object + properties: + d: + type: string + description: RSA Key - private exponent. The field isn't readable. + nullable: true + dp: + type: string + description: RSA Key - first exponent. The field isn't readable. + nullable: true + dq: + type: string + description: RSA Key - second exponent. The field isn't readable. + nullable: true + e: + type: string + description: RSA Key - public exponent. + nullable: true + exp: + type: integer + description: 'This value is a NumericDate as defined in RFC 7519. That is, a JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.' + format: int64 + nullable: true + k: + type: string + description: Symmetric Key for oct key type. The field isn't readable. + nullable: true + kid: + type: string + description: The unique identifier for the key. Primary key. + kty: + type: string + description: 'The kty (key type) parameter identifies the cryptographic algorithm family used with the key. The valid values are rsa, oct.' + nullable: true + n: + type: string + description: RSA Key - modulus. + nullable: true + nbf: + type: integer + description: 'This value is a NumericDate as defined in RFC 7519. That is, a JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.' + format: int64 + nullable: true + p: + type: string + description: RSA Key - first prime. The field isn't readable. + nullable: true + q: + type: string + description: RSA Key - second prime. The field isn't readable. + nullable: true + qi: + type: string + description: RSA Key - Coefficient. The field isn't readable. + nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.trustFrameworkKeyStatus' + use: + type: string + description: 'The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Possible values are: sig (signature), enc (encryption).' + nullable: true + x5c: + type: array + items: + type: string + nullable: true + description: 'The x5c (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates. For more information, see RFC 5280.' + x5t: + type: string + description: 'The x5t (X.509 certificate SHA-1 thumbprint) parameter is a base64url-encoded SHA-1 thumbprint (also known as digest) of the DER encoding of an X.509 certificate. For more information, see RFC 5280.' + nullable: true + additionalProperties: + type: object microsoft.graph.trustFrameworkKey: title: trustFrameworkKey type: object properties: d: type: string - description: RSA Key - private exponent. Field can't be read back. + description: RSA Key - private exponent. The field isn't readable. nullable: true dp: type: string - description: RSA Key - first exponent. Field can't be read back. + description: RSA Key - first exponent. The field isn't readable. nullable: true dq: type: string - description: RSA Key - second exponent. Field can't be read back. + description: RSA Key - second exponent. The field isn't readable. nullable: true e: type: string - description: RSA Key - public exponent + description: RSA Key - public exponent. nullable: true exp: type: integer - description: 'This value is a NumericDate as defined in RFC 7519 (A JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.)' + description: 'This value is a NumericDate as defined in RFC 7519. That is, a JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.' format: int64 nullable: true k: type: string - description: Symmetric Key for oct key type. Field can't be read back. + description: Symmetric Key for oct key type. The field isn't readable. nullable: true kid: type: string @@ -32849,42 +34255,44 @@ components: nullable: true kty: type: string - description: 'The kty (key type) parameter identifies the cryptographic algorithm family used with the key, The valid values are rsa, oct.' + description: 'The kty (key type) parameter identifies the cryptographic algorithm family used with the key. The valid values are rsa, oct.' nullable: true n: type: string - description: RSA Key - modulus + description: RSA Key - modulus. nullable: true nbf: type: integer - description: 'This value is a NumericDate as defined in RFC 7519 (A JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.)' + description: 'This value is a NumericDate as defined in RFC 7519. That is, a JSON numeric value representing the number of seconds from 1970-01-01T00:00:00Z UTC until the specified UTC date/time, ignoring leap seconds.' format: int64 nullable: true p: type: string - description: RSA Key - first prime. Field can't be read back. + description: RSA Key - first prime. The field isn't readable. nullable: true q: type: string - description: RSA Key - second prime. Field can't be read back. + description: RSA Key - second prime. The field isn't readable. nullable: true qi: type: string - description: RSA Key - Coefficient. Field can't be read back. + description: RSA Key - Coefficient. The field isn't readable. nullable: true + status: + $ref: '#/components/schemas/microsoft.graph.trustFrameworkKeyStatus' use: type: string - description: 'The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Possible values are: sig (signature), enc (encryption)' + description: 'The use (public key use) parameter identifies the intended use of the public key. The use parameter is employed to indicate whether a public key is used for encrypting data or verifying the signature on data. Possible values are: sig (signature), enc (encryption).' nullable: true x5c: type: array items: type: string nullable: true - description: The x5c (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates RFC 5280. + description: 'The x5c (X.509 certificate chain) parameter contains a chain of one or more PKIX certificates. For more information, see RFC 5280.' x5t: type: string - description: The x5t (X.509 certificate SHA-1 thumbprint) parameter is a base64url-encoded SHA-1 thumbprint (also known as digest) of the DER encoding of an X.509 certificate RFC 5280. + description: 'The x5t (X.509 certificate SHA-1 thumbprint) parameter is a base64url-encoded SHA-1 thumbprint (also known as digest) of the DER encoding of an X.509 certificate. For more information, see RFC 5280.' nullable: true additionalProperties: type: object @@ -33065,7 +34473,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 @@ -33825,7 +35233,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessClientApp' - 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.' + description: 'Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member is deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms.' devices: $ref: '#/components/schemas/microsoft.graph.conditionalAccessDevices' deviceStates: @@ -34093,6 +35501,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: @@ -34105,11 +35514,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.riskEventType' + description: List of risk event types. Deprecated. Use riskEventType instead. riskEventTypes: type: array items: type: string nullable: true + description: 'The type of risk event detected. The possible values are: anonymizedIPAddress, investigationsThreatIntelligence, investigationsThreatIntelligenceSigninLinked,leakedCredentials, maliciousIPAddress, maliciousIPAddressValidCredentialsBlockedIP, malwareInfectedIPAddress, mcasImpossibleTravel, mcasSuspiciousInboxManipulationRules, suspiciousAPITraffic, suspiciousIPAddress, unfamiliarFeatures, unlikelyTravel. For more information about each value, see Risk types and detection.' additionalProperties: type: object microsoft.graph.volumeType: @@ -34834,7 +36245,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 @@ -35133,6 +36544,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: @@ -35433,6 +36846,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: @@ -35590,6 +37007,10 @@ components: 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 @@ -35682,6 +37103,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -35697,7 +37122,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: @@ -35709,7 +37134,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' @@ -36340,10 +37765,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 @@ -36413,7 +37839,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 @@ -37629,7 +39055,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -37720,10 +39146,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: @@ -37736,6 +39164,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 @@ -37754,6 +39183,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -37766,6 +39196,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: @@ -37808,16 +39239,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 @@ -38708,6 +40142,7 @@ components: type: array items: type: string + description: The raw JSON definition of the cross-tenant access policy. Deprecated. Do not use. additionalProperties: type: object microsoft.graph.inboundOutboundPolicyConfiguration: @@ -38936,11 +40371,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -39033,6 +40468,13 @@ components: $ref: '#/components/schemas/microsoft.graph.multiTenantOrganizationMemberProcessingStatus' additionalProperties: type: object + microsoft.graph.trustFrameworkKeyStatus: + title: trustFrameworkKeyStatus + enum: + - enabled + - disabled + - unknownFutureValue + type: string microsoft.graph.attestationLevel: title: attestationLevel enum: @@ -40007,6 +41449,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.trustFrameworkKey_v2CollectionResponse: + title: Collection of trustFrameworkKey_v2 + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.trustFrameworkKey_v2' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.trustFrameworkPolicyCollectionResponse: title: Collection of trustFrameworkPolicy type: object @@ -40255,6 +41710,7 @@ components: type: array items: type: string + description: 'States excluded from the scope of the policy. Possible values: Compliant, DomainJoined.' includeDevices: type: array items: @@ -40264,6 +41720,7 @@ components: type: array items: type: string + description: States in the scope of the policy. All is the only allowed value. additionalProperties: type: object microsoft.graph.conditionalAccessDeviceStates: @@ -40624,36 +42081,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' @@ -40741,14 +42205,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.appRole: @@ -40907,6 +42374,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: @@ -40980,6 +42448,31 @@ components: nullable: true 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' @@ -41228,8 +42721,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])$' @@ -41481,6 +42976,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: @@ -41713,6 +43210,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 @@ -41888,6 +43386,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -42147,6 +43647,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -42276,6 +43777,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: @@ -42332,6 +43834,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. @@ -42459,7 +43963,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -42508,6 +44011,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. @@ -42778,6 +44283,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: @@ -43626,6 +45132,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.' @@ -45679,10 +47187,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 @@ -45877,12 +47387,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: @@ -46245,12 +47757,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 @@ -46270,7 +47782,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' @@ -46313,6 +47825,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: @@ -46481,6 +47994,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -47464,6 +48978,7 @@ components: 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: @@ -47483,6 +48998,7 @@ components: 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: @@ -48040,6 +49556,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: @@ -48319,6 +49846,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' @@ -48533,11 +50068,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: @@ -49118,6 +50657,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 @@ -49379,6 +50919,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' @@ -49571,6 +51121,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' @@ -50211,6 +51769,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: @@ -50929,6 +52488,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: @@ -52151,6 +53747,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -52160,6 +53757,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 @@ -52804,6 +54402,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: @@ -53470,6 +55073,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -54147,6 +55756,21 @@ components: $ref: '#/components/schemas/microsoft.graph.printTaskDefinition' 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.synchronizationSecret: title: synchronizationSecret enum: @@ -54363,14 +55987,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: @@ -54381,6 +55997,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 @@ -54805,6 +56429,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 @@ -55080,6 +56748,14 @@ components: 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 @@ -56443,6 +58119,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -56839,6 +58533,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 @@ -57990,6 +59730,24 @@ components: x-ms-navigationProperty: 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -58309,6 +60067,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: @@ -58968,6 +60754,17 @@ components: nullable: true 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.synchronizationError: title: synchronizationError type: object @@ -59139,6 +60936,60 @@ components: - chat - unknownFutureValue type: string + 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 @@ -59554,6 +61405,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 @@ -59596,27 +61448,71 @@ components: nullable: true additionalProperties: type: object + 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' additionalProperties: @@ -59877,6 +61773,41 @@ components: - Extensions - BaseObjectName 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' @@ -60412,6 +62343,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.trustFrameworkKeySetCollectionResponse' + microsoft.graph.trustFrameworkKey_v2CollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.trustFrameworkKey_v2CollectionResponse' microsoft.graph.trustFrameworkPolicyCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/Mail.yml b/openApiDocs/beta/Mail.yml index f16a4584565..c08b5147272 100644 --- a/openApiDocs/beta/Mail.yml +++ b/openApiDocs/beta/Mail.yml @@ -91,6 +91,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 @@ -285,6 +286,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -316,6 +318,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 +558,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 @@ -1410,6 +1414,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 @@ -1454,11 +1459,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 @@ -1506,7 +1511,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: @@ -2746,6 +2800,7 @@ paths: schema: type: string x-ms-docs-key-type: mailFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2778,6 +2833,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 @@ -3012,6 +3068,7 @@ paths: schema: type: string x-ms-docs-key-type: mailFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -3281,6 +3338,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 @@ -3317,11 +3375,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 @@ -3361,7 +3419,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: @@ -4307,6 +4406,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 @@ -4412,6 +4512,7 @@ paths: schema: type: string x-ms-docs-key-type: mailFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -4433,6 +4534,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -4676,6 +4778,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 @@ -4704,11 +4807,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 @@ -4740,7 +4843,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: @@ -4765,6 +4901,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 @@ -4972,6 +5111,7 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -5004,6 +5144,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 @@ -5258,6 +5399,7 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -5290,6 +5432,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 @@ -5497,6 +5640,7 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -6163,8 +6307,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])$' @@ -6553,6 +6699,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 @@ -6569,14 +6723,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 diff --git a/openApiDocs/beta/ManagedTenants.yml b/openApiDocs/beta/ManagedTenants.yml index 1a1d1f58d58..b7add34f60a 100644 --- a/openApiDocs/beta/ManagedTenants.yml +++ b/openApiDocs/beta/ManagedTenants.yml @@ -88,8 +88,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get aggregatedPolicyCompliances from tenantRelationships - description: Aggregate view of device compliance policies across managed tenants. + summary: List aggregatedPolicyCompliances + description: Get a list of the aggregatedPolicyCompliance objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-aggregatedpolicycompliances?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListAggregatedPolicyCompliance parameters: - $ref: '#/components/parameters/top' @@ -468,8 +471,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get auditEvents from tenantRelationships - description: The collection of audit events across managed tenants. + summary: List auditEvents + description: Get a list of the auditEvent objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-auditevents?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListAuditEvent parameters: - $ref: '#/components/parameters/top' @@ -542,8 +548,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get auditEvents from tenantRelationships - description: The collection of audit events across managed tenants. + summary: Get auditEvent + description: Read the properties and relationships of an auditEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-auditevent-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetAuditEvent parameters: - name: auditEvent-id @@ -659,8 +668,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get cloudPcConnections from tenantRelationships - description: The collection of cloud PC connections across managed tenants. + summary: List cloudPcConnections + description: Get a list of the cloudPcConnection objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcconnections?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListCloudPcConnection parameters: - $ref: '#/components/parameters/top' @@ -733,8 +745,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get cloudPcConnections from tenantRelationships - description: The collection of cloud PC connections across managed tenants. + summary: Get cloudPcConnection + description: Read the properties and relationships of a cloudPcConnection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-cloudpcconnection-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetCloudPcConnection parameters: - name: cloudPcConnection-id @@ -850,8 +865,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get cloudPcDevices from tenantRelationships - description: The collection of cloud PC devices across managed tenants. + summary: List cloudPcDevices + description: Get a list of the cloudPcDevice objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcdevices?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListCloudPcDevice parameters: - $ref: '#/components/parameters/top' @@ -924,8 +942,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get cloudPcDevices from tenantRelationships - description: The collection of cloud PC devices across managed tenants. + summary: Get cloudPcDevice + description: Read the properties and relationships of a cloudPcDevice object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-cloudpcdevice-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetCloudPcDevice parameters: - name: cloudPcDevice-id @@ -1041,8 +1062,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get cloudPcsOverview from tenantRelationships - description: Overview of cloud PC information across managed tenants. + summary: List cloudPcOverviews + description: Get a list of the cloudPcOverview objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcsoverview?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListCloudPcsOverview parameters: - $ref: '#/components/parameters/top' @@ -1115,8 +1139,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get cloudPcsOverview from tenantRelationships - description: Overview of cloud PC information across managed tenants. + summary: Get cloudPcOverview + description: Read the properties and relationships of a cloudPcOverview object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-cloudpcoverview-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetCloudPcsOverview parameters: - name: cloudPcOverview-tenantId @@ -1232,8 +1259,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get conditionalAccessPolicyCoverages from tenantRelationships - description: Aggregate view of conditional access policy coverage across managed tenants. + summary: List conditionalAccessPolicyCoverages + description: Get a list of the conditionalAccessPolicyCoverage objects and their properties. Use this operation to list Microsoft Entra Conditional Access policy coverage for all tenants that are being managed by the multi-tenant management platform. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListConditionalAccessPolicyCoverage parameters: - $ref: '#/components/parameters/top' @@ -1306,8 +1336,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get conditionalAccessPolicyCoverages from tenantRelationships - description: Aggregate view of conditional access policy coverage across managed tenants. + summary: Get conditionalAccessPolicyCoverage + description: Read the properties and relationships of a conditionalAccessPolicyCoverage object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-conditionalaccesspolicycoverage-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetConditionalAccessPolicyCoverage parameters: - name: conditionalAccessPolicyCoverage-id @@ -1423,8 +1456,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get credentialUserRegistrationsSummaries from tenantRelationships - description: Summary information for user registration for multi-factor authentication and self service password reset across managed tenants. + summary: List credentialUserRegistrationsSummaries + description: Get a list of the credentialUserRegistrationsSummary objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListCredentialUserRegistrationsSummary parameters: - $ref: '#/components/parameters/top' @@ -1497,8 +1533,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get credentialUserRegistrationsSummaries from tenantRelationships - description: Summary information for user registration for multi-factor authentication and self service password reset across managed tenants. + summary: Get credentialUserRegistrationsSummary + description: Read the properties and relationships of a credentialUserRegistrationsSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-credentialuserregistrationssummary-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetCredentialUserRegistrationsSummary parameters: - name: credentialUserRegistrationsSummary-id @@ -1803,8 +1842,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get deviceCompliancePolicySettingStateSummaries from tenantRelationships - description: Summary information for device compliance policy setting states across managed tenants. + summary: List deviceCompliancePolicySettingStateSummary + description: Get a list of the deviceCompliancePolicySettingStateSummary objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListDeviceCompliancePolicySettingStateSummary parameters: - $ref: '#/components/parameters/top' @@ -1877,8 +1919,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get deviceCompliancePolicySettingStateSummaries from tenantRelationships - description: Summary information for device compliance policy setting states across managed tenants. + summary: Get deviceCompliancePolicySettingStateSummary + description: Read the properties and relationships of a deviceCompliancePolicySettingStateSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-devicecompliancepolicysettingstatesummary-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetDeviceCompliancePolicySettingStateSummary parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -2183,8 +2228,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get managedDeviceCompliances from tenantRelationships - description: The collection of compliance for managed devices across managed tenants. + summary: List managedDeviceCompliances + description: Get a list of the managedDeviceCompliance objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliances?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListManagedDeviceCompliance parameters: - $ref: '#/components/parameters/top' @@ -2257,8 +2305,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get managedDeviceCompliances from tenantRelationships - description: The collection of compliance for managed devices across managed tenants. + summary: Get managedDeviceCompliance + description: Read the properties and relationships of a managedDeviceCompliance object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliance-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetManagedDeviceCompliance parameters: - name: managedDeviceCompliance-id @@ -2374,8 +2425,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get managedDeviceComplianceTrends from tenantRelationships - description: Trend insights for device compliance across managed tenants. + summary: List managedDeviceComplianceTrends + description: Get a list of the managedDeviceComplianceTrend objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliancetrends?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListManagedDeviceComplianceTrend parameters: - $ref: '#/components/parameters/top' @@ -2448,8 +2502,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get managedDeviceComplianceTrends from tenantRelationships - description: Trend insights for device compliance across managed tenants. + summary: Get managedDeviceComplianceTrend + description: Read the properties and relationships of a managedDeviceComplianceTrend object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliancetrend-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetManagedDeviceComplianceTrend parameters: - name: managedDeviceComplianceTrend-id @@ -4783,8 +4840,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get managementActions from tenantRelationships - description: The collection of baseline management actions across managed tenants. + summary: List managementActions + description: Get a list of the managementAction objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactions?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListManagementAction parameters: - $ref: '#/components/parameters/top' @@ -4857,8 +4917,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get managementActions from tenantRelationships - description: The collection of baseline management actions across managed tenants. + summary: Get managementAction + description: Read the properties and relationships of a managementAction object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managementaction-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetManagementAction parameters: - name: managementAction-id @@ -4974,8 +5037,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get managementActionTenantDeploymentStatuses from tenantRelationships - description: The tenant level status of management actions across managed tenants. + summary: List managementActionTenantDeploymentStatus + description: Get a list of the managementActionTenantDeploymentStatus objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListManagementActionTenantDeploymentStatus parameters: - $ref: '#/components/parameters/top' @@ -5048,8 +5114,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get managementActionTenantDeploymentStatuses from tenantRelationships - description: The tenant level status of management actions across managed tenants. + summary: Get managementActionTenantDeploymentStatus + description: Read the properties and relationships of a managementActionTenantDeploymentStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managementactiontenantdeploymentstatus-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetManagementActionTenantDeploymentStatus parameters: - name: managementActionTenantDeploymentStatus-id @@ -5165,8 +5234,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get managementIntents from tenantRelationships - description: The collection of baseline management intents across managed tenants. + summary: List managementIntents + description: Get a list of the managementIntent objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementintents?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListManagementIntent parameters: - $ref: '#/components/parameters/top' @@ -5239,8 +5311,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get managementIntents from tenantRelationships - description: The collection of baseline management intents across managed tenants. + summary: Get managementIntent + description: Read the properties and relationships of a managementIntent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managementintent-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetManagementIntent parameters: - name: managementIntent-id @@ -5868,8 +5943,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get managementTemplates from tenantRelationships - description: The collection of baseline management templates across managed tenants. + summary: List managementTemplates + description: Get a list of the managementTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementtemplates?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListManagementTemplate parameters: - $ref: '#/components/parameters/top' @@ -5942,8 +6020,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get managementTemplates from tenantRelationships - description: The collection of baseline management templates across managed tenants. + summary: Get managementTemplate + description: Read the properties and relationships of a managementTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managementtemplate-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetManagementTemplate parameters: - name: managementTemplate-id @@ -7499,8 +7580,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get myRoles from tenantRelationships - description: The collection of role assignments to a signed-in user for a managed tenant. + summary: List myRoles + description: "Get the roles that a signed-in user has through a delegated relationship across managed tenants. For information on the types of delegated relationships between a Managed Service Provider (MSP) who uses Microsoft 365 Lighthouse, and their business customers with Microsoft 365 Business Premium tenants, see the following articles on the Partner Center:\n- Delegated administration privileges (DAP)\n- Granular delegated admin privileges (GDAP)" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-myroles?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListMyRole parameters: - $ref: '#/components/parameters/top' @@ -7690,8 +7774,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get tenantGroups from tenantRelationships - description: The collection of a logical grouping of managed tenants used by the multi-tenant management platform. + summary: List tenantGroups + description: Get a list of the tenantGroup objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantgroups?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListTenantGroup parameters: - $ref: '#/components/parameters/top' @@ -7764,8 +7851,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get tenantGroups from tenantRelationships - description: The collection of a logical grouping of managed tenants used by the multi-tenant management platform. + summary: Get tenantGroup + description: Read the properties and relationships of a tenantGroup object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-tenantgroup-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetTenantGroup parameters: - name: tenantGroup-id @@ -7881,8 +7971,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get tenants from tenantRelationships - description: The collection of tenants associated with the managing entity. + summary: List tenants + description: Get a list of the tenant objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenants?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListTenant parameters: - $ref: '#/components/parameters/top' @@ -7955,8 +8048,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get tenants from tenantRelationships - description: The collection of tenants associated with the managing entity. + summary: Get tenant + description: Read the properties and relationships of a tenant object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-tenant-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetTenant parameters: - name: tenant-id @@ -8072,8 +8168,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get tenantsCustomizedInformation from tenantRelationships - description: The collection of tenant level customized information across managed tenants. + summary: List tenantCustomizedInformation + description: Get a list of the tenantCustomizedInformation objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantscustomizedinformation?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListTenantsCustomizedInformation parameters: - $ref: '#/components/parameters/top' @@ -8146,8 +8245,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get tenantsCustomizedInformation from tenantRelationships - description: The collection of tenant level customized information across managed tenants. + summary: Get tenantCustomizedInformation + description: Read the properties and relationships of a tenantCustomizedInformation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetTenantsCustomizedInformation parameters: - name: tenantCustomizedInformation-id @@ -8191,7 +8293,11 @@ paths: patch: tags: - tenantRelationships.managedTenant - summary: Update the navigation property tenantsCustomizedInformation in tenantRelationships + summary: Update tenantCustomizedInformation + description: Update the properties of a tenantCustomizedInformation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-update?view=graph-rest-beta operationId: tenantRelationship.managedTenant_UpdateTenantsCustomizedInformation parameters: - name: tenantCustomizedInformation-id @@ -8263,8 +8369,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get tenantsDetailedInformation from tenantRelationships - description: The collection tenant level detailed information across managed tenants. + summary: List tenantDetailedInformation + description: Get a list of the tenantDetailedInformation objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantsdetailedinformation?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListTenantsDetailedInformation parameters: - $ref: '#/components/parameters/top' @@ -8337,8 +8446,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get tenantsDetailedInformation from tenantRelationships - description: The collection tenant level detailed information across managed tenants. + summary: Get tenantDetailedInformation + description: Read the properties and relationships of a tenantDetailedInformation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-tenantdetailedinformation-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetTenantsDetailedInformation parameters: - name: tenantDetailedInformation-id @@ -8454,8 +8566,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get tenantTags from tenantRelationships - description: The collection of tenant tags across managed tenants. + summary: List tenantTags + description: Get a list of the tenantTag objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenanttags?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListTenantTag parameters: - $ref: '#/components/parameters/top' @@ -8505,7 +8620,11 @@ paths: post: tags: - tenantRelationships.managedTenant - summary: Create new navigation property to tenantTags for tenantRelationships + summary: Create tenantTag + description: Create a new tenantTag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-post-tenanttags?view=graph-rest-beta operationId: tenantRelationship.managedTenant_CreateTenantTag requestBody: description: New navigation property @@ -8528,8 +8647,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get tenantTags from tenantRelationships - description: The collection of tenant tags across managed tenants. + summary: Get tenantTag + description: Read the properties and relationships of a tenantTag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-tenanttag-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetTenantTag parameters: - name: tenantTag-id @@ -8573,7 +8695,11 @@ paths: patch: tags: - tenantRelationships.managedTenant - summary: Update the navigation property tenantTags in tenantRelationships + summary: Update tenantTag + description: Update the properties of a tenantTag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-tenanttag-update?view=graph-rest-beta operationId: tenantRelationship.managedTenant_UpdateTenantTag parameters: - name: tenantTag-id @@ -8604,7 +8730,11 @@ paths: delete: tags: - tenantRelationships.managedTenant - summary: Delete navigation property tenantTags for tenantRelationships + summary: Delete tenantTag + description: Delete a tenantTag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-tenanttag-delete?view=graph-rest-beta operationId: tenantRelationship.managedTenant_DeleteTenantTag parameters: - name: tenantTag-id @@ -8645,8 +8775,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get windowsDeviceMalwareStates from tenantRelationships - description: 'The state of malware for Windows devices, registered with Microsoft Endpoint Manager, across managed tenants.' + summary: List windowsDeviceMalwareStates + description: Get a list of the windowsDeviceMalwareState objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsdevicemalwarestates?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListWindowsDeviceMalwareState parameters: - $ref: '#/components/parameters/top' @@ -8719,8 +8852,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get windowsDeviceMalwareStates from tenantRelationships - description: 'The state of malware for Windows devices, registered with Microsoft Endpoint Manager, across managed tenants.' + summary: Get windowsDeviceMalwareState + description: Read the properties and relationships of a windowsDeviceMalwareState object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-windowsdevicemalwarestate-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetWindowsDeviceMalwareState parameters: - name: windowsDeviceMalwareState-id @@ -8836,8 +8972,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get windowsProtectionStates from tenantRelationships - description: 'The protection state for Windows devices, registered with Microsoft Endpoint Manager, across managed tenants.' + summary: List windowsProtectionStates + description: Get a list of the windowsProtectionState objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsprotectionstates?view=graph-rest-beta operationId: tenantRelationship.managedTenant_ListWindowsProtectionState parameters: - $ref: '#/components/parameters/top' @@ -8910,8 +9049,11 @@ paths: get: tags: - tenantRelationships.managedTenant - summary: Get windowsProtectionStates from tenantRelationships - description: 'The protection state for Windows devices, registered with Microsoft Endpoint Manager, across managed tenants.' + summary: Get windowsProtectionState + description: Read the properties and relationships of a windowsProtectionState object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/managedtenants-windowsprotectionstate-get?view=graph-rest-beta operationId: tenantRelationship.managedTenant_GetWindowsProtectionState parameters: - name: windowsProtectionState-id @@ -9507,6 +9649,13 @@ components: - title: cloudPcOverview type: object properties: + frontlineLicensesCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: The total number of cloud PC devices that have the Frontline SKU. Optional. Read-only. + format: int32 + nullable: true lastRefreshedDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string @@ -10968,6 +11117,16 @@ components: - title: tenantCustomizedInformation type: object properties: + businessRelationship: + type: string + description: 'Describes the relationship between the Managed Services Provider and the managed tenant; for example, Managed, Co-managed, Licensing. The maximum length is 250 characters. Optional.' + nullable: true + complianceRequirements: + type: array + items: + type: string + nullable: true + description: 'Contains the compliance requirements for the customer tenant; for example, HIPPA, NIST, CMMC. The maximum length is 250 characters per compliance requirement. Optional.' contacts: type: array items: @@ -10977,6 +11136,28 @@ components: type: string description: The display name for the managed tenant. Required. Read-only. nullable: true + managedServicesPlans: + type: array + items: + type: string + nullable: true + description: This is the Managed Services Plans for the customer tenant that the Managed Services Provider manages. The maximum length is 250 characters per managed service plan. Optional. + note: + type: string + description: A field for the Managed Services Provider technician to input custom text to share notes between technicians within the Managed Service Providers. The maximum length is 5000 characters. Optional. + nullable: true + noteLastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-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 on which the note field of this entity was last modified. Optional. + format: date-time + nullable: true + partnerRelationshipManagerUserIds: + type: array + items: + type: string + nullable: true + description: The list of Entra user IDs for users in the Managed Services Provider that manage the relationship with the managed tenant. Optional. tenantId: type: string description: The Microsoft Entra tenant identifier for the managed tenant. Optional. Read-only. diff --git a/openApiDocs/beta/Notes.yml b/openApiDocs/beta/Notes.yml index dc0cd220b35..932f7612dc1 100644 --- a/openApiDocs/beta/Notes.yml +++ b/openApiDocs/beta/Notes.yml @@ -1586,7 +1586,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.onenote @@ -1651,7 +1650,64 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.onenote + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.onenote.notebook.sectionGroup.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: 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 + 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}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -2668,7 +2724,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.onenote @@ -2725,7 +2780,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.onenote + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.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: 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}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -3572,7 +3676,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.onenote @@ -3613,7 +3716,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.onenote + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.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: 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}/onenote/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -3995,7 +4131,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.onenote @@ -4035,7 +4170,39 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.onenote + summary: Delete content for the navigation property resources in groups + operationId: group.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: 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 + default: + $ref: '#/components/responses/error' '/groups/{group-id}/onenote/resources/$count': get: tags: @@ -5150,7 +5317,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.onenote @@ -5207,7 +5373,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.onenote + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.onenote.sectionGroup.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: 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -6080,7 +6295,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.onenote @@ -6129,7 +6343,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.onenote + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.onenote.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: 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}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -8270,7 +8525,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.onenote @@ -8335,7 +8589,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -9352,7 +9605,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.onenote @@ -9409,7 +9661,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -10256,7 +10507,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.onenote @@ -10297,7 +10547,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -10679,7 +10928,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.onenote @@ -10719,7 +10967,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/onenote/resources/$count': get: tags: @@ -11834,7 +12081,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.onenote @@ -11891,7 +12137,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -12764,7 +13009,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.onenote @@ -12813,7 +13057,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -14619,14 +14862,71 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': - get: + x-ms-docs-operation-type: operation + '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content': + get: + tags: + - users.onenote + summary: Get content for the navigation property pages from users + description: The page's HTML content. + operationId: user.onenote.notebook.sectionGroup.section_GetPagesContent + 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: 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 + 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: - users.onenote - summary: Get content for the navigation property pages from users + summary: Update content for the navigation property pages in users description: The page's HTML content. - operationId: user.onenote.notebook.sectionGroup.section_GetPagesContent + operationId: user.onenote.notebook.sectionGroup.section_SetPagesContent parameters: - name: user-id in: path @@ -14668,23 +14968,29 @@ paths: 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: Retrieved media content + description: Success content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: + delete: tags: - users.onenote - summary: Update content for the navigation property pages in users + summary: Delete content for the navigation property pages in users description: The page's HTML content. - operationId: user.onenote.notebook.sectionGroup.section_SetPagesContent + operationId: user.onenote.notebook.sectionGroup.section_DeletePagesContent parameters: - name: user-id in: path @@ -14726,24 +15032,17 @@ paths: 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 + - 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 '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -15760,7 +16059,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onenote @@ -15817,7 +16115,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onenote + summary: Delete content for the navigation property pages in users + description: The page's HTML content. + operationId: user.onenote.notebook.section_DeletePagesContent + 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: 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' '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -16664,7 +17011,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onenote @@ -16705,7 +17051,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onenote + summary: Delete content for the navigation property pages in users + description: The page's HTML content. + operationId: user.onenote_DeletePagesContent + 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: 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' '/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -17087,7 +17466,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onenote @@ -17127,7 +17505,39 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onenote + summary: Delete content for the navigation property resources in users + operationId: user.onenote_DeleteResourcesContent + 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: 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 + default: + $ref: '#/components/responses/error' '/users/{user-id}/onenote/resources/$count': get: tags: @@ -18242,7 +18652,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onenote @@ -18299,7 +18708,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onenote + summary: Delete content for the navigation property pages in users + description: The page's HTML content. + operationId: user.onenote.sectionGroup.section_DeletePagesContent + 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: 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -19172,7 +19630,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onenote @@ -19221,7 +19678,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onenote + summary: Delete content for the navigation property pages in users + description: The page's HTML content. + operationId: user.onenote.section_DeletePagesContent + 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: 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' '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: diff --git a/openApiDocs/beta/People.yml b/openApiDocs/beta/People.yml index b67a9f4662d..eadc2d45df3 100644 --- a/openApiDocs/beta/People.yml +++ b/openApiDocs/beta/People.yml @@ -953,7 +953,11 @@ paths: patch: tags: - users.profile - summary: Update the navigation property addresses in users + summary: Update itemAddress + description: Update the properties of an itemAddress object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemaddress-update?view=graph-rest-beta operationId: user.profile_UpdateAddress parameters: - name: user-id @@ -992,7 +996,11 @@ paths: delete: tags: - users.profile - summary: Delete navigation property addresses for users + summary: Delete itemAddress + description: Deletes an itemAddress object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemaddress-delete?view=graph-rest-beta operationId: user.profile_DeleteAddress parameters: - name: user-id @@ -1433,7 +1441,11 @@ paths: patch: tags: - users.profile - summary: Update the navigation property awards in users + summary: Update personAward + description: Update the properties of a personAward object from a user's profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/personaward-update?view=graph-rest-beta operationId: user.profile_UpdateAward parameters: - name: user-id @@ -1472,7 +1484,11 @@ paths: delete: tags: - users.profile - summary: Delete navigation property awards for users + summary: Delete personAward + description: Deletes a personAward object from a user's profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/personaward-delete?view=graph-rest-beta operationId: user.profile_DeleteAward parameters: - name: user-id @@ -1673,7 +1689,11 @@ paths: patch: tags: - users.profile - summary: Update the navigation property certifications in users + summary: Update personCertification + description: Update the properties of a personCertification object from a user's profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/personcertification-update?view=graph-rest-beta operationId: user.profile_UpdateCertification parameters: - name: user-id @@ -1712,7 +1732,11 @@ paths: delete: tags: - users.profile - summary: Delete navigation property certifications for users + summary: Delete personCertification + description: Deletes a personCertification object from a user's profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/personcertification-delete?view=graph-rest-beta operationId: user.profile_DeleteCertification parameters: - name: user-id @@ -2009,8 +2033,8 @@ paths: get: tags: - users.profile - summary: Get emails from users - description: Represents detailed information about email addresses associated with the user. + summary: Get itemEmail + description: Retrieve the properties and relationships of an itemEmail object in a user's profile. operationId: user.profile_ListEmail parameters: - name: user-id @@ -2100,8 +2124,11 @@ paths: get: tags: - users.profile - summary: Get emails from users - description: Represents detailed information about email addresses associated with the user. + summary: Get itemEmail + description: Retrieve the properties and relationships of an itemEmail object in a user's profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itememail-get?view=graph-rest-beta operationId: user.profile_GetEmail parameters: - name: user-id @@ -2153,7 +2180,11 @@ paths: patch: tags: - users.profile - summary: Update the navigation property emails in users + summary: Update itememail + description: Update the properties of an itemEmail object in a user's profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itememail-update?view=graph-rest-beta operationId: user.profile_UpdateEmail parameters: - name: user-id @@ -3113,7 +3144,11 @@ paths: patch: tags: - users.profile - summary: Update the navigation property notes in users + summary: Update personAnnotation + description: Update the properties of a personAnnotation object in a user's profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/personannotation-update?view=graph-rest-beta operationId: user.profile_UpdateNote parameters: - name: user-id @@ -3152,7 +3187,11 @@ paths: delete: tags: - users.profile - summary: Delete navigation property notes for users + summary: Delete personAnnotation + description: Deletes a personAnnotation object from a user's profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/personannotation-delete?view=graph-rest-beta operationId: user.profile_DeleteNote parameters: - name: user-id @@ -3353,7 +3392,11 @@ paths: patch: tags: - users.profile - summary: Update the navigation property patents in users + summary: Update itemPatent + description: Update the properties of an itemPatent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itempatent-update?view=graph-rest-beta operationId: user.profile_UpdatePatent parameters: - name: user-id @@ -3392,7 +3435,11 @@ paths: delete: tags: - users.profile - summary: Delete navigation property patents for users + summary: Delete itemPatent + description: Deletes an itemPatent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itempatent-delete?view=graph-rest-beta operationId: user.profile_DeletePatent parameters: - name: user-id @@ -3593,7 +3640,11 @@ paths: patch: tags: - users.profile - summary: Update the navigation property phones in users + summary: Update itemphonenumber + description: Update the properties of an itemPhone object in a user's profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemphone-update?view=graph-rest-beta operationId: user.profile_UpdatePhone parameters: - name: user-id @@ -3632,7 +3683,11 @@ paths: delete: tags: - users.profile - summary: Delete navigation property phones for users + summary: Delete itemPhoneNumber + description: Delete an itemPhone object from the user's profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itemphone-delete?view=graph-rest-beta operationId: user.profile_DeletePhone parameters: - name: user-id @@ -4313,7 +4368,11 @@ paths: patch: tags: - users.profile - summary: Update the navigation property publications in users + summary: Update itemPublication + description: Update the properties of an itemPublication object in a user's profile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/itempublication-update?view=graph-rest-beta operationId: user.profile_UpdatePublication parameters: - name: user-id @@ -6086,6 +6145,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.localeInfo: @@ -6818,6 +6882,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.physicalAddressType: title: physicalAddressType enum: @@ -6880,11 +6962,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/PersonalContacts.yml b/openApiDocs/beta/PersonalContacts.yml index 3c25c8f6b06..b44b00076a4 100644 --- a/openApiDocs/beta/PersonalContacts.yml +++ b/openApiDocs/beta/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 @@ -1279,6 +1281,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 @@ -1323,11 +1326,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 @@ -1375,7 +1378,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: @@ -1436,6 +1488,7 @@ paths: schema: type: string x-ms-docs-key-type: contactFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -1468,6 +1521,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 @@ -2137,6 +2191,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 @@ -2173,11 +2228,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 @@ -2217,7 +2272,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: @@ -2241,6 +2337,7 @@ paths: schema: type: string x-ms-docs-key-type: contactFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2262,6 +2359,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2512,6 +2610,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 @@ -2766,6 +2865,7 @@ paths: schema: type: string x-ms-docs-key-type: contact + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2860,6 +2960,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 @@ -2888,11 +2989,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 @@ -2924,7 +3025,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: @@ -3237,8 +3371,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])$' @@ -3560,6 +3696,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 @@ -3576,14 +3720,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 diff --git a/openApiDocs/beta/Planner.yml b/openApiDocs/beta/Planner.yml index c721a0f47d6..318aeb9467c 100644 --- a/openApiDocs/beta/Planner.yml +++ b/openApiDocs/beta/Planner.yml @@ -120,8 +120,11 @@ paths: get: tags: - groups.plannerGroup - summary: Get plans from groups - description: Read-only. Nullable. Returns the plannerPlans owned by the group. + summary: List plans + description: Retrieve a list of plannerPlan objects owned by a group object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-beta operationId: group.planner_ListPlan parameters: - name: group-id @@ -2825,8 +2828,11 @@ paths: get: tags: - planner.plannerBucket - summary: Get buckets from planner - description: Read-only. Nullable. Returns a collection of the specified buckets + summary: List buckets + description: Retrieve a list of plannerbucket objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-beta operationId: planner_ListBucket parameters: - $ref: '#/components/parameters/top' @@ -2876,7 +2882,11 @@ paths: post: tags: - planner.plannerBucket - summary: Create new navigation property to buckets for planner + summary: Create plannerBucket + description: Create a new plannerBucket object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-beta operationId: planner_CreateBucket requestBody: description: New navigation property @@ -2899,8 +2909,11 @@ paths: get: tags: - planner.plannerBucket - summary: Get buckets from planner - description: Read-only. Nullable. Returns a collection of the specified buckets + summary: Get plannerBucket + description: Retrieve the properties and relationships of a plannerBucket object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-beta operationId: planner_GetBucket parameters: - name: plannerBucket-id @@ -2944,7 +2957,11 @@ paths: patch: tags: - planner.plannerBucket - summary: Update the navigation property buckets in planner + summary: Update plannerbucket + description: Update the properties of plannerbucket object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-beta operationId: planner_UpdateBucket parameters: - name: plannerBucket-id @@ -2982,7 +2999,11 @@ paths: delete: tags: - planner.plannerBucket - summary: Delete navigation property buckets for planner + summary: Delete plannerBucket + description: Delete plannerBucket. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-beta operationId: planner_DeleteBucket parameters: - name: plannerBucket-id @@ -3009,8 +3030,11 @@ paths: get: tags: - planner.plannerBucket - summary: Get tasks from planner - description: Read-only. Nullable. The collection of tasks in the bucket. + summary: List tasks + description: Retrieve a list of plannerTask objects associated to a plannerBucket object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-beta operationId: planner.bucket_ListTask parameters: - name: plannerBucket-id @@ -3953,8 +3977,11 @@ paths: get: tags: - planner.plannerPlan - summary: Get plans from planner - description: Read-only. Nullable. Returns a collection of the specified plans + summary: List plans + description: Get a list of plannerPlan objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-beta operationId: planner_ListPlan parameters: - $ref: '#/components/parameters/top' @@ -4004,7 +4031,11 @@ paths: post: tags: - planner.plannerPlan - summary: Create new navigation property to plans for planner + summary: Create plannerPlan + description: Create a new plannerPlan object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-beta operationId: planner_CreatePlan requestBody: description: New navigation property @@ -4027,8 +4058,11 @@ paths: get: tags: - planner.plannerPlan - summary: Get plans from planner - description: Read-only. Nullable. Returns a collection of the specified plans + summary: Get plannerPlan + description: Retrieve the properties and relationships of a plannerplan object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-beta operationId: planner_GetPlan parameters: - name: plannerPlan-id @@ -4072,7 +4106,11 @@ paths: patch: tags: - planner.plannerPlan - summary: Update the navigation property plans in planner + summary: Update plannerPlan + description: Update the properties of a plannerPlan object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-beta operationId: planner_UpdatePlan parameters: - name: plannerPlan-id @@ -4103,7 +4141,11 @@ paths: delete: tags: - planner.plannerPlan - summary: Delete navigation property plans for planner + summary: Delete plannerPlan + description: Delete a plannerPlan object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-beta operationId: planner_DeletePlan parameters: - name: plannerPlan-id @@ -4130,8 +4172,11 @@ paths: get: tags: - planner.plannerPlan - summary: Get buckets from planner - description: Collection of buckets in the plan. Read-only. Nullable. + summary: List buckets + description: Retrieve a list of plannerBucket objects contained by a plannerPlan object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-beta operationId: planner.plan_ListBucket parameters: - name: plannerPlan-id @@ -5460,8 +5505,11 @@ paths: get: tags: - planner.plannerPlan - summary: Get details from planner - description: Extra details about the plan. Read-only. Nullable. + summary: Get plannerPlanDetails + description: Retrieve the properties and relationships of a plannerPlanDetails object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-beta operationId: planner.plan_GetDetail parameters: - name: plannerPlan-id @@ -5505,7 +5553,11 @@ paths: patch: tags: - planner.plannerPlan - summary: Update the navigation property details in planner + summary: Update plannerplandetails + description: Update the properties of plannerplandetails object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-beta operationId: planner.plan_UpdateDetail parameters: - name: plannerPlan-id @@ -5679,8 +5731,11 @@ paths: get: tags: - planner.plannerPlan - summary: Get tasks from planner - description: Collection of tasks in the plan. Read-only. Nullable. + summary: List tasks + description: Retrieve a list of plannerTask objects associated with a plannerPlan object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-beta operationId: planner.plan_ListTask parameters: - name: plannerPlan-id @@ -6623,8 +6678,8 @@ paths: get: tags: - planner.plannerRoster - summary: Get rosters from planner - description: Read-only. Nullable. Returns a collection of the specified rosters + summary: Get plannerRoster + description: Read the properties and relationships of a plannerRoster object. operationId: planner_ListRoster parameters: - $ref: '#/components/parameters/top' @@ -6674,7 +6729,11 @@ paths: post: tags: - planner.plannerRoster - summary: Create new navigation property to rosters for planner + summary: Create plannerRoster + description: Create a new plannerRoster object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planner-post-rosters?view=graph-rest-beta operationId: planner_CreateRoster requestBody: description: New navigation property @@ -6697,8 +6756,11 @@ paths: get: tags: - planner.plannerRoster - summary: Get rosters from planner - description: Read-only. Nullable. Returns a collection of the specified rosters + summary: Get plannerRoster + description: Read the properties and relationships of a plannerRoster object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerroster-get?view=graph-rest-beta operationId: planner_GetRoster parameters: - name: plannerRoster-id @@ -6773,7 +6835,11 @@ paths: delete: tags: - planner.plannerRoster - summary: Delete navigation property rosters for planner + summary: Delete plannerRoster + description: Delete a plannerRoster object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerroster-delete?view=graph-rest-beta operationId: planner_DeleteRoster parameters: - name: plannerRoster-id @@ -6800,8 +6866,11 @@ paths: get: tags: - planner.plannerRoster - summary: Get members from planner - description: Retrieves the members of the plannerRoster. + summary: List plannerRosterMembers + description: Get the list of plannerRosterMembers from a plannerRoster. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-beta operationId: planner.roster_ListMember parameters: - name: plannerRoster-id @@ -6859,7 +6928,11 @@ paths: post: tags: - planner.plannerRoster - summary: Create new navigation property to members for planner + summary: Create plannerRosterMember + description: Add a member to the plannerRoster object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerroster-post-members?view=graph-rest-beta operationId: planner.roster_CreateMember parameters: - name: plannerRoster-id @@ -6891,8 +6964,11 @@ paths: get: tags: - planner.plannerRoster - summary: Get members from planner - description: Retrieves the members of the plannerRoster. + summary: Get plannerRosterMember + description: Read the properties and relationships of a plannerRosterMember object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerrostermember-get?view=graph-rest-beta operationId: planner.roster_GetMember parameters: - name: plannerRoster-id @@ -6983,7 +7059,11 @@ paths: delete: tags: - planner.plannerRoster - summary: Delete navigation property members for planner + summary: Delete plannerRosterMember + description: Delete a plannerRosterMember object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerrostermember-delete?view=graph-rest-beta operationId: planner.roster_DeleteMember parameters: - name: plannerRoster-id @@ -7036,12 +7116,55 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + '/planner/rosters/{plannerRoster-id}/microsoft.graph.assignSensitivityLabel': + post: + tags: + - planner.Actions + summary: Invoke action assignSensitivityLabel + operationId: planner.roster_assignSensitivityLabel + parameters: + - name: plannerRoster-id + in: path + description: The unique identifier of plannerRoster + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: plannerRoster + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + sensitivityLabelId: + type: string + nullable: true + assignmentMethod: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabelAssignmentMethod' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.plannerRoster' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/planner/rosters/{plannerRoster-id}/plans': get: tags: - planner.plannerRoster - summary: Get plans from planner - description: Retrieves the plans contained by the plannerRoster. + summary: List plans + description: Get the plannerPlans contained by the plannerRoster. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerroster-list-plans?view=graph-rest-beta operationId: planner.roster_ListPlan parameters: - name: plannerRoster-id @@ -7190,8 +7313,11 @@ paths: get: tags: - planner.plannerTask - summary: Get tasks from planner - description: Read-only. Nullable. Returns a collection of the specified tasks + summary: List tasks + description: Retrieve a list of plannertask objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-beta operationId: planner_ListTask parameters: - $ref: '#/components/parameters/top' @@ -7241,7 +7367,11 @@ paths: post: tags: - planner.plannerTask - summary: Create new navigation property to tasks for planner + summary: Create plannerTask + description: Create a new plannerTask. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-beta operationId: planner_CreateTask requestBody: description: New navigation property @@ -7264,8 +7394,11 @@ paths: get: tags: - planner.plannerTask - summary: Get tasks from planner - description: Read-only. Nullable. Returns a collection of the specified tasks + summary: Get plannerTask + description: Retrieve the properties and relationships of plannerTask object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-beta operationId: planner_GetTask parameters: - name: plannerTask-id @@ -7309,7 +7442,11 @@ paths: patch: tags: - planner.plannerTask - summary: Update the navigation property tasks in planner + summary: Update plannertask + description: Update the properties of plannertask object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-beta operationId: planner_UpdateTask parameters: - name: plannerTask-id @@ -7347,7 +7484,11 @@ paths: delete: tags: - planner.plannerTask - summary: Delete navigation property tasks for planner + summary: Delete plannerTask + description: Delete a plannerTask object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-beta operationId: planner_DeleteTask parameters: - name: plannerTask-id @@ -7374,8 +7515,11 @@ paths: get: tags: - planner.plannerTask - summary: Get assignedToTaskBoardFormat from planner - description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. + summary: Get plannerAssignedToTaskBoardTaskFormat + description: Retrieve the properties and relationships of plannerAssignedToTaskBoardTaskFormat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-beta operationId: planner.task_GetAssignedToTaskBoardFormat parameters: - name: plannerTask-id @@ -7419,7 +7563,11 @@ paths: patch: tags: - planner.plannerTask - summary: Update the navigation property assignedToTaskBoardFormat in planner + summary: Update plannerAssignedToTaskBoardTaskFormat + description: Update the properties of plannerAssignedToTaskBoardTaskFormat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-beta operationId: planner.task_UpdateAssignedToTaskBoardFormat parameters: - name: plannerTask-id @@ -7484,8 +7632,11 @@ paths: get: tags: - planner.plannerTask - summary: Get bucketTaskBoardFormat from planner - description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. + summary: Get plannerBucketTaskBoardTaskFormat + description: Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-beta operationId: planner.task_GetBucketTaskBoardFormat parameters: - name: plannerTask-id @@ -7529,7 +7680,11 @@ paths: patch: tags: - planner.plannerTask - summary: Update the navigation property bucketTaskBoardFormat in planner + summary: Update plannerBucketTaskBoardTaskFormat + description: Update the properties of a plannerBucketTaskBoardTaskFormat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-beta operationId: planner.task_UpdateBucketTaskBoardFormat parameters: - name: plannerTask-id @@ -7594,8 +7749,11 @@ paths: get: tags: - planner.plannerTask - summary: Get details from planner - description: Read-only. Nullable. More details about the task. + summary: Get plannerTaskDetails + description: Retrieve the properties and relationships of a plannerTaskDetails object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-beta operationId: planner.task_GetDetail parameters: - name: plannerTask-id @@ -7639,7 +7797,11 @@ paths: patch: tags: - planner.plannerTask - summary: Update the navigation property details in planner + summary: Update plannertaskdetails + description: Update the properties of plannerTaskDetails object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-beta operationId: planner.task_UpdateDetail parameters: - name: plannerTask-id @@ -7704,8 +7866,11 @@ paths: get: tags: - planner.plannerTask - summary: Get progressTaskBoardFormat from planner - description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. + summary: Get plannerProgressTaskBoardTaskFormat + description: Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-beta operationId: planner.task_GetProgressTaskBoardFormat parameters: - name: plannerTask-id @@ -7749,7 +7914,11 @@ paths: patch: tags: - planner.plannerTask - summary: Update the navigation property progressTaskBoardFormat in planner + summary: Update plannerProgressTaskBoardTaskFormat + description: Update the properties of plannerProgressTaskBoardTaskFormat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-beta operationId: planner.task_UpdateProgressTaskBoardFormat parameters: - name: plannerTask-id @@ -11301,8 +11470,11 @@ paths: get: tags: - users.plannerUser - summary: Get rosterPlans from users - description: Read-only. Nullable. Returns the plannerPlans contained by the plannerRosters the user is a member. + summary: List rosterPlans + description: Get the list of plannerPlans that are contained by the plannerRosters of which the user is a member. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-beta operationId: user.planner_ListRosterPlan parameters: - name: user-id @@ -12252,6 +12424,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -12574,6 +12747,8 @@ components: - title: plannerRoster type: object properties: + assignedSensitivityLabel: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabelAssignment' members: type: array items: @@ -12610,6 +12785,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.sensitivityLabelAssignmentMethod: + title: sensitivityLabelAssignmentMethod + enum: + - standard + - privileged + - auto + - unknownFutureValue + type: string microsoft.graph.plannerUser: allOf: - $ref: '#/components/schemas/microsoft.graph.plannerDelta' @@ -12988,6 +13171,20 @@ components: - driveItem - user type: string + microsoft.graph.sensitivityLabelAssignment: + title: sensitivityLabelAssignment + type: object + properties: + assignmentMethod: + $ref: '#/components/schemas/microsoft.graph.sensitivityLabelAssignmentMethod' + sensitivityLabelId: + type: string + description: The unique identifier for the sensitivity label assigned to the file. + tenantId: + type: string + description: The unique identifier for the tenant that hosts the file when this label is applied. + additionalProperties: + type: object microsoft.graph.plannerFavoritePlanReferenceCollection: title: plannerFavoritePlanReferenceCollection type: object @@ -13094,11 +13291,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index a7156fb0686..3c44a32dd31 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -10,8 +10,11 @@ paths: get: tags: - admin.adminReportSettings - summary: Get reportSettings from admin - description: A container for administrative resources to manage reports. + summary: Get adminReportSettings + description: Get the tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-beta operationId: admin_GetReportSetting parameters: - name: $select @@ -47,7 +50,11 @@ paths: patch: tags: - admin.adminReportSettings - summary: Update the navigation property reportSettings in admin + summary: Update adminReportSettings + description: Update tenant-level settings for Microsoft 365 reports. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-beta operationId: admin_UpdateReportSetting requestBody: description: New navigation property values @@ -147,8 +154,11 @@ paths: get: tags: - auditLogs.customSecurityAttributeAudit - summary: Get customSecurityAttributeAudits from auditLogs - description: Represents a custom security attribute audit log. + summary: List customSecurityAttributeAudits + description: Get the list of audit logs generated by activities related to custom security attribute management in Microsoft Entra ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/auditlogroot-list-customsecurityattributeaudits?view=graph-rest-beta operationId: auditLog_ListCustomSecurityAttributeAudit parameters: - $ref: '#/components/parameters/top' @@ -338,7 +348,11 @@ paths: get: tags: - auditLogs.directoryAudit - summary: Get directoryAudits from auditLogs + summary: List directoryAudits + description: 'Get the list of audit logs generated by Microsoft Entra ID. This includes audit logs generated by various services within Microsoft Entra ID, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (SSPR and admin password resets), and self service group management.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-beta operationId: auditLog_ListDirectoryAudit parameters: - $ref: '#/components/parameters/top' @@ -411,7 +425,11 @@ paths: get: tags: - auditLogs.directoryAudit - summary: Get directoryAudits from auditLogs + summary: Get directoryAudit + description: 'Get a specific Microsoft Entra audit log item. This includes an audit log item generated by various services within Microsoft Entra ID like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-beta operationId: auditLog_GetDirectoryAudit parameters: - name: directoryAudit-id @@ -716,8 +734,11 @@ paths: get: tags: - auditLogs.provisioningObjectSummary - summary: Get provisioning from auditLogs - description: Represents an action performed by the Microsoft Entra provisioning service and its associated properties. + summary: List provisioningObjectSummary + description: 'Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-beta operationId: auditLog_ListProvisioning parameters: - $ref: '#/components/parameters/top' @@ -907,7 +928,11 @@ paths: get: tags: - auditLogs.signIn - summary: Get signIns from auditLogs + summary: List signIns + description: 'Get a list of signIn objects. The list contains the user sign-ins for your Microsoft Entra tenant. Sign-ins where a username and password are passed as part of authorization token, and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Microsoft Entra ID default retention period are available.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-beta operationId: auditLog_ListSignIn parameters: - $ref: '#/components/parameters/top' @@ -980,7 +1005,11 @@ paths: get: tags: - auditLogs.signIn - summary: Get signIns from auditLogs + summary: Get signIn + description: 'Get a signIn object that contains a specific user sign-in event for your tenant that includes sign-ins where a user is asked to enter a username or password, and session tokens.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-beta operationId: auditLog_GetSignIn parameters: - name: signIn-id @@ -1677,8 +1706,11 @@ paths: get: tags: - reports.appCredentialSignInActivity - summary: Get appCredentialSignInActivities from reports - description: Represents a collection of sign-in activities of application credentials. + summary: List appCredentialSignInActivities + description: Get a list of appCredentialSignInActivity objects that contains recent activity of application credentials. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-list-appcredentialsigninactivities?view=graph-rest-beta operationId: report_ListAppCredentialSignInActivity parameters: - $ref: '#/components/parameters/top' @@ -1751,8 +1783,11 @@ paths: get: tags: - reports.appCredentialSignInActivity - summary: Get appCredentialSignInActivities from reports - description: Represents a collection of sign-in activities of application credentials. + summary: Get appCredentialSignInActivity + description: Get an appCredentialSignInActivity object that contains recent activity of an application credential. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appcredentialsigninactivity-get?view=graph-rest-beta operationId: report_GetAppCredentialSignInActivity parameters: - name: appCredentialSignInActivity-id @@ -1868,8 +1903,11 @@ paths: get: tags: - reports.applicationSignInDetailedSummary - summary: Get applicationSignInDetailedSummary from reports - description: Represents a detailed summary of an application sign-in. + summary: List applicationSignInDetailedSummary + description: Retrieve the applicationSignInDetailedSummary objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-beta operationId: report_ListApplicationSignInDetailedSummary parameters: - $ref: '#/components/parameters/top' @@ -1942,8 +1980,11 @@ paths: get: tags: - reports.applicationSignInDetailedSummary - summary: Get applicationSignInDetailedSummary from reports - description: Represents a detailed summary of an application sign-in. + summary: Get applicationSignInDetailedSummary + description: Retrieve the properties and relationships of an applicationSignInDetailedSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/applicationsignindetailedsummary-get?view=graph-rest-beta operationId: report_GetApplicationSignInDetailedSummary parameters: - name: applicationSignInDetailedSummary-id @@ -2239,8 +2280,11 @@ paths: get: tags: - reports.authenticationMethodsRoot - summary: Get userRegistrationDetails from reports - description: 'Represents the state of a user''s authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication).' + summary: List userRegistrationDetails + description: Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-beta operationId: report.authenticationMethod_ListUserRegistrationDetail parameters: - $ref: '#/components/parameters/top' @@ -2313,8 +2357,11 @@ paths: get: tags: - reports.authenticationMethodsRoot - summary: Get userRegistrationDetails from reports - description: 'Represents the state of a user''s authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication).' + summary: Get userRegistrationDetails + description: Read the properties and relationships of a userRegistrationDetails object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-beta operationId: report.authenticationMethod_GetUserRegistrationDetail parameters: - name: userRegistrationDetails-id @@ -2430,8 +2477,11 @@ paths: get: tags: - reports.credentialUserRegistrationDetails - summary: Get credentialUserRegistrationDetails from reports - description: Details of the usage of self-service password reset and multifactor authentication (MFA) for all registered users. + summary: List credentialUserRegistrationDetails + description: Get a list of credentialUserRegistrationDetails objects for a given tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-beta operationId: report_ListCredentialUserRegistrationDetail parameters: - $ref: '#/components/parameters/top' @@ -2846,8 +2896,11 @@ paths: get: tags: - reports.printUsageByPrinter - summary: Get dailyPrintUsageByPrinter from reports + summary: List dailyPrintUsageByPrinter description: 'Retrieve a list of daily print usage summaries, grouped by printer.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-beta operationId: report_ListDailyPrintUsageGraphBPrePrinter parameters: - $ref: '#/components/parameters/top' @@ -2920,8 +2973,11 @@ paths: get: tags: - reports.printUsageByPrinter - summary: Get dailyPrintUsageByPrinter from reports - description: 'Retrieve a list of daily print usage summaries, grouped by printer.' + summary: Get printUsageByPrinter + description: 'Retrieve a printer''s usage summary for a particular time period. For descriptions of each of the endpoints, see printUsageByPrinter.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-beta operationId: report_GetDailyPrintUsageGraphBPrePrinter parameters: - name: printUsageByPrinter-id @@ -3037,8 +3093,11 @@ paths: get: tags: - reports.printUsageByUser - summary: Get dailyPrintUsageByUser from reports + summary: List dailyPrintUsageByUser description: 'Retrieve a list of daily print usage summaries, grouped by user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-beta operationId: report_ListDailyPrintUsageGraphBPreUser parameters: - $ref: '#/components/parameters/top' @@ -3111,8 +3170,11 @@ paths: get: tags: - reports.printUsageByUser - summary: Get dailyPrintUsageByUser from reports - description: 'Retrieve a list of daily print usage summaries, grouped by user.' + summary: Get printUsageByUser + description: Retrieve a user's usage summary for a particular time period. See the printUsageByUser documentation for descriptions of each of the endpoints. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-beta operationId: report_GetDailyPrintUsageGraphBPreUser parameters: - name: printUsageByUser-id @@ -4692,6 +4754,7 @@ paths: tags: - reports.Functions summary: Invoke function getM365AppUserDetail + description: Get a report that provides the details about which apps and platforms users have used. operationId: report_getM365AppUserDetail parameters: - name: date @@ -4724,6 +4787,7 @@ paths: tags: - reports.Functions summary: Invoke function getM365AppUserDetail + description: Get a report that provides the details about which apps and platforms users have used. operationId: report_getM365AppUserDetail parameters: - name: period @@ -8217,8 +8281,11 @@ paths: get: tags: - reports.printUsageByPrinter - summary: Get monthlyPrintUsageByPrinter from reports + summary: List monthlyPrintUsageByPrinter description: 'Retrieve a list of monthly print usage summaries, grouped by printer.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-beta operationId: report_ListMonthlyPrintUsageGraphBPrePrinter parameters: - $ref: '#/components/parameters/top' @@ -8408,8 +8475,11 @@ paths: get: tags: - reports.printUsageByUser - summary: Get monthlyPrintUsageByUser from reports + summary: List monthlyPrintUsageByUser description: 'Retrieve a list of monthly print usage summaries, grouped by user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-beta operationId: report_ListMonthlyPrintUsageGraphBPreUser parameters: - $ref: '#/components/parameters/top' @@ -9205,8 +9275,8 @@ paths: get: tags: - reports.partners - summary: Get manifests from reports - description: Represents metadata for the exported data. + summary: Get manifest + description: Read the properties and relationships of a manifest object. operationId: report.partner.billing_ListManifest parameters: - $ref: '#/components/parameters/top' @@ -9279,8 +9349,11 @@ paths: get: tags: - reports.partners - summary: Get manifests from reports - description: Represents metadata for the exported data. + summary: Get manifest + description: Read the properties and relationships of a manifest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-beta operationId: report.partner.billing_GetManifest parameters: - name: manifest-id @@ -9396,8 +9469,8 @@ paths: get: tags: - reports.partners - summary: Get operations from reports - description: Represents an operation to export the billing data of a partner. + summary: Get operation + description: Read the properties and relationships of an operation object. operationId: report.partner.billing_ListOperation parameters: - $ref: '#/components/parameters/top' @@ -9470,8 +9543,11 @@ paths: get: tags: - reports.partners - summary: Get operations from reports - description: Represents an operation to export the billing data of a partner. + summary: Get operation + description: Read the properties and relationships of an operation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-beta operationId: report.partner.billing_GetOperation parameters: - name: operation-id @@ -10697,8 +10773,11 @@ paths: get: tags: - reports.servicePrincipalSignInActivity - summary: Get servicePrincipalSignInActivities from reports - description: Represents a collection of sign-in activities of service principals. + summary: List servicePrincipalSignInActivities + description: Get a list of servicePrincipalSignInActivity objects that contains sign-in activity information for service principals in a Microsoft Entra tenant. You can use a service principal as a client or resource. A service principal supports delegated or app-only authentication context. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-list-serviceprincipalsigninactivities?view=graph-rest-beta operationId: report_ListServicePrincipalSignInActivity parameters: - $ref: '#/components/parameters/top' @@ -10771,8 +10850,11 @@ paths: get: tags: - reports.servicePrincipalSignInActivity - summary: Get servicePrincipalSignInActivities from reports - description: Represents a collection of sign-in activities of service principals. + summary: Get servicePrincipalSignInActivity + description: Get a servicePrincipalSignInActivity object that contains sign-in activity information for a service principal in a Microsoft Entra tenant. You can use a service principal as a client or resource. A service principal supports delegated or app-only authentication context. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceprincipalsigninactivity-get?view=graph-rest-beta operationId: report_GetServicePrincipalSignInActivity parameters: - name: servicePrincipalSignInActivity-id @@ -10966,8 +11048,11 @@ paths: get: tags: - reports.serviceLevelAgreementRoot - summary: Get azureADAuthentication from reports - description: Collects the Microsoft Entra SLA attainment for each month for a Microsoft Entra tenant. + summary: Get azureADAuthentication + description: 'Read the properties and relationships of an azureADAuthentication object to find the level of Microsoft Entra authentication availability for your tenant. The Microsoft Entra service Level Agreement (SLA) commits to at least 99.99% authentication availability, as described in Microsoft Entra SLA performance. This object provides you with your tenant''s actual performance against this commitment.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/azureadauthentication-get?view=graph-rest-beta operationId: report.sla_GetAzureADAuthentication parameters: - name: $select @@ -11044,8 +11129,11 @@ paths: get: tags: - reports.userCredentialUsageDetails - summary: Get userCredentialUsageDetails from reports - description: Represents the self-service password reset (SSPR) usage for a given tenant. + summary: List userCredentialUsageDetails + description: 'Get a list of userCredentialUsageDetails objects for a given tenant. Details include user information, status of the reset, and the reason for failure.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-beta operationId: report_ListUserCredentialUsageDetail parameters: - $ref: '#/components/parameters/top' @@ -11391,8 +11479,11 @@ paths: get: tags: - reports.userInsightsRoot - summary: Get activeUsers from reports - description: Insights for active users on apps registered in the tenant for a specified period. + summary: List daily activeUsers + description: Get a list of daily active users on apps registered in your tenant configured for Microsoft Entra External ID for customers. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta operationId: report.userInsight.daily_ListActiveUser parameters: - $ref: '#/components/parameters/top' @@ -11499,140 +11590,15 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /reports/userInsights/daily/activeUsersBreakdown: - get: - tags: - - reports.userInsightsRoot - summary: Get activeUsersBreakdown from reports - operationId: report.userInsight.daily_ListActiveUsersBreakdown - 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.activeUsersBreakdownMetricCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2024-02-16' - date: '2024-02-02' - version: 2024-02/Remove_Breakdown_APIs - description: 'The Active Users Breakdown Metric is deprecated and will stop returning data on February 16, 2024. Please use the existing Active Users API.' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/reports/userInsights/daily/activeUsersBreakdown/{activeUsersBreakdownMetric-id}': - get: - tags: - - reports.userInsightsRoot - summary: Get activeUsersBreakdown from reports - operationId: report.userInsight.daily_GetActiveUsersBreakdown - parameters: - - name: activeUsersBreakdownMetric-id - in: path - description: The unique identifier of activeUsersBreakdownMetric - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: activeUsersBreakdownMetric - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.activeUsersBreakdownMetric' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2024-02-16' - date: '2024-02-02' - version: 2024-02/Remove_Breakdown_APIs - description: 'The Active Users Breakdown Metric is deprecated and will stop returning data on February 16, 2024. Please use the existing Active Users API.' - x-ms-docs-operation-type: operation - /reports/userInsights/daily/activeUsersBreakdown/$count: - get: - tags: - - reports.userInsightsRoot - summary: Get the number of the resource - operationId: report.userInsight.daily.activeUsersBreakdown_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-02-16' - date: '2024-02-02' - version: 2024-02/Remove_Breakdown_APIs - description: 'The Active Users Breakdown Metric is deprecated and will stop returning data on February 16, 2024. Please use the existing Active Users API.' /reports/userInsights/daily/authentications: get: tags: - reports.userInsightsRoot - summary: Get authentications from reports - description: Insights for authentications on apps registered in the tenant for a specified period. + summary: List daily authentications + description: Get a list of daily authentications on apps registered in your tenant configured for Microsoft Entra External ID for customers. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-authentications?view=graph-rest-beta operationId: report.userInsight.daily_ListAuthentication parameters: - $ref: '#/components/parameters/top' @@ -11981,8 +11947,11 @@ paths: get: tags: - reports.userInsightsRoot - summary: Get mfaCompletions from reports - description: Insights for MFA usage on apps registered in the tenant for a specified period. + summary: List daily mfaCompletions + description: Get a list of daily MFA completions on apps registered in your tenant configured for Microsoft Entra External ID for customers. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta operationId: report.userInsight.daily_ListMfaCompletion parameters: - $ref: '#/components/parameters/top' @@ -12093,8 +12062,11 @@ paths: get: tags: - reports.userInsightsRoot - summary: Get signUps from reports - description: Total sign-ups on apps registered in the tenant for a specified period. + summary: List daily signUps + description: Get a list of daily user sign-ups on apps registered in your tenant configured for Microsoft Entra External ID for customers. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-signups?view=graph-rest-beta operationId: report.userInsight.daily_ListSignUp parameters: - $ref: '#/components/parameters/top' @@ -12317,8 +12289,11 @@ paths: get: tags: - reports.userInsightsRoot - summary: Get userCount from reports - description: Insights for total users on apps registered in the tenant for a specified period. + summary: List daily userCount + description: Get a list of daily user count on apps registered in your tenant configured for Microsoft Entra External ID for customers. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-usercount?view=graph-rest-beta operationId: report.userInsight.daily_ListUserCount parameters: - $ref: '#/components/parameters/top' @@ -12507,8 +12482,11 @@ paths: get: tags: - reports.userInsightsRoot - summary: Get activeUsers from reports - description: Insights for active users on apps registered in the tenant for a specified period. + summary: List monthly activeUsers + description: Get a list of monthly active users on apps registered in your tenant configured for Microsoft Entra External ID for customers. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta operationId: report.userInsight.monthly_ListActiveUser parameters: - $ref: '#/components/parameters/top' @@ -12615,140 +12593,15 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /reports/userInsights/monthly/activeUsersBreakdown: - get: - tags: - - reports.userInsightsRoot - summary: Get activeUsersBreakdown from reports - operationId: report.userInsight.monthly_ListActiveUsersBreakdown - 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.activeUsersBreakdownMetricCollectionResponse' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2024-02-16' - date: '2024-02-02' - version: 2024-02/Remove_Breakdown_APIs - description: 'The Active Users Breakdown Metric is deprecated and will stop returning data on February 16, 2024. Please use the existing Active Users API.' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - '/reports/userInsights/monthly/activeUsersBreakdown/{activeUsersBreakdownMetric-id}': - get: - tags: - - reports.userInsightsRoot - summary: Get activeUsersBreakdown from reports - operationId: report.userInsight.monthly_GetActiveUsersBreakdown - parameters: - - name: activeUsersBreakdownMetric-id - in: path - description: The unique identifier of activeUsersBreakdownMetric - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: activeUsersBreakdownMetric - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.activeUsersBreakdownMetric' - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2024-02-16' - date: '2024-02-02' - version: 2024-02/Remove_Breakdown_APIs - description: 'The Active Users Breakdown Metric is deprecated and will stop returning data on February 16, 2024. Please use the existing Active Users API.' - x-ms-docs-operation-type: operation - /reports/userInsights/monthly/activeUsersBreakdown/$count: - get: - tags: - - reports.userInsightsRoot - summary: Get the number of the resource - operationId: report.userInsight.monthly.activeUsersBreakdown_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-02-16' - date: '2024-02-02' - version: 2024-02/Remove_Breakdown_APIs - description: 'The Active Users Breakdown Metric is deprecated and will stop returning data on February 16, 2024. Please use the existing Active Users API.' /reports/userInsights/monthly/authentications: get: tags: - reports.userInsightsRoot - summary: Get authentications from reports - description: Insights for authentications on apps registered in the tenant for a specified period. + summary: List monthly authentications + description: Get a list of monthly authentications on apps registered in your tenant configured for Microsoft Entra External ID for customers. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-authentications?view=graph-rest-beta operationId: report.userInsight.monthly_ListAuthentication parameters: - $ref: '#/components/parameters/top' @@ -13097,8 +12950,11 @@ paths: get: tags: - reports.userInsightsRoot - summary: Get mfaCompletions from reports - description: Insights for MFA usage on apps registered in the tenant for a specified period. + summary: List monthly mfaCompletions + description: Get a list of monthly MFA completions on apps registered in your tenant configured for Microsoft Entra External ID for customers. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta operationId: report.userInsight.monthly_ListMfaCompletion parameters: - $ref: '#/components/parameters/top' @@ -13209,8 +13065,11 @@ paths: get: tags: - reports.userInsightsRoot - summary: Get requests from reports - description: Insights for all user requests on apps registered in the tenant for a specified period. + summary: List monthly requests + description: Get a list of monthly user requests on apps registered in your tenant configured for Microsoft Entra External ID for customers. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-requests?view=graph-rest-beta operationId: report.userInsight.monthly_ListRequest parameters: - $ref: '#/components/parameters/top' @@ -13321,8 +13180,11 @@ paths: get: tags: - reports.userInsightsRoot - summary: Get signUps from reports - description: Total sign-ups on apps registered in the tenant for a specified period. + summary: List monthly signUps + description: Get a list of monthly user sign-ups on apps registered in your tenant configured for Microsoft Entra External ID for customers. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-signups?view=graph-rest-beta operationId: report.userInsight.monthly_ListSignUp parameters: - $ref: '#/components/parameters/top' @@ -13691,6 +13553,7 @@ components: properties: action: type: string + description: 'Indicates the activity name or the operation name (for example, Create user, Add member to group). For a list of activities logged, refer to Microsoft Entra activity list. This is deprecated. Please use provisioningAction instead. Supports $filter (eq, contains).' nullable: true activityDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -13832,6 +13695,11 @@ components: nullable: true clientCredentialType: $ref: '#/components/schemas/microsoft.graph.clientCredentialType' + conditionalAccessAudiences: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessAudience' + description: A list that indicates the audience that was evaluated by Conditional Access during a sign-in event. Supports $filter (eq). conditionalAccessStatus: $ref: '#/components/schemas/microsoft.graph.conditionalAccessStatus' correlationId: @@ -13855,6 +13723,10 @@ components: type: boolean description: 'During a failed sign-in, a user can select a button in the Azure portal to mark the failed event for tenant admins. If a user selects the button to flag the failed sign-in, this value is true.' nullable: true + globalSecureAccessIpAddress: + type: string + description: The Global Secure Access IP address that the sign-in was initiated from. + nullable: true homeTenantId: type: string description: The tenant identifier of the user initiating the sign-in. Not applicable in Managed Identity or service principal sign ins. @@ -13881,6 +13753,10 @@ components: type: boolean description: Shows whether the sign in event was subject to a Microsoft Entra tenant restriction policy. nullable: true + isThroughGlobalSecureAccess: + type: boolean + description: Indicates whether a user came through Global Secure Access service. + nullable: true location: $ref: '#/components/schemas/microsoft.graph.signInLocation' managedServiceIdentity: @@ -14217,6 +14093,7 @@ components: $ref: '#/components/schemas/microsoft.graph.userInsightsRoot' additionalProperties: type: object + description: The resource that represents an instance of Enrollment Failure Reports. microsoft.graph.appCredentialSignInActivity: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -14510,6 +14387,7 @@ components: properties: printerId: type: string + description: The ID of the printer represented by these statistics. printerName: type: string description: The name of the printer represented by these statistics. @@ -14533,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: @@ -15619,11 +15497,6 @@ components: $ref: '#/components/schemas/microsoft.graph.activeUsersMetric' description: Insights for active users on apps registered in the tenant for a specified period. x-ms-navigationProperty: true - activeUsersBreakdown: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.activeUsersBreakdownMetric' - x-ms-navigationProperty: true authentications: type: array items: @@ -15698,27 +15571,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.activeUsersBreakdownMetric: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: activeUsersBreakdownMetric - type: object - properties: - appId: - type: string - appName: - type: string - count: - type: integer - format: int64 - factDate: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' - type: string - format: date - os: - type: string - additionalProperties: - type: object microsoft.graph.authenticationsMetric: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15944,11 +15796,6 @@ components: $ref: '#/components/schemas/microsoft.graph.activeUsersMetric' description: Insights for active users on apps registered in the tenant for a specified period. x-ms-navigationProperty: true - activeUsersBreakdown: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.activeUsersBreakdownMetric' - x-ms-navigationProperty: true authentications: type: array items: @@ -16388,6 +16235,7 @@ components: - deviceCode - unknownFutureValue - authenticationTransfer + - nativeAuth type: string x-ms-enum-flags: isFlags: true @@ -16414,6 +16262,18 @@ components: - certificate - unknownFutureValue type: string + microsoft.graph.conditionalAccessAudience: + title: conditionalAccessAudience + type: object + properties: + applicationId: + type: string + description: The ID of the application. + nullable: true + audienceReasons: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessAudienceReason' + additionalProperties: + type: object microsoft.graph.conditionalAccessStatus: title: conditionalAccessStatus enum: @@ -16530,11 +16390,11 @@ components: properties: authDetail: type: string - description: Indicates the MFA auth detail for the corresponding Sign-in activity when the MFA Required is 'Yes'. + description: Indicates the MFA auth detail for the corresponding sign-in activity when the MFA Required is 'Yes'. nullable: true authMethod: type: string - description: 'Indicates the MFA Auth methods (SMS, Phone, Authenticator App are some of the value) for the corresponding sign-in activity when the MFA Required field is ''Yes''.' + description: 'Indicates the MFA Auth methods (SMS, Phone, Authenticator App are some of the values) for the corresponding sign-in activity when the MFA Required field is ''Yes''.' nullable: true additionalProperties: type: object @@ -17371,19 +17231,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.activeUsersBreakdownMetricCollectionResponse: - title: Collection of activeUsersBreakdownMetric - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.activeUsersBreakdownMetric' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.authenticationsMetricCollectionResponse: title: Collection of authenticationsMetric type: object @@ -17565,11 +17412,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -17775,7 +17622,27 @@ components: - gpsLocationCondition - riskBasedPolicy - unknownFutureValue + - scopeBasedAuthRequirementPolicy + - authenticationStrengths + type: string + microsoft.graph.conditionalAccessAudienceReason: + title: conditionalAccessAudienceReason + enum: + - none + - resourcelessRequest + - confidentialClientIdToken + - confidentialClientNonIdToken + - resourceMapping + - resourceMappingDefault + - scopeMapping + - scopeMappingDefault + - delegatedScope + - firstPartyResourceDefault + - thirdPartyResourceDefault + - unknownFutureValue type: string + x-ms-enum-flags: + isFlags: true microsoft.graph.geoCoordinates: title: geoCoordinates type: object @@ -18091,12 +17958,6 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.activeUsersMetricCollectionResponse' - microsoft.graph.activeUsersBreakdownMetricCollectionResponse: - description: Retrieved collection - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.activeUsersBreakdownMetricCollectionResponse' microsoft.graph.authenticationsMetricCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/Search.yml b/openApiDocs/beta/Search.yml index c3db80dc1e2..fc80f499e3f 100644 --- a/openApiDocs/beta/Search.yml +++ b/openApiDocs/beta/Search.yml @@ -69,8 +69,11 @@ paths: get: tags: - external.authorizationSystem - summary: Get authorizationSystems from external - description: 'Represents an onboarded AWS account, Azure subscription, or GCP project that Microsoft Entra Permissions Management will collect and analyze permissions and actions on.' + summary: List authorizationSystems + description: List the authorizationSystem objects onboarded to Permissions Management and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-external-list-authorizationsystems?view=graph-rest-beta operationId: external_ListAuthorizationSystem parameters: - $ref: '#/components/parameters/top' @@ -363,7 +366,11 @@ paths: get: tags: - external.externalConnection - summary: Get connections from external + summary: List connections + description: Retrieve a list of externalConnections. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-beta operationId: external_ListConnection parameters: - $ref: '#/components/parameters/top' @@ -413,7 +420,11 @@ paths: post: tags: - external.externalConnection - summary: Create new navigation property to connections for external + summary: Create connection + description: Create a new externalConnection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-beta operationId: external_CreateConnection requestBody: description: New navigation property @@ -436,7 +447,11 @@ paths: get: tags: - external.externalConnection - summary: Get connections from external + summary: Get connection + description: Retrieve the properties and relationships of an externalConnection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-beta operationId: external_GetConnection parameters: - name: externalConnection-id @@ -480,7 +495,11 @@ paths: patch: tags: - external.externalConnection - summary: Update the navigation property connections in external + summary: Update connection + description: Update the properties of an externalConnection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-beta operationId: external_UpdateConnection parameters: - name: externalConnection-id @@ -511,7 +530,11 @@ paths: delete: tags: - external.externalConnection - summary: Delete navigation property connections for external + summary: Delete externalConnection + description: Delete an externalConnection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-beta operationId: external_DeleteConnection parameters: - name: externalConnection-id @@ -596,7 +619,11 @@ paths: post: tags: - external.externalConnection - summary: Create new navigation property to groups for external + summary: Create externalGroup + description: Create a new externalGroup object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-beta operationId: external.connection_CreateGroup parameters: - name: externalConnection-id @@ -719,7 +746,11 @@ paths: delete: tags: - external.externalConnection - summary: Delete navigation property groups for external + summary: Delete externalGroup + description: Delete an externalGroup object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-beta operationId: external.connection_DeleteGroup parameters: - name: externalConnection-id @@ -1064,7 +1095,8 @@ paths: get: tags: - external.externalConnection - summary: Get items from external + summary: Get externalItem + description: Get the properties and relationships of an externalitem object. This API is provided for diagnostic purposes only. It isn't intended to be used for any other purpose. Repeated requests to this API might result in 429 HTTP errors. operationId: external.connection_ListItem parameters: - name: externalConnection-id @@ -1154,7 +1186,11 @@ paths: get: tags: - external.externalConnection - summary: Get items from external + summary: Get externalItem + description: Get the properties and relationships of an externalitem object. This API is provided for diagnostic purposes only. It isn't intended to be used for any other purpose. Repeated requests to this API might result in 429 HTTP errors. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-beta operationId: external.connection_GetItem parameters: - name: externalConnection-id @@ -1206,7 +1242,11 @@ paths: put: tags: - external.externalConnection - summary: Update the navigation property items in external + summary: Create externalItem + description: Create a new externalItem. This API can be used to create a custom item. The containing externalConnection must have a schema registered of the corresponding type. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-beta operationId: external.connection_SetItem parameters: - name: externalConnection-id @@ -1245,7 +1285,11 @@ paths: delete: tags: - external.externalConnection - summary: Delete navigation property items for external + summary: Delete externalItem + description: Delete an externalitem. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-beta operationId: external.connection_DeleteItem parameters: - name: externalConnection-id @@ -1951,7 +1995,11 @@ paths: get: tags: - external.externalConnection - summary: Get quota from external + summary: Get connectionQuota + description: Retrieve the properties and relationships of a connectionQuota object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-beta operationId: external.connection_GetQuota parameters: - name: externalConnection-id @@ -2053,7 +2101,11 @@ paths: get: tags: - external.externalConnection - summary: Get schema from external + summary: Get schema + description: Retrieve the properties of a schema for an externalConnection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-beta operationId: external.connection_GetSchema parameters: - name: externalConnection-id @@ -2097,7 +2149,11 @@ paths: patch: tags: - external.externalConnection - summary: Update the navigation property schema in external + summary: Create schema + description: Create the schema for a Microsoft Search connection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-beta operationId: external.connection_UpdateSchema parameters: - name: externalConnection-id @@ -2180,8 +2236,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get dataConnectors from external - description: Set of connectors for importing data from source systems. + summary: List azureDataLakeConnectors + description: Get a list of the azureDataLakeConnector objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-list?view=graph-rest-beta operationId: external.industryData_ListDataConnector parameters: - $ref: '#/components/parameters/top' @@ -2231,7 +2290,11 @@ paths: post: tags: - external.industryDataRoot - summary: Create new navigation property to dataConnectors for external + summary: Create industryDataConnector + description: Create a new industryDataConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-post?view=graph-rest-beta operationId: external.industryData_CreateDataConnector requestBody: description: New navigation property @@ -2254,8 +2317,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get dataConnectors from external - description: Set of connectors for importing data from source systems. + summary: Get azureDataLakeConnector + description: Read the properties and relationships of an azureDataLakeConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-get?view=graph-rest-beta operationId: external.industryData_GetDataConnector parameters: - name: industryDataConnector-id @@ -2299,7 +2365,11 @@ paths: patch: tags: - external.industryDataRoot - summary: Update the navigation property dataConnectors in external + summary: Update industryDataConnector + description: Update the properties of an industryDataConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-update?view=graph-rest-beta operationId: external.industryData_UpdateDataConnector parameters: - name: industryDataConnector-id @@ -2330,7 +2400,11 @@ paths: delete: tags: - external.industryDataRoot - summary: Delete navigation property dataConnectors for external + summary: Delete industryDataConnector + description: Delete an industryDataConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-beta operationId: external.industryData_DeleteDataConnector parameters: - name: industryDataConnector-id @@ -2442,8 +2516,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get inboundFlows from external - description: Set of data import flow activities to bring data into the canonical store via a connector. + summary: List inboundFileFlows + description: Get a list of the inboundFileFlow objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-list?view=graph-rest-beta operationId: external.industryData_ListInboundFlow parameters: - $ref: '#/components/parameters/top' @@ -2493,7 +2570,11 @@ paths: post: tags: - external.industryDataRoot - summary: Create new navigation property to inboundFlows for external + summary: Create inboundFileFlow + description: 'Create a new inboundFileFlow object. The following prerequisite resources are required when you create an inboundFileFlow:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-beta operationId: external.industryData_CreateInboundFlow requestBody: description: New navigation property @@ -2516,8 +2597,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get inboundFlows from external - description: Set of data import flow activities to bring data into the canonical store via a connector. + summary: Get inboundFileFlow + description: Read the properties and relationships of an inboundFileFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-get?view=graph-rest-beta operationId: external.industryData_GetInboundFlow parameters: - name: inboundFlow-id @@ -2561,7 +2645,11 @@ paths: patch: tags: - external.industryDataRoot - summary: Update the navigation property inboundFlows in external + summary: Update inboundFileFlow + description: Update the properties of an inboundFileFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-update?view=graph-rest-beta operationId: external.industryData_UpdateInboundFlow parameters: - name: inboundFlow-id @@ -2592,7 +2680,11 @@ paths: delete: tags: - external.industryDataRoot - summary: Delete navigation property inboundFlows for external + summary: Delete inboundFileFlow + description: Delete an inboundFileFlow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-delete?view=graph-rest-beta operationId: external.industryData_DeleteInboundFlow parameters: - name: inboundFlow-id @@ -2725,8 +2817,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get operations from external - description: Set of ephemeral operations that the system runs currently. Read-only. + summary: List fileValidateOperations + description: Get a list of long-running file validation operations and their statuses. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-list?view=graph-rest-beta operationId: external.industryData_ListOperation parameters: - $ref: '#/components/parameters/top' @@ -2799,8 +2894,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get operations from external - description: Set of ephemeral operations that the system runs currently. Read-only. + summary: Get fileValidateOperations + description: Read the properties and relationships of a fileValidateOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta operationId: external.industryData_GetOperation parameters: - name: longRunningOperation-id @@ -2916,7 +3014,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get outboundProvisioningFlowSets from external + summary: List outboundProvisioningFlowSet objects + description: Get a list of the outboundProvisioningFlowSet objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-industrydataroot-list-outboundprovisioningflowsets?view=graph-rest-beta operationId: external.industryData_ListOutboundProvisioningFlowSet parameters: - $ref: '#/components/parameters/top' @@ -3091,8 +3193,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get provisioningFlows from external - description: A flow that provisions relevant records of a given entity type in the Microsoft 365 tenant. + summary: List provisioningFlow objects + description: Get a list of the provisioningFlow objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-outboundprovisioningflowset-list-provisioningflows?view=graph-rest-beta operationId: external.industryData.outboundProvisioningFlowSet_ListProvisioningFlow parameters: - name: outboundProvisioningFlowSet-id @@ -3305,6 +3410,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}/microsoft.graph.industryData.reset': + post: + tags: + - external.Actions + summary: Invoke action reset + description: 'Reset a provisioningFlow. This action reprovisions all current data as if it were the initial run, and clears out the existing errors associated with the flow.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-provisioningflow-reset?view=graph-rest-beta + operationId: external.industryData.outboundProvisioningFlowSet.provisioningFlow_reset + parameters: + - name: outboundProvisioningFlowSet-id + in: path + description: The unique identifier of outboundProvisioningFlowSet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outboundProvisioningFlowSet + - name: provisioningFlow-id + in: path + description: The unique identifier of provisioningFlow + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: provisioningFlow + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count': get: tags: @@ -3345,8 +3483,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get referenceDefinitions from external - description: Set of user modifiable system picker types. + summary: List referenceDefinitions + description: Get a list of the referenceDefinition objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-referencedefinition-list?view=graph-rest-beta operationId: external.industryData_ListReferenceDefinition parameters: - $ref: '#/components/parameters/top' @@ -3419,8 +3560,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get referenceDefinitions from external - description: Set of user modifiable system picker types. + summary: Get referenceDefinition + description: Read the properties and relationships of a referenceDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-referencedefinition-get?view=graph-rest-beta operationId: external.industryData_GetReferenceDefinition parameters: - name: referenceDefinition-id @@ -3536,8 +3680,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get roleGroups from external - description: Set of groups of individual roles that makes role-based admin simpler. + summary: List roleGroups + description: Get a list of the roleGroup objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-rolegroup-list?view=graph-rest-beta operationId: external.industryData_ListRoleGroup parameters: - $ref: '#/components/parameters/top' @@ -3610,8 +3757,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get roleGroups from external - description: Set of groups of individual roles that makes role-based admin simpler. + summary: Get roleGroup + description: Read the properties and relationships of a roleGroup object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-rolegroup-get?view=graph-rest-beta operationId: external.industryData_GetRoleGroup parameters: - name: roleGroup-id @@ -3727,8 +3877,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get runs from external - description: Set of ephemeral runs which present the point-in-time that diagnostic state of activities performed by the system. Read-only. + summary: List industryDataRuns + description: Get a list of the industryDataRun objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-industrydatarun-list?view=graph-rest-beta operationId: external.industryData_ListRun parameters: - $ref: '#/components/parameters/top' @@ -3779,8 +3932,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get runs from external - description: Set of ephemeral runs which present the point-in-time that diagnostic state of activities performed by the system. Read-only. + summary: Get industryDataRun + description: Read the properties and relationships of an industryDataRun object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-industrydatarun-get?view=graph-rest-beta operationId: external.industryData_GetRun parameters: - name: industryDataRun-id @@ -4074,8 +4230,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get sourceSystems from external - description: Set of source definitions that represents real-world external systems. + summary: List sourceSystemDefinitions + description: Get a list of the sourceSystemDefinition objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-list?view=graph-rest-beta operationId: external.industryData_ListSourceSystem parameters: - $ref: '#/components/parameters/top' @@ -4125,7 +4284,11 @@ paths: post: tags: - external.industryDataRoot - summary: Create new navigation property to sourceSystems for external + summary: Create sourceSystemDefinition + description: Create a new sourceSystemDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-post?view=graph-rest-beta operationId: external.industryData_CreateSourceSystem requestBody: description: New navigation property @@ -4148,8 +4311,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get sourceSystems from external - description: Set of source definitions that represents real-world external systems. + summary: Get sourceSystemDefinition + description: Read the properties and relationships of a sourceSystemDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-get?view=graph-rest-beta operationId: external.industryData_GetSourceSystem parameters: - name: sourceSystemDefinition-id @@ -4193,7 +4359,11 @@ paths: patch: tags: - external.industryDataRoot - summary: Update the navigation property sourceSystems in external + summary: Update sourceSystemDefinition + description: Update the properties of a sourceSystemDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-update?view=graph-rest-beta operationId: external.industryData_UpdateSourceSystem parameters: - name: sourceSystemDefinition-id @@ -4224,7 +4394,11 @@ paths: delete: tags: - external.industryDataRoot - summary: Delete navigation property sourceSystems for external + summary: Delete sourceSystemDefinition + description: Delete a sourceSystemDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-delete?view=graph-rest-beta operationId: external.industryData_DeleteSourceSystem parameters: - name: sourceSystemDefinition-id @@ -4265,8 +4439,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get years from external - description: Set of years represented in the system. + summary: List yearTimePeriodDefinitions + description: Get a list of the yearTimePeriodDefinition objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-list?view=graph-rest-beta operationId: external.industryData_ListYear parameters: - $ref: '#/components/parameters/top' @@ -4316,7 +4493,11 @@ paths: post: tags: - external.industryDataRoot - summary: Create new navigation property to years for external + summary: Create yearTimePeriodDefinition + description: Create a new yearTimePeriodDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-post?view=graph-rest-beta operationId: external.industryData_CreateYear requestBody: description: New navigation property @@ -4339,8 +4520,11 @@ paths: get: tags: - external.industryDataRoot - summary: Get years from external - description: Set of years represented in the system. + summary: Get yearTimePeriodDefinition + description: Read the properties and relationships of a yearTimePeriodDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-get?view=graph-rest-beta operationId: external.industryData_GetYear parameters: - name: yearTimePeriodDefinition-id @@ -4384,7 +4568,11 @@ paths: patch: tags: - external.industryDataRoot - summary: Update the navigation property years in external + summary: Update yearTimePeriodDefinition + description: Update the properties of a yearTimePeriodDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-update?view=graph-rest-beta operationId: external.industryData_UpdateYear parameters: - name: yearTimePeriodDefinition-id @@ -4415,7 +4603,11 @@ paths: delete: tags: - external.industryDataRoot - summary: Delete navigation property years for external + summary: Delete yearTimePeriodDefinition + description: Delete a yearTimePeriodDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-delete?view=graph-rest-beta operationId: external.industryData_DeleteYear parameters: - name: yearTimePeriodDefinition-id @@ -4515,8 +4707,11 @@ paths: get: tags: - search.acronym - summary: Get acronyms from search - description: Administrative answer in Microsoft Search results to define common acronyms in an organization. + summary: List acronyms + description: Get a list of the acronym objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-beta operationId: search_ListAcronym parameters: - $ref: '#/components/parameters/top' @@ -4566,7 +4761,11 @@ paths: post: tags: - search.acronym - summary: Create new navigation property to acronyms for search + summary: Create acronym + description: Create a new acronym object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-beta operationId: search_CreateAcronym requestBody: description: New navigation property @@ -4589,8 +4788,11 @@ paths: get: tags: - search.acronym - summary: Get acronyms from search - description: Administrative answer in Microsoft Search results to define common acronyms in an organization. + summary: Get acronym + description: Read the properties and relationships of an acronym object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-beta operationId: search_GetAcronym parameters: - name: acronym-id @@ -4634,7 +4836,11 @@ paths: patch: tags: - search.acronym - summary: Update the navigation property acronyms in search + summary: Update acronym + description: Update the properties of an acronym object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-beta operationId: search_UpdateAcronym parameters: - name: acronym-id @@ -4665,7 +4871,11 @@ paths: delete: tags: - search.acronym - summary: Delete navigation property acronyms for search + summary: Delete acronym + description: Delete an acronym object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-beta operationId: search_DeleteAcronym parameters: - name: acronym-id @@ -4706,8 +4916,11 @@ paths: get: tags: - search.bookmark - summary: Get bookmarks from search - description: Administrative answer in Microsoft Search results for common search queries in an organization. + summary: List bookmarks + description: Get a list of bookmark objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-beta operationId: search_ListBookmark parameters: - $ref: '#/components/parameters/top' @@ -4757,7 +4970,11 @@ paths: post: tags: - search.bookmark - summary: Create new navigation property to bookmarks for search + summary: Create bookmark + description: Create a new bookmark object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-beta operationId: search_CreateBookmark requestBody: description: New navigation property @@ -4780,8 +4997,11 @@ paths: get: tags: - search.bookmark - summary: Get bookmarks from search - description: Administrative answer in Microsoft Search results for common search queries in an organization. + summary: Get bookmark + description: Read the properties and relationships of a bookmark object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-beta operationId: search_GetBookmark parameters: - name: bookmark-id @@ -4825,7 +5045,11 @@ paths: patch: tags: - search.bookmark - summary: Update the navigation property bookmarks in search + summary: Update bookmark + description: Update the properties of a bookmark object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-beta operationId: search_UpdateBookmark parameters: - name: bookmark-id @@ -4856,7 +5080,11 @@ paths: delete: tags: - search.bookmark - summary: Delete navigation property bookmarks for search + summary: Delete bookmark + description: Delete a bookmark object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-beta operationId: search_DeleteBookmark parameters: - name: bookmark-id @@ -4944,8 +5172,11 @@ paths: get: tags: - search.qna - summary: Get qnas from search - description: Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization. + summary: List qnas + description: Get a list of the qna objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-beta operationId: search_ListQna parameters: - $ref: '#/components/parameters/top' @@ -4995,7 +5226,11 @@ paths: post: tags: - search.qna - summary: Create new navigation property to qnas for search + summary: Create qna + description: Create a new qna object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-beta operationId: search_CreateQna requestBody: description: New navigation property @@ -5018,8 +5253,11 @@ paths: get: tags: - search.qna - summary: Get qnas from search - description: Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization. + summary: Get qna + description: Read the properties and relationships of a qna object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-beta operationId: search_GetQna parameters: - name: qna-id @@ -5063,7 +5301,11 @@ paths: patch: tags: - search.qna - summary: Update the navigation property qnas in search + summary: Update qna + description: Update the properties of a qna object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-beta operationId: search_UpdateQna parameters: - name: qna-id @@ -5094,7 +5336,11 @@ paths: delete: tags: - search.qna - summary: Delete navigation property qnas for search + summary: Delete qna + description: Delete a qna object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-beta operationId: search_DeleteQna parameters: - name: qna-id @@ -5907,6 +6153,7 @@ components: items: type: string nullable: true + description: This is now replaced by the fields property. trimDuplicates: type: boolean description: Indicates whether to trim away the duplicate SharePoint files from search results. Default value is false. Optional. diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index 685c0613c41..739f32e1512 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -69,8 +69,11 @@ paths: get: tags: - security.alert - summary: Get alerts from security - description: Notifications for suspicious or potential security issues in a customer’s tenant. + summary: List alerts + description: Retrieve a list of alert objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-beta operationId: security_ListAlert parameters: - $ref: '#/components/parameters/top' @@ -113,6 +116,12 @@ paths: $ref: '#/components/responses/microsoft.graph.alertCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -138,13 +147,22 @@ paths: $ref: '#/components/schemas/microsoft.graph.alert' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation /security/alerts_v2: get: tags: - security.alert - summary: Get alerts_v2 from security - description: A collection of alerts in Microsoft 365 Defender. + summary: List alerts_v2 + description: 'Get a list of alert resources that were created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-beta operationId: security_ListAlerts_v2 parameters: - $ref: '#/components/parameters/top' @@ -217,8 +235,11 @@ paths: get: tags: - security.alert - summary: Get alerts_v2 from security - description: A collection of alerts in Microsoft 365 Defender. + summary: Get alert + description: Get the properties and relationships of an alert object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-beta operationId: security_GetAlerts_v2 parameters: - name: alert-id @@ -262,7 +283,11 @@ paths: patch: tags: - security.alert - summary: Update the navigation property alerts_v2 in security + summary: Update alert + description: Update the properties of an alert object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-beta operationId: security_UpdateAlerts_v2 parameters: - name: alert-id @@ -320,7 +345,11 @@ paths: post: tags: - security.alert - summary: Sets a new value for the collection of alertComment. + summary: Create comment for alert + description: Create a comment for an existing alert based on the specified alert id property. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-beta operationId: security.alerts_v2_SetComment parameters: - name: alert-id @@ -397,8 +426,11 @@ paths: get: tags: - security.alert - summary: Get alerts from security - description: Notifications for suspicious or potential security issues in a customer’s tenant. + summary: Get alert + description: Retrieve the properties and relationships of an alert object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-beta operationId: security_GetAlert parameters: - name: alert-id @@ -438,11 +470,21 @@ paths: $ref: '#/components/schemas/microsoft.graph.alert' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation patch: tags: - security.alert - summary: Update the navigation property alerts in security + summary: Update alert + description: Update an editable alert property within any integrated solution to keep alert status and assignments in sync across solutions. This method updates any solution that has a record of the referenced alert ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-beta operationId: security_UpdateAlert parameters: - name: alert-id @@ -469,6 +511,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.alert' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation /security/alerts/$count: get: @@ -484,6 +532,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' /security/alerts/microsoft.graph.updateAlerts: post: tags: @@ -528,6 +582,12 @@ paths: type: object default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -614,8 +674,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get endUserNotifications from security - description: Represents an end user's notification for an attack simulation training. + summary: List endUserNotifications + description: Get a list of endUserNotification objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-beta operationId: security.attackSimulation_ListEndUserNotification parameters: - $ref: '#/components/parameters/top' @@ -1043,8 +1106,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get landingPages from security - description: Represents an attack simulation training landing page. + summary: List landingPages + description: Get a list of the landingPage objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-beta operationId: security.attackSimulation_ListLandingPage parameters: - $ref: '#/components/parameters/top' @@ -1474,8 +1540,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get loginPages from security - description: Represents an attack simulation training login page. + summary: List loginPages + description: Get a list of the loginPage objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-beta operationId: security.attackSimulation_ListLoginPage parameters: - $ref: '#/components/parameters/top' @@ -1665,8 +1734,8 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get operations from security - description: Represents an attack simulation training operation. + summary: Get attackSimulationOperation + description: Get an attack simulation operation to track a long-running operation request for a tenant. operationId: security.attackSimulation_ListOperation parameters: - $ref: '#/components/parameters/top' @@ -1739,8 +1808,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get operations from security - description: Represents an attack simulation training operation. + summary: Get attackSimulationOperation + description: Get an attack simulation operation to track a long-running operation request for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-beta operationId: security.attackSimulation_GetOperation parameters: - name: attackSimulationOperation-id @@ -1856,8 +1928,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get payloads from security - description: Represents an attack simulation training campaign payload in a tenant. + summary: List payloads + description: Get a list of payloads for attack simulation campaigns. This operation expects the mandatory parameter source to filter and query the respective data source. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-beta operationId: security.attackSimulation_ListPayload parameters: - $ref: '#/components/parameters/top' @@ -2047,8 +2122,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get simulationAutomations from security - description: Represents simulation automation created to run on a tenant. + summary: List simulationAutomations + description: Get a list of attack simulation automations for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-beta operationId: security.attackSimulation_ListSimulationAutomation parameters: - $ref: '#/components/parameters/top' @@ -2121,8 +2199,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get simulationAutomations from security - description: Represents simulation automation created to run on a tenant. + summary: Get simulationAutomation + description: Get an attack simulation automation for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-beta operationId: security.attackSimulation_GetSimulationAutomation parameters: - name: simulationAutomation-id @@ -2224,8 +2305,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get runs from security - description: A collection of simulation automation runs. + summary: List runs + description: Get a list of the attack simulation automation runs for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-beta operationId: security.attackSimulation.simulationAutomation_ListRun parameters: - name: simulationAutomation-id @@ -2478,8 +2562,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get simulations from security - description: Represents an attack simulation training campaign in a tenant. + summary: List simulations + description: Get a list of attack simulation campaigns for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-beta operationId: security.attackSimulation_ListSimulation parameters: - $ref: '#/components/parameters/top' @@ -2529,7 +2616,11 @@ paths: post: tags: - security.attackSimulationRoot - summary: Create new navigation property to simulations for security + summary: Create simulation + description: Create an attack simulation campaign for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-beta operationId: security.attackSimulation_CreateSimulation requestBody: description: New navigation property @@ -2552,8 +2643,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get simulations from security - description: Represents an attack simulation training campaign in a tenant. + summary: Get simulation + description: Get an attack simulation campaign for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/simulation-get?view=graph-rest-beta operationId: security.attackSimulation_GetSimulation parameters: - name: simulation-id @@ -2597,7 +2691,11 @@ paths: patch: tags: - security.attackSimulationRoot - summary: Update the navigation property simulations in security + summary: Update simulation + description: Update an attack simulation campaign for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/simulation-update?view=graph-rest-beta operationId: security.attackSimulation_UpdateSimulation parameters: - name: simulation-id @@ -2628,7 +2726,11 @@ paths: delete: tags: - security.attackSimulationRoot - summary: Delete navigation property simulations for security + summary: Delete simulation + description: Delete an attack simulation campaign for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/simulation-delete?view=graph-rest-beta operationId: security.attackSimulation_DeleteSimulation parameters: - name: simulation-id @@ -2807,8 +2909,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get trainingCampaigns from security - description: Represents a training campaign in a tenant. + summary: List trainingCampaign objects + description: Get a list of trainingCampaign objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainingcampaigns?view=graph-rest-beta operationId: security.attackSimulation_ListTrainingCampaign parameters: - $ref: '#/components/parameters/top' @@ -2858,7 +2963,11 @@ paths: post: tags: - security.attackSimulationRoot - summary: Create new navigation property to trainingCampaigns for security + summary: Create trainingCampaign + description: Create a new trainingCampaign object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-post-trainingcampaigns?view=graph-rest-beta operationId: security.attackSimulation_CreateTrainingCampaign requestBody: description: New navigation property @@ -2881,8 +2990,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get trainingCampaigns from security - description: Represents a training campaign in a tenant. + summary: Get trainingCampaign + description: Read the properties and relationships of a trainingCampaign object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/trainingcampaign-get?view=graph-rest-beta operationId: security.attackSimulation_GetTrainingCampaign parameters: - name: trainingCampaign-id @@ -2926,7 +3038,11 @@ paths: patch: tags: - security.attackSimulationRoot - summary: Update the navigation property trainingCampaigns in security + summary: Update trainingCampaign + description: Update the properties of a trainingCampaign object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/trainingcampaign-update?view=graph-rest-beta operationId: security.attackSimulation_UpdateTrainingCampaign parameters: - name: trainingCampaign-id @@ -2957,7 +3073,11 @@ paths: delete: tags: - security.attackSimulationRoot - summary: Delete navigation property trainingCampaigns for security + summary: Delete trainingCampaign + description: Delete a trainingCampaign object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-delete-trainingcampaigns?view=graph-rest-beta operationId: security.attackSimulation_DeleteTrainingCampaign parameters: - name: trainingCampaign-id @@ -2998,8 +3118,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get trainings from security - description: Represents details about attack simulation trainings. + summary: List trainings + description: Get a list of the training objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-beta operationId: security.attackSimulation_ListTraining parameters: - $ref: '#/components/parameters/top' @@ -3506,7 +3629,11 @@ paths: get: tags: - security.auditCoreRoot - summary: Get queries from security + summary: List auditLogQueries + description: Get a list of auditLogQuery objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-auditcoreroot-list-auditlogqueries?view=graph-rest-beta operationId: security.auditLog_ListQuery parameters: - $ref: '#/components/parameters/top' @@ -3556,7 +3683,11 @@ paths: post: tags: - security.auditCoreRoot - summary: Create new navigation property to queries for security + summary: Create auditLogQuery + description: Create a new auditLogQuery object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-auditcoreroot-post-auditlogqueries?view=graph-rest-beta operationId: security.auditLog_CreateQuery requestBody: description: New navigation property @@ -3579,7 +3710,11 @@ paths: get: tags: - security.auditCoreRoot - summary: Get queries from security + summary: Get auditLogQuery + description: Read the properties and relationships of an auditLogQuery object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-auditlogquery-get?view=graph-rest-beta operationId: security.auditLog_GetQuery parameters: - name: auditLogQuery-id @@ -3681,8 +3816,11 @@ paths: get: tags: - security.auditCoreRoot - summary: Get records from security - description: An individual audit log record. + summary: List auditLogRecords + description: Get a list of the auditLogRecord objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-auditlogquery-list-records?view=graph-rest-beta operationId: security.auditLog.query_ListRecord parameters: - name: auditLogQuery-id @@ -4012,7 +4150,11 @@ paths: get: tags: - security.casesRoot - summary: Get ediscoveryCases from security + summary: List ediscoveryCases + description: Get a list of the ediscoveryCase objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-beta operationId: security.case_ListEdiscoveryCase parameters: - $ref: '#/components/parameters/top' @@ -4062,7 +4204,11 @@ paths: post: tags: - security.casesRoot - summary: Create new navigation property to ediscoveryCases for security + summary: Create ediscoveryCase + description: Create a new ediscoveryCase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-beta operationId: security.case_CreateEdiscoveryCase requestBody: description: New navigation property @@ -4085,7 +4231,11 @@ paths: get: tags: - security.casesRoot - summary: Get ediscoveryCases from security + summary: Get ediscoveryCase + description: Read the properties and relationships of an ediscoveryCase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-beta operationId: security.case_GetEdiscoveryCase parameters: - name: ediscoveryCase-id @@ -4129,7 +4279,11 @@ paths: patch: tags: - security.casesRoot - summary: Update the navigation property ediscoveryCases in security + summary: Update ediscoveryCase + description: Update the properties of an ediscoveryCase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-beta operationId: security.case_UpdateEdiscoveryCase parameters: - name: ediscoveryCase-id @@ -4160,7 +4314,11 @@ paths: delete: tags: - security.casesRoot - summary: Delete navigation property ediscoveryCases for security + summary: Delete ediscoveryCase + description: Delete an ediscoveryCase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-beta operationId: security.case_DeleteEdiscoveryCase parameters: - name: ediscoveryCase-id @@ -4187,8 +4345,11 @@ paths: get: tags: - security.casesRoot - summary: Get custodians from security - description: Returns a list of case ediscoveryCustodian objects for this case. + summary: List ediscoveryCustodian + description: Get a list of the custodian objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-beta operationId: security.case.ediscoveryCase_ListCustodian parameters: - name: ediscoveryCase-id @@ -4246,7 +4407,11 @@ paths: post: tags: - security.casesRoot - summary: Create new navigation property to custodians for security + summary: Create custodians + description: "Create a new ediscoveryCustodian object.\nAfter the custodian object is created, you will need to create the custodian's userSource to reference their mailbox and OneDrive for Business site." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-beta operationId: security.case.ediscoveryCase_CreateCustodian parameters: - name: ediscoveryCase-id @@ -4278,8 +4443,11 @@ paths: get: tags: - security.casesRoot - summary: Get custodians from security - description: Returns a list of case ediscoveryCustodian objects for this case. + summary: Get ediscoveryCustodian + description: Read the properties and relationships of an ediscoveryCustodian object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-beta operationId: security.case.ediscoveryCase_GetCustodian parameters: - name: ediscoveryCase-id @@ -5864,8 +6032,11 @@ paths: get: tags: - security.casesRoot - summary: Get legalHolds from security - description: Returns a list of case eDiscoveryHoldPolicy objects for this case. + summary: List ediscoveryHoldPolicies + description: Get a list of the ediscoveryHoldPolicy objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-legalholds?view=graph-rest-beta operationId: security.case.ediscoveryCase_ListLegalHold parameters: - name: ediscoveryCase-id @@ -5923,7 +6094,11 @@ paths: post: tags: - security.casesRoot - summary: Create new navigation property to legalHolds for security + summary: Create ediscoveryHoldPolicy + description: Create a new ediscoveryHoldPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-legalholds?view=graph-rest-beta operationId: security.case.ediscoveryCase_CreateLegalHold parameters: - name: ediscoveryCase-id @@ -6851,7 +7026,11 @@ paths: post: tags: - security.casesRoot - summary: Create new navigation property to noncustodialDataSources for security + summary: Create nonCustodialDataSources + description: Create a new ediscoveryNoncustodialDataSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-beta operationId: security.case.ediscoveryCase_CreateNoncustodialDataSource parameters: - name: ediscoveryCase-id @@ -7459,8 +7638,11 @@ paths: get: tags: - security.casesRoot - summary: Get operations from security - description: Returns a list of case caseOperation objects for this case. + summary: List caseOperations + description: Get a list of the caseOperation objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-beta operationId: security.case.ediscoveryCase_ListOperation parameters: - name: ediscoveryCase-id @@ -7550,8 +7732,11 @@ paths: get: tags: - security.casesRoot - summary: Get operations from security - description: Returns a list of case caseOperation objects for this case. + summary: Get caseOperation + description: Read the properties and relationships of a caseOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-beta operationId: security.case.ediscoveryCase_GetOperation parameters: - name: ediscoveryCase-id @@ -7699,8 +7884,11 @@ paths: get: tags: - security.casesRoot - summary: Get reviewSets from security - description: Returns a list of eDiscoveryReviewSet objects in the case. + summary: List reviewSets + description: Get a list of ediscoveryReviewSet objects associated with an eDiscovery case. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-beta operationId: security.case.ediscoveryCase_ListReviewSet parameters: - name: ediscoveryCase-id @@ -7758,7 +7946,11 @@ paths: post: tags: - security.casesRoot - summary: Create new navigation property to reviewSets for security + summary: Create reviewSets + description: Create a new ediscoveryReviewSet object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-beta operationId: security.case.ediscoveryCase_CreateReviewSet parameters: - name: ediscoveryCase-id @@ -7790,8 +7982,11 @@ paths: get: tags: - security.casesRoot - summary: Get reviewSets from security - description: Returns a list of eDiscoveryReviewSet objects in the case. + summary: Get ediscoveryReviewSet + description: Read the properties and relationships of an ediscoveryReviewSet object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-beta operationId: security.case.ediscoveryCase_GetReviewSet parameters: - name: ediscoveryCase-id @@ -8212,7 +8407,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - security.casesRoot @@ -8260,75 +8454,11 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryFile' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian': - get: - tags: - - security.casesRoot - summary: Get custodian from security - description: Custodians associated with the file. - operationId: security.case.ediscoveryCase.reviewSet.file_GetCustodian - parameters: - - name: ediscoveryCase-id - in: path - description: The unique identifier of ediscoveryCase - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: ediscoveryCase - - name: ediscoveryReviewSet-id - in: path - description: The unique identifier of ediscoveryReviewSet - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: ediscoveryReviewSet - - name: ediscoveryFile-id - in: path - description: The unique identifier of ediscoveryFile - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: ediscoveryFile - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent': - get: + delete: tags: - security.casesRoot - summary: Get extractedTextContent for the navigation property files from security - operationId: security.case.ediscoveryCase.reviewSet_GetFilesExtractedTextContent + summary: Delete content for the navigation property files in security + operationId: security.case.ediscoveryCase.reviewSet_DeleteFilesContent parameters: - name: ediscoveryCase-id in: path @@ -8354,68 +8484,24 @@ paths: schema: type: string x-ms-docs-key-type: ediscoveryFile - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - security.casesRoot - summary: Update extractedTextContent for the navigation property files in security - operationId: security.case.ediscoveryCase.reviewSet_SetFilesExtractedTextContent - parameters: - - name: ediscoveryCase-id - in: path - description: The unique identifier of ediscoveryCase - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: ediscoveryCase - - name: ediscoveryReviewSet-id - in: path - description: The unique identifier of ediscoveryReviewSet - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: ediscoveryReviewSet - - name: ediscoveryFile-id - in: path - description: The unique identifier of ediscoveryFile - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: ediscoveryFile - 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 - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags': + '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian': get: tags: - security.casesRoot - summary: Get tags from security - description: Tags associated with the file. - operationId: security.case.ediscoveryCase.reviewSet.file_ListTag + summary: Get custodian from security + description: Custodians associated with the file. + operationId: security.case.ediscoveryCase.reviewSet.file_GetCustodian parameters: - name: ediscoveryCase-id in: path @@ -8441,21 +8527,6 @@ paths: schema: type: string x-ms-docs-key-type: ediscoveryFile - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - name: $select in: query description: Select properties to be returned @@ -8478,20 +8549,222 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewTagCollectionResponse' + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' default: $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore x-ms-docs-operation-type: operation - '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}': + '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent': get: tags: - security.casesRoot - summary: Get tags from security - description: Tags associated with the file. - operationId: security.case.ediscoveryCase.reviewSet.file_GetTag + summary: Get extractedTextContent for the navigation property files from security + operationId: security.case.ediscoveryCase.reviewSet_GetFilesExtractedTextContent + parameters: + - name: ediscoveryCase-id + in: path + description: The unique identifier of ediscoveryCase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: ediscoveryReviewSet-id + in: path + description: The unique identifier of ediscoveryReviewSet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: ediscoveryReviewSet + - name: ediscoveryFile-id + in: path + description: The unique identifier of ediscoveryFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: ediscoveryFile + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - security.casesRoot + summary: Update extractedTextContent for the navigation property files in security + operationId: security.case.ediscoveryCase.reviewSet_SetFilesExtractedTextContent + parameters: + - name: ediscoveryCase-id + in: path + description: The unique identifier of ediscoveryCase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: ediscoveryReviewSet-id + in: path + description: The unique identifier of ediscoveryReviewSet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: ediscoveryReviewSet + - name: ediscoveryFile-id + in: path + description: The unique identifier of ediscoveryFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: ediscoveryFile + 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' + delete: + tags: + - security.casesRoot + summary: Delete extractedTextContent for the navigation property files in security + operationId: security.case.ediscoveryCase.reviewSet_DeleteFilesExtractedTextContent + parameters: + - name: ediscoveryCase-id + in: path + description: The unique identifier of ediscoveryCase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: ediscoveryReviewSet-id + in: path + description: The unique identifier of ediscoveryReviewSet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: ediscoveryReviewSet + - name: ediscoveryFile-id + in: path + description: The unique identifier of ediscoveryFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: ediscoveryFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags': + get: + tags: + - security.casesRoot + summary: Get tags from security + description: Tags associated with the file. + operationId: security.case.ediscoveryCase.reviewSet.file_ListTag + parameters: + - name: ediscoveryCase-id + in: path + description: The unique identifier of ediscoveryCase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: ediscoveryCase + - name: ediscoveryReviewSet-id + in: path + description: The unique identifier of ediscoveryReviewSet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: ediscoveryReviewSet + - name: ediscoveryFile-id + in: path + description: The unique identifier of ediscoveryFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: ediscoveryFile + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.security.ediscoveryReviewTagCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}': + get: + tags: + - security.casesRoot + summary: Get tags from security + description: Tags associated with the file. + operationId: security.case.ediscoveryCase.reviewSet.file_GetTag parameters: - name: ediscoveryCase-id in: path @@ -9263,8 +9536,11 @@ paths: get: tags: - security.casesRoot - summary: Get searches from security - description: Returns a list of eDiscoverySearch objects associated with this case. + summary: List searches + description: Get the list of ediscoverySearch resources from an eDiscoveryCase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-beta operationId: security.case.ediscoveryCase_ListSearch parameters: - name: ediscoveryCase-id @@ -9322,7 +9598,11 @@ paths: post: tags: - security.casesRoot - summary: Create new navigation property to searches for security + summary: Create searches + description: Create a new ediscoverySearch object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-beta operationId: security.case.ediscoveryCase_CreateSearch parameters: - name: ediscoveryCase-id @@ -9354,8 +9634,11 @@ paths: get: tags: - security.casesRoot - summary: Get searches from security - description: Returns a list of eDiscoverySearch objects associated with this case. + summary: Get ediscoverySearch + description: Read the properties and relationships of an ediscoverySearch object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-beta operationId: security.case.ediscoveryCase_GetSearch parameters: - name: ediscoveryCase-id @@ -9407,7 +9690,11 @@ paths: patch: tags: - security.casesRoot - summary: Update the navigation property searches in security + summary: Update ediscoverySearch + description: Update the properties of an ediscoverySearch object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-beta operationId: security.case.ediscoveryCase_UpdateSearch parameters: - name: ediscoveryCase-id @@ -9446,7 +9733,11 @@ paths: delete: tags: - security.casesRoot - summary: Delete navigation property searches for security + summary: Delete ediscoverySearch + description: Delete an ediscoverySearch object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-beta operationId: security.case.ediscoveryCase_DeleteSearch parameters: - name: ediscoveryCase-id @@ -10407,8 +10698,11 @@ paths: get: tags: - security.casesRoot - summary: Get settings from security - description: Returns a list of eDIscoverySettings objects in the case. + summary: Get ediscoveryCaseSettings + description: Read the properties and relationships of an ediscoveryCaseSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-beta operationId: security.case.ediscoveryCase_GetSetting parameters: - name: ediscoveryCase-id @@ -10452,7 +10746,11 @@ paths: patch: tags: - security.casesRoot - summary: Update the navigation property settings in security + summary: Update ediscoveryCaseSettings + description: Update the properties of an ediscoveryCaseSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-beta operationId: security.case.ediscoveryCase_UpdateSetting parameters: - name: ediscoveryCase-id @@ -10535,8 +10833,11 @@ paths: get: tags: - security.casesRoot - summary: Get tags from security - description: Returns a list of ediscoveryReviewTag objects associated to this case. + summary: List tags + description: Get a list of eDiscoveryReviewTag objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-beta operationId: security.case.ediscoveryCase_ListTag parameters: - name: ediscoveryCase-id @@ -10594,7 +10895,11 @@ paths: post: tags: - security.casesRoot - summary: Create new navigation property to tags for security + summary: Create tags + description: Create a new ediscoveryReviewTag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-beta operationId: security.case.ediscoveryCase_CreateTag parameters: - name: ediscoveryCase-id @@ -10626,8 +10931,11 @@ paths: get: tags: - security.casesRoot - summary: Get tags from security - description: Returns a list of ediscoveryReviewTag objects associated to this case. + summary: Get ediscoveryReviewTag + description: Read the properties and relationships of an ediscoveryReviewTag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-beta operationId: security.case.ediscoveryCase_GetTag parameters: - name: ediscoveryCase-id @@ -10679,7 +10987,11 @@ paths: patch: tags: - security.casesRoot - summary: Update the navigation property tags in security + summary: Update ediscoveryReviewTag + description: Update the properties of an ediscoveryReviewTag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-beta operationId: security.case.ediscoveryCase_UpdateTag parameters: - name: ediscoveryCase-id @@ -10718,7 +11030,11 @@ paths: delete: tags: - security.casesRoot - summary: Delete navigation property tags for security + summary: Remove ediscoveryReviewTag + description: Remove an ediscoveryReviewTag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-beta operationId: security.case.ediscoveryCase_DeleteTag parameters: - name: ediscoveryCase-id @@ -11124,6 +11440,12 @@ paths: $ref: '#/components/responses/microsoft.graph.cloudAppSecurityProfileCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -11149,6 +11471,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudAppSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation '/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}': get: @@ -11194,6 +11522,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudAppSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation patch: tags: @@ -11225,6 +11559,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudAppSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation delete: tags: @@ -11251,6 +11591,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation /security/cloudAppSecurityProfiles/$count: get: @@ -11266,6 +11612,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' /security/collaboration: get: tags: @@ -11348,8 +11700,8 @@ paths: get: tags: - security.collaborationRoot - summary: Get analyzedEmails from security - description: Contains metadata for analyzed emails. + summary: Get analyzedEmail + description: Read the properties and relationships of an analyzedEmail object. operationId: security.collaboration_ListAnalyzedEmail parameters: - $ref: '#/components/parameters/top' @@ -11422,8 +11774,11 @@ paths: get: tags: - security.collaborationRoot - summary: Get analyzedEmails from security - description: Contains metadata for analyzed emails. + summary: Get analyzedEmail + description: Read the properties and relationships of an analyzedEmail object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-analyzedemail-get?view=graph-rest-beta operationId: security.collaboration_GetAnalyzedEmail parameters: - name: analyzedEmail-id @@ -11562,9 +11917,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.security.remediationSeverity' action: $ref: '#/components/schemas/microsoft.graph.security.remediationAction' - approverUpn: - type: string - nullable: true remediateSendersCopy: type: boolean default: false @@ -11629,6 +11981,12 @@ paths: $ref: '#/components/responses/microsoft.graph.domainSecurityProfileCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -11654,6 +12012,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.domainSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation '/security/domainSecurityProfiles/{domainSecurityProfile-id}': get: @@ -11699,6 +12063,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.domainSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation patch: tags: @@ -11730,6 +12100,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.domainSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation delete: tags: @@ -11756,6 +12132,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation /security/domainSecurityProfiles/$count: get: @@ -11771,6 +12153,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' /security/fileSecurityProfiles: get: tags: @@ -11818,6 +12206,12 @@ paths: $ref: '#/components/responses/microsoft.graph.fileSecurityProfileCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -11843,6 +12237,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fileSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation '/security/fileSecurityProfiles/{fileSecurityProfile-id}': get: @@ -11888,6 +12288,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fileSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation patch: tags: @@ -11919,6 +12325,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.fileSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation delete: tags: @@ -11945,6 +12357,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation /security/fileSecurityProfiles/$count: get: @@ -11960,6 +12378,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' /security/hostSecurityProfiles: get: tags: @@ -12007,6 +12431,12 @@ paths: $ref: '#/components/responses/microsoft.graph.hostSecurityProfileCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -12032,6 +12462,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.hostSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation '/security/hostSecurityProfiles/{hostSecurityProfile-id}': get: @@ -12077,6 +12513,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.hostSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation patch: tags: @@ -12108,6 +12550,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.hostSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation delete: tags: @@ -12134,6 +12582,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation /security/hostSecurityProfiles/$count: get: @@ -12149,6 +12603,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' /security/identities: get: tags: @@ -12231,8 +12691,11 @@ paths: get: tags: - security.identityContainer - summary: Get healthIssues from security - description: Represents potential issues within a customer's Microsoft Defender for Identity configuration that Microsoft Defender for Identity identified. + summary: List healthIssues + description: Get a list of health issue objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-beta operationId: security.identity_ListHealthIssue parameters: - $ref: '#/components/parameters/top' @@ -12305,8 +12768,11 @@ paths: get: tags: - security.identityContainer - summary: Get healthIssues from security - description: Represents potential issues within a customer's Microsoft Defender for Identity configuration that Microsoft Defender for Identity identified. + summary: Get healthIssue + description: Read the properties and relationships of a healthIssue object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-beta operationId: security.identity_GetHealthIssue parameters: - name: healthIssue-id @@ -12350,7 +12816,11 @@ paths: patch: tags: - security.identityContainer - summary: Update the navigation property healthIssues in security + summary: Update healthIssue + description: Update the properties of a healthIssue object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-beta operationId: security.identity_UpdateHealthIssue parameters: - name: healthIssue-id @@ -12418,13 +12888,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - /security/incidents: + /security/identities/sensors: get: tags: - - security.incident - summary: Get incidents from security - description: 'A collection of incidents in Microsoft 365 Defender, each of which is a set of correlated alerts and associated metadata that reflects the story of an attack.' - operationId: security_ListIncident + - security.identityContainer + summary: Get sensors from security + operationId: security.identity_ListSensor parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' @@ -12463,7 +12932,7 @@ paths: type: string responses: 2XX: - $ref: '#/components/responses/microsoft.graph.security.incidentCollectionResponse' + $ref: '#/components/responses/microsoft.graph.security.sensorCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -12472,15 +12941,15 @@ paths: x-ms-docs-operation-type: operation post: tags: - - security.incident - summary: Create new navigation property to incidents for security - operationId: security_CreateIncident + - security.identityContainer + summary: Create new navigation property to sensors for security + operationId: security.identity_CreateSensor requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.incident' + $ref: '#/components/schemas/microsoft.graph.security.sensor' required: true responses: 2XX: @@ -12488,26 +12957,25 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.incident' + $ref: '#/components/schemas/microsoft.graph.security.sensor' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/security/incidents/{incident-id}': + '/security/identities/sensors/{sensor-id}': get: tags: - - security.incident - summary: Get incidents from security - description: 'A collection of incidents in Microsoft 365 Defender, each of which is a set of correlated alerts and associated metadata that reflects the story of an attack.' - operationId: security_GetIncident + - security.identityContainer + summary: Get sensors from security + operationId: security.identity_GetSensor parameters: - - name: incident-id + - name: sensor-id in: path - description: The unique identifier of incident + description: The unique identifier of sensor required: true style: simple schema: type: string - x-ms-docs-key-type: incident + x-ms-docs-key-type: sensor - name: $select in: query description: Select properties to be returned @@ -12534,30 +13002,30 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.incident' + $ref: '#/components/schemas/microsoft.graph.security.sensor' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - security.incident - summary: Update the navigation property incidents in security - operationId: security_UpdateIncident + - security.identityContainer + summary: Update the navigation property sensors in security + operationId: security.identity_UpdateSensor parameters: - - name: incident-id + - name: sensor-id in: path - description: The unique identifier of incident + description: The unique identifier of sensor required: true style: simple schema: type: string - x-ms-docs-key-type: incident + x-ms-docs-key-type: sensor requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.incident' + $ref: '#/components/schemas/microsoft.graph.security.sensor' required: true responses: 2XX: @@ -12565,24 +13033,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.incident' + $ref: '#/components/schemas/microsoft.graph.security.sensor' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - security.incident - summary: Delete navigation property incidents for security - operationId: security_DeleteIncident + - security.identityContainer + summary: Delete navigation property sensors for security + operationId: security.identity_DeleteSensor parameters: - - name: incident-id + - name: sensor-id in: path - description: The unique identifier of incident + description: The unique identifier of sensor required: true style: simple schema: type: string - x-ms-docs-key-type: incident + x-ms-docs-key-type: sensor - name: If-Match in: header description: ETag @@ -12595,22 +13063,405 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/security/incidents/{incident-id}/alerts': + '/security/identities/sensors/{sensor-id}/healthIssues': get: tags: - - security.incident - summary: Get alerts from security - description: The list of related alerts. Supports $expand. - operationId: security.incident_ListAlert + - security.identityContainer + summary: Get healthIssues from security + operationId: security.identity.sensor_ListHealthIssue parameters: - - name: incident-id + - name: sensor-id in: path - description: The unique identifier of incident + description: The unique identifier of sensor required: true style: simple schema: type: string - x-ms-docs-key-type: incident + x-ms-docs-key-type: sensor + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.security.healthIssueCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/security/identities/sensors/{sensor-id}/healthIssues/{healthIssue-id}': + get: + tags: + - security.identityContainer + summary: Get healthIssues from security + operationId: security.identity.sensor_GetHealthIssue + parameters: + - name: sensor-id + in: path + description: The unique identifier of sensor + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensor + - name: healthIssue-id + in: path + description: The unique identifier of healthIssue + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: healthIssue + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.healthIssue' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/security/identities/sensors/{sensor-id}/healthIssues/$count': + get: + tags: + - security.identityContainer + summary: Get the number of the resource + operationId: security.identity.sensor.healthIssue_GetCount + parameters: + - name: sensor-id + in: path + description: The unique identifier of sensor + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sensor + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /security/identities/sensors/$count: + get: + tags: + - security.identityContainer + summary: Get the number of the resource + operationId: security.identity.sensor_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /security/identities/sensors/microsoft.graph.security.getDeploymentAccessKey(): + get: + tags: + - security.Functions + summary: Invoke function getDeploymentAccessKey + operationId: security.identity.sensor_getDeploymentAccessKey + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.deploymentAccessKeyType' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + /security/identities/sensors/microsoft.graph.security.getDeploymentPackageUri(): + get: + tags: + - security.Functions + summary: Invoke function getDeploymentPackageUri + operationId: security.identity.sensor_getDeploymentPackageUri + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorDeploymentPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + /security/identities/sensors/microsoft.graph.security.regenerateDeploymentAccessKey: + post: + tags: + - security.Actions + summary: Invoke action regenerateDeploymentAccessKey + operationId: security.identity.sensor_regenerateDeploymentAccessKey + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.deploymentAccessKeyType' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /security/incidents: + get: + tags: + - security.incident + summary: List incidents + description: 'Get a list of incident objects that Microsoft 365 Defender created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-beta + operationId: security_ListIncident + 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.security.incidentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - security.incident + summary: Create new navigation property to incidents for security + operationId: security_CreateIncident + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.incident' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.incident' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/security/incidents/{incident-id}': + get: + tags: + - security.incident + summary: Get incident + description: 'Retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-beta + operationId: security_GetIncident + parameters: + - name: incident-id + in: path + description: The unique identifier of incident + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: incident + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.incident' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - security.incident + summary: Update incident + description: Update the properties of an incident object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-beta + operationId: security_UpdateIncident + parameters: + - name: incident-id + in: path + description: The unique identifier of incident + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: incident + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.incident' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.incident' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - security.incident + summary: Delete navigation property incidents for security + operationId: security_DeleteIncident + parameters: + - name: incident-id + in: path + description: The unique identifier of incident + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: incident + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/security/incidents/{incident-id}/alerts': + get: + tags: + - security.incident + summary: Get alerts from security + description: The list of related alerts. Supports $expand. + operationId: security.incident_ListAlert + parameters: + - name: incident-id + in: path + description: The unique identifier of incident + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: incident - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -13495,6 +14346,12 @@ paths: $ref: '#/components/responses/microsoft.graph.ipSecurityProfileCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -13520,6 +14377,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ipSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation '/security/ipSecurityProfiles/{ipSecurityProfile-id}': get: @@ -13565,6 +14428,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ipSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation patch: tags: @@ -13596,6 +14465,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.ipSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation delete: tags: @@ -13622,6 +14497,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation /security/ipSecurityProfiles/$count: get: @@ -13637,6 +14518,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' /security/labels: get: tags: @@ -13718,8 +14605,11 @@ paths: get: tags: - security.labelsRoot - summary: Get authorities from security - description: Specifies the underlying authority that describes the type of content to be retained and its retention schedule. + summary: List authorityTemplates + description: Get a list of the authorityTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-beta operationId: security.label_ListAuthority parameters: - $ref: '#/components/parameters/top' @@ -13769,7 +14659,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to authorities for security + summary: Create authorityTemplate + description: Create a new authorityTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-beta operationId: security.label_CreateAuthority requestBody: description: New navigation property @@ -13792,8 +14686,11 @@ paths: get: tags: - security.labelsRoot - summary: Get authorities from security - description: Specifies the underlying authority that describes the type of content to be retained and its retention schedule. + summary: Get authorityTemplate + description: Read the properties and relationships of a authorityTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-beta operationId: security.label_GetAuthority parameters: - name: authorityTemplate-id @@ -13909,8 +14806,11 @@ paths: get: tags: - security.labelsRoot - summary: Get categories from security - description: Specifies a group of similar types of content in a particular department. + summary: List categoryTemplates + description: Get a list of the categoryTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-beta operationId: security.label_ListCategory parameters: - $ref: '#/components/parameters/top' @@ -13960,7 +14860,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to categories for security + summary: Create categoryTemplate + description: Create a new categoryTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-beta operationId: security.label_CreateCategory requestBody: description: New navigation property @@ -13983,8 +14887,11 @@ paths: get: tags: - security.labelsRoot - summary: Get categories from security - description: Specifies a group of similar types of content in a particular department. + summary: Get categoryTemplate + description: Read the properties and relationships of a categoryTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-beta operationId: security.label_GetCategory parameters: - name: categoryTemplate-id @@ -14086,7 +14993,11 @@ paths: get: tags: - security.labelsRoot - summary: Get subcategories from security + summary: List subcategories + description: Get a list of subcategoryTemplate objects associated with a category template. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-beta operationId: security.label.category_ListSubcategory parameters: - name: categoryTemplate-id @@ -14144,7 +15055,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to subcategories for security + summary: Create subcategoryTemplate + description: Create a new subcategoryTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-beta operationId: security.label.category_CreateSubcategory parameters: - name: categoryTemplate-id @@ -14176,7 +15091,11 @@ paths: get: tags: - security.labelsRoot - summary: Get subcategories from security + summary: Get subcategoryTemplate + description: Read the properties and relationships of a subcategoryTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-beta operationId: security.label.category_GetSubcategory parameters: - name: categoryTemplate-id @@ -14338,8 +15257,11 @@ paths: get: tags: - security.labelsRoot - summary: Get citations from security - description: The specific rule or regulation created by a jurisdiction used to determine whether certain labels and content should be retained or deleted. + summary: List citationTemplates + description: Get a list of the citationTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-beta operationId: security.label_ListCitation parameters: - $ref: '#/components/parameters/top' @@ -14389,7 +15311,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to citations for security + summary: Create citationTemplate + description: Create a new citationTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-beta operationId: security.label_CreateCitation requestBody: description: New navigation property @@ -14412,8 +15338,11 @@ paths: get: tags: - security.labelsRoot - summary: Get citations from security - description: The specific rule or regulation created by a jurisdiction used to determine whether certain labels and content should be retained or deleted. + summary: Get citationTemplate + description: Read the properties and relationships of a citationTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-beta operationId: security.label_GetCitation parameters: - name: citationTemplate-id @@ -14529,8 +15458,11 @@ paths: get: tags: - security.labelsRoot - summary: Get departments from security - description: Specifies the department or business unit of an organization to which a label belongs. + summary: List departmentTemplates + description: Get a list of the departmentTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-beta operationId: security.label_ListDepartment parameters: - $ref: '#/components/parameters/top' @@ -14580,7 +15512,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to departments for security + summary: Create departmentTemplate + description: Create a new departmentTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-beta operationId: security.label_CreateDepartment requestBody: description: New navigation property @@ -14603,8 +15539,11 @@ paths: get: tags: - security.labelsRoot - summary: Get departments from security - description: Specifies the department or business unit of an organization to which a label belongs. + summary: Get departmentTemplate + description: Read the properties and relationships of a departmentTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-beta operationId: security.label_GetDepartment parameters: - name: departmentTemplate-id @@ -14720,8 +15659,11 @@ paths: get: tags: - security.labelsRoot - summary: Get filePlanReferences from security - description: Specifies a unique alpha-numeric identifier for an organization’s retention schedule. + summary: List filePlanReferenceTemplates + description: Get a list of the filePlanReferenceTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-beta operationId: security.label_ListFilePlanReference parameters: - $ref: '#/components/parameters/top' @@ -14771,7 +15713,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to filePlanReferences for security + summary: Create filePlanReferenceTemplate + description: Create a new filePlanReferenceTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-beta operationId: security.label_CreateFilePlanReference requestBody: description: New navigation property @@ -14794,8 +15740,11 @@ paths: get: tags: - security.labelsRoot - summary: Get filePlanReferences from security - description: Specifies a unique alpha-numeric identifier for an organization’s retention schedule. + summary: Get filePlanReferenceTemplate + description: Read the properties and relationships of a filePlanReferenceTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-beta operationId: security.label_GetFilePlanReference parameters: - name: filePlanReferenceTemplate-id @@ -14911,8 +15860,11 @@ paths: get: tags: - security.labelsRoot - summary: Get retentionLabels from security - description: 'Represents how customers can manage their data, whether and for how long to retain or delete it.' + summary: List retentionLabels + description: Get a list of the retentionLabel objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-beta operationId: security.label_ListRetentionLabel parameters: - $ref: '#/components/parameters/top' @@ -14962,7 +15914,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to retentionLabels for security + summary: Create retentionLabel + description: 'Create a new retentionLabel object. To create a disposition review stage, include the actionAfterRetentionPeriod property in the request body with one of the possible values specified.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-beta operationId: security.label_CreateRetentionLabel requestBody: description: New navigation property @@ -15030,7 +15986,11 @@ paths: patch: tags: - security.labelsRoot - summary: Update the navigation property retentionLabels in security + summary: Update retentionLabel + description: 'Update the properties of a retentionLabel object. To update a disposition review stage, include the actionAfterRetentionPeriod property in the request body with one of the possible values specified.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-beta operationId: security.label_UpdateRetentionLabel parameters: - name: retentionLabel-id @@ -15061,7 +16021,11 @@ paths: delete: tags: - security.labelsRoot - summary: Delete navigation property retentionLabels for security + summary: Delete retentionLabel + description: Delete a retentionLabel object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-beta operationId: security.label_DeleteRetentionLabel parameters: - name: retentionLabel-id @@ -15558,38 +16522,426 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' + $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - security.labelsRoot + summary: Update the navigation property dispositionReviewStages in security + operationId: security.label.retentionLabel_UpdateDispositionReviewStage + parameters: + - name: retentionLabel-id + in: path + description: The unique identifier of retentionLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: retentionLabel + - name: dispositionReviewStage-stageNumber + in: path + description: The unique identifier of dispositionReviewStage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: dispositionReviewStage + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - security.labelsRoot + summary: Delete navigation property dispositionReviewStages for security + operationId: security.label.retentionLabel_DeleteDispositionReviewStage + parameters: + - name: retentionLabel-id + in: path + description: The unique identifier of retentionLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: retentionLabel + - name: dispositionReviewStage-stageNumber + in: path + description: The unique identifier of dispositionReviewStage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: dispositionReviewStage + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count': + get: + tags: + - security.labelsRoot + summary: Get the number of the resource + operationId: security.label.retentionLabel.dispositionReviewStage_GetCount + parameters: + - name: retentionLabel-id + in: path + description: The unique identifier of retentionLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: retentionLabel + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType': + get: + tags: + - security.labelsRoot + summary: Get retentionEventType from security + description: Represents the type associated with a retention event. + operationId: security.label.retentionLabel_GetRetentionEventType + parameters: + - name: retentionLabel-id + in: path + description: The unique identifier of retentionLabel + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: retentionLabel + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.retentionEventType' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /security/labels/retentionLabels/$count: + get: + tags: + - security.labelsRoot + summary: Get the number of the resource + operationId: security.label.retentionLabel_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /security/microsoft.graph.security.runHuntingQuery: + post: + tags: + - security.Actions + summary: Invoke action runHuntingQuery + description: 'Query a specified set of event, activity, or entity data supported by Microsoft 365 Defender to proactively look for specific threats in your environment. This method is for advanced hunting in Microsoft 365 Defender. This method includes a query in Kusto Query Language (KQL). It specifies a data table in the advanced hunting schema and a piped sequence of operators to filter or search that data, and format the query output in specific ways. Find out more about hunting for threats across devices, emails, apps, and identities. Learn about KQL. For information on using advanced hunting in the Microsoft 365 Defender portal, see Proactively hunt for threats with advanced hunting in Microsoft 365 Defender.' + operationId: security_runHuntingQuery + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + query: + type: string + nullable: true + timespan: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.huntingQueryResults' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /security/partner: + get: + tags: + - security.partnerSecurity + summary: Get partner from security + description: 'A container that safeguards the Microsoft Azure resources of Microsoft Cloud Solution Provider (CSP) partners’ customers, including alerts, scores, and all aspects of security.' + operationId: security_GetPartner + 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.partner.security.partnerSecurity' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - security.partnerSecurity + summary: Update the navigation property partner in security + operationId: security_UpdatePartner + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.partner.security.partnerSecurity' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.partner.security.partnerSecurity' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - security.partnerSecurity + summary: Delete navigation property partner for security + operationId: security_DeletePartner + 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 + /security/partner/securityAlerts: + get: + tags: + - security.partnerSecurity + summary: List securityAlerts + description: Get a list of the partnerSecurityAlert objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-list-securityalerts?view=graph-rest-beta + operationId: security.partner_ListSecurityAlert + 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.partner.security.partnerSecurityAlertCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - security.partnerSecurity + summary: Create new navigation property to securityAlerts for security + operationId: security.partner_CreateSecurityAlert + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.partner.security.partnerSecurityAlert' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.partner.security.partnerSecurityAlert' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/security/partner/securityAlerts/{partnerSecurityAlert-id}': + get: + tags: + - security.partnerSecurity + summary: Get partnerSecurityAlert + description: Read the properties and relationships of a partnerSecurityAlert object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-get?view=graph-rest-beta + operationId: security.partner_GetSecurityAlert + parameters: + - name: partnerSecurityAlert-id + in: path + description: The unique identifier of partnerSecurityAlert + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: partnerSecurityAlert + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.partner.security.partnerSecurityAlert' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - - security.labelsRoot - summary: Update the navigation property dispositionReviewStages in security - operationId: security.label.retentionLabel_UpdateDispositionReviewStage + - security.partnerSecurity + summary: Update partnerSecurityAlert + description: Update the properties of a partnerSecurityAlert object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-update?view=graph-rest-beta + operationId: security.partner_UpdateSecurityAlert parameters: - - name: retentionLabel-id - in: path - description: The unique identifier of retentionLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: retentionLabel - - name: dispositionReviewStage-stageNumber + - name: partnerSecurityAlert-id in: path - description: The unique identifier of dispositionReviewStage + description: The unique identifier of partnerSecurityAlert required: true style: simple schema: type: string - x-ms-docs-key-type: dispositionReviewStage + x-ms-docs-key-type: partnerSecurityAlert requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' + $ref: '#/components/schemas/microsoft.graph.partner.security.partnerSecurityAlert' required: true responses: 2XX: @@ -15597,32 +16949,24 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStage' + $ref: '#/components/schemas/microsoft.graph.partner.security.partnerSecurityAlert' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - - security.labelsRoot - summary: Delete navigation property dispositionReviewStages for security - operationId: security.label.retentionLabel_DeleteDispositionReviewStage + - security.partnerSecurity + summary: Delete navigation property securityAlerts for security + operationId: security.partner_DeleteSecurityAlert parameters: - - name: retentionLabel-id - in: path - description: The unique identifier of retentionLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: retentionLabel - - name: dispositionReviewStage-stageNumber + - name: partnerSecurityAlert-id in: path - description: The unique identifier of dispositionReviewStage + description: The unique identifier of partnerSecurityAlert required: true style: simple schema: type: string - x-ms-docs-key-type: dispositionReviewStage + x-ms-docs-key-type: partnerSecurityAlert - name: If-Match in: header description: ETag @@ -15635,21 +16979,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count': + /security/partner/securityAlerts/$count: get: tags: - - security.labelsRoot + - security.partnerSecurity summary: Get the number of the resource - operationId: security.label.retentionLabel.dispositionReviewStage_GetCount + operationId: security.partner.securityAlert_GetCount parameters: - - name: retentionLabel-id - in: path - description: The unique identifier of retentionLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: retentionLabel - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: @@ -15657,98 +16993,6 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' - '/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType': - get: - tags: - - security.labelsRoot - summary: Get retentionEventType from security - description: Represents the type associated with a retention event. - operationId: security.label.retentionLabel_GetRetentionEventType - parameters: - - name: retentionLabel-id - in: path - description: The unique identifier of retentionLabel - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: retentionLabel - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.security.retentionEventType' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /security/labels/retentionLabels/$count: - get: - tags: - - security.labelsRoot - summary: Get the number of the resource - operationId: security.label.retentionLabel_GetCount - parameters: - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - /security/microsoft.graph.security.runHuntingQuery: - post: - tags: - - security.Actions - summary: Invoke action runHuntingQuery - operationId: security_runHuntingQuery - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - query: - type: string - nullable: true - timespan: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.security.huntingQueryResults' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action /security/providerTenantSettings: get: tags: @@ -15796,6 +17040,12 @@ paths: $ref: '#/components/responses/microsoft.graph.providerTenantSettingCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -15821,6 +17071,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.providerTenantSetting' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation '/security/providerTenantSettings/{providerTenantSetting-id}': get: @@ -15866,6 +17122,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.providerTenantSetting' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation patch: tags: @@ -15897,6 +17159,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.providerTenantSetting' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation delete: tags: @@ -15923,6 +17191,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation /security/providerTenantSettings/$count: get: @@ -15938,6 +17212,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' /security/rules: get: tags: @@ -16019,7 +17299,11 @@ paths: get: tags: - security.rulesRoot - summary: Get detectionRules from security + summary: List detectionRules + description: "Get a list of custom detection rules.\nWith custom detections, you can proactively monitor for and respond to various events and system states, including suspected breach activity and misconfigured assets in their organization network.\nCustom detection rules, which are written in Kusto query language (KQL), automatically trigger alerts and response actions once there are events matching their KQL queries." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-detectionrule-list?view=graph-rest-beta operationId: security.rule_ListDetectionRule parameters: - $ref: '#/components/parameters/top' @@ -16208,7 +17492,11 @@ paths: get: tags: - security.secureScoreControlProfile - summary: Get secureScoreControlProfiles from security + summary: List secureScoreControlProfiles + description: Retrieves a list of secureScoreControlProfile objects for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securescorecontrolprofiles-list?view=graph-rest-beta operationId: security_ListSecureScoreControlProfile parameters: - $ref: '#/components/parameters/top' @@ -16325,7 +17613,11 @@ paths: patch: tags: - security.secureScoreControlProfile - summary: Update the navigation property secureScoreControlProfiles in security + summary: Update secureScoreControlProfiles + description: 'Update an editable secureScoreControlProfiles property within any integrated solution to change various properties, such as assignedTo or tenantNote.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securescorecontrolprofiles-update?view=graph-rest-beta operationId: security_UpdateSecureScoreControlProfile parameters: - name: secureScoreControlProfile-id @@ -16397,8 +17689,11 @@ paths: get: tags: - security.secureScore - summary: Get secureScores from security - description: Measurements of tenants’ security posture to help protect them from threats. + summary: List secureScores + description: Retrieve the properties and relationships of a secureScores object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securescores-list?view=graph-rest-beta operationId: security_ListSecureScore parameters: - $ref: '#/components/parameters/top' @@ -16588,7 +17883,11 @@ paths: get: tags: - security.securityAction - summary: Get securityActions from security + summary: List securityActions + description: Retrieve a list of securityAction objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securityactions-list?view=graph-rest-beta operationId: security_ListSecurityAction parameters: - $ref: '#/components/parameters/top' @@ -16631,6 +17930,12 @@ paths: $ref: '#/components/responses/microsoft.graph.securityActionCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -16638,7 +17943,11 @@ paths: post: tags: - security.securityAction - summary: Create new navigation property to securityActions for security + summary: Create securityAction + description: Create a new securityAction object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securityactions-post?view=graph-rest-beta operationId: security_CreateSecurityAction requestBody: description: New navigation property @@ -16656,12 +17965,22 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityAction' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation '/security/securityActions/{securityAction-id}': get: tags: - security.securityAction - summary: Get securityActions from security + summary: Get securityAction + description: Retrieve the properties and relationships of a securityAction object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securityaction-get?view=graph-rest-beta operationId: security_GetSecurityAction parameters: - name: securityAction-id @@ -16701,6 +18020,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityAction' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation patch: tags: @@ -16732,6 +18057,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.securityAction' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation delete: tags: @@ -16758,6 +18089,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation '/security/securityActions/{securityAction-id}/microsoft.graph.cancelSecurityAction': post: @@ -16783,6 +18120,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: action /security/securityActions/$count: get: @@ -16798,6 +18141,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' /security/subjectRightsRequests: get: tags: @@ -18070,8 +19419,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get articleIndicators from security - description: 'Refers to indicators of threat or compromise highlighted in an article.Note: List retrieval is not yet supported.' + summary: Get articleIndicator + description: Read the properties and relationships of an articleIndicator object. operationId: security.threatIntelligence_ListArticleIndicator parameters: - $ref: '#/components/parameters/top' @@ -18144,8 +19493,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get articleIndicators from security - description: 'Refers to indicators of threat or compromise highlighted in an article.Note: List retrieval is not yet supported.' + summary: Get articleIndicator + description: Read the properties and relationships of an articleIndicator object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-beta operationId: security.threatIntelligence_GetArticleIndicator parameters: - name: articleIndicator-id @@ -18307,8 +19659,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get articles from security - description: A list of article objects. + summary: List articles + description: 'Get a list of article objects, including their properties and relationships.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-beta operationId: security.threatIntelligence_ListArticle parameters: - $ref: '#/components/parameters/top' @@ -18381,8 +19736,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get articles from security - description: A list of article objects. + summary: Get article + description: Read the properties and relationships of an article object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-beta operationId: security.threatIntelligence_GetArticle parameters: - name: article-id @@ -18484,8 +19842,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get indicators from security - description: Indicators related to this article. + summary: List indicators + description: Get a list of articleIndicator objects that represent indicators of threat or compromise related to the contents of an article. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-article-list-indicators?view=graph-rest-beta operationId: security.threatIntelligence.article_ListIndicator parameters: - name: article-id @@ -18634,8 +19995,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostComponents from security - description: 'Retrieve details about hostComponent objects.Note: List retrieval is not yet supported.' + summary: Get hostComponent + description: Read the properties and relationships of a hostComponent object. operationId: security.threatIntelligence_ListHostComponent parameters: - $ref: '#/components/parameters/top' @@ -18708,8 +20069,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostComponents from security - description: 'Retrieve details about hostComponent objects.Note: List retrieval is not yet supported.' + summary: Get hostComponent + description: Read the properties and relationships of a hostComponent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-beta operationId: security.threatIntelligence_GetHostComponent parameters: - name: hostComponent-id @@ -18871,8 +20235,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostCookies from security - description: 'Retrieve details about hostCookie objects.Note: List retrieval is not yet supported.' + summary: Get hostCookie + description: Read the properties and relationships of a hostCookie object. operationId: security.threatIntelligence_ListHostCookie parameters: - $ref: '#/components/parameters/top' @@ -18945,8 +20309,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostCookies from security - description: 'Retrieve details about hostCookie objects.Note: List retrieval is not yet supported.' + summary: Get hostCookie + description: Read the properties and relationships of a hostCookie object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-beta operationId: security.threatIntelligence_GetHostCookie parameters: - name: hostCookie-id @@ -19108,8 +20475,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPairs from security - description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' + summary: Get hostPair + description: Read the properties and relationships of a hostPair object. operationId: security.threatIntelligence_ListHostPair parameters: - $ref: '#/components/parameters/top' @@ -19182,8 +20549,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPairs from security - description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' + summary: Get hostPair + description: Read the properties and relationships of a hostPair object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-beta operationId: security.threatIntelligence_GetHostPair parameters: - name: hostPair-id @@ -19391,8 +20761,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPorts from security - description: 'Retrieve details about hostPort objects.Note: List retrieval is not yet supported.' + summary: Get hostPort + description: Read the properties and relationships of a hostPort object. operationId: security.threatIntelligence_ListHostPort parameters: - $ref: '#/components/parameters/top' @@ -19465,8 +20835,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPorts from security - description: 'Retrieve details about hostPort objects.Note: List retrieval is not yet supported.' + summary: Get hostPort + description: Read the properties and relationships of a hostPort object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-beta operationId: security.threatIntelligence_GetHostPort parameters: - name: hostPort-id @@ -19674,8 +21047,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hosts from security - description: 'Refers to host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported.' + summary: Get host + description: 'Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types:' operationId: security.threatIntelligence_ListHost parameters: - $ref: '#/components/parameters/top' @@ -19748,8 +21121,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hosts from security - description: 'Refers to host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported.' + summary: Get host + description: 'Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-beta operationId: security.threatIntelligence_GetHost parameters: - name: host-id @@ -19851,8 +21227,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get childHostPairs from security - description: 'The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a cihldHost.' + summary: List childHostPairs + description: 'Get the list of hostPair resources associated with a specified host, where that host is the *parent* and has an outgoing pairing to a *child*.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-beta operationId: security.threatIntelligence.host_ListChildHostPair parameters: - name: host-id @@ -19987,8 +21366,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get components from security - description: The hostComponents that are associated with this host. + summary: List components + description: Get a list of hostComponent resources. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-components?view=graph-rest-beta operationId: security.threatIntelligence.host_ListComponent parameters: - name: host-id @@ -20123,8 +21505,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get cookies from security - description: The hostCookies that are associated with this host. + summary: List cookies + description: Get a list of hostCookie resources. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-cookies?view=graph-rest-beta operationId: security.threatIntelligence.host_ListCookie parameters: - name: host-id @@ -20259,8 +21644,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPairs from security - description: 'The hostPairs that are associated with this host, where this host is either the parentHost or childHost.' + summary: List hostPairs + description: 'Get the list of hostPair resources associated with a specified host, where that host is *either* the *parent* or the *child*.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-hostpairs?view=graph-rest-beta operationId: security.threatIntelligence.host_ListHostPair parameters: - name: host-id @@ -20395,8 +21783,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get parentHostPairs from security - description: 'The hostPairs that are associated with a host, where that host is the childHost and has an incoming pairing with a parentHost.' + summary: List parentHostPairs + description: 'Get the list of hostPair resources associated with a specified host, where that host is the *child* and has an incoming pairing with a *parent*.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-beta operationId: security.threatIntelligence.host_ListParentHostPair parameters: - name: host-id @@ -20531,8 +21922,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get passiveDns from security - description: Passive DNS retrieval about this host. + summary: List passiveDns + description: 'Get a list of passiveDnsRecord resources associated with a host. This is a forward DNS lookup which queries the IP address of the specified host using its hostname. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-beta operationId: security.threatIntelligence.host_ListPassiveDn parameters: - name: host-id @@ -20667,8 +22061,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get passiveDnsReverse from security - description: Reverse passive DNS retrieval about this host. + summary: List passiveDnsReverse + description: Get a collection of passiveDnsRecord resources from a reverse passive DNS retrieval. A reverse DNS lookup queries the hostname of a host using an IP address. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-beta operationId: security.threatIntelligence.host_ListPassiveDnsReverse parameters: - name: host-id @@ -20803,8 +22200,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get ports from security - description: The hostPorts associated with a host. + summary: List hostPorts + description: Get the list of hostPort resources associated with a host. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-ports?view=graph-rest-beta operationId: security.threatIntelligence.host_ListPort parameters: - name: host-id @@ -20939,8 +22339,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get reputation from security - description: Represents a calculated reputation of this host. + summary: Get hostReputation + description: Get the properties and relationships of a hostReputation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-beta operationId: security.threatIntelligence.host_GetReputation parameters: - name: host-id @@ -21042,8 +22445,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get sslCertificates from security - description: The hostSslCertificates that are associated with this host. + summary: List hostSslCertificates + description: Get a list of hostSslCertificate objects from the host navigation property. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-sslcertificates?view=graph-rest-beta operationId: security.threatIntelligence.host_ListSslCertificate parameters: - name: host-id @@ -21178,8 +22584,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get subdomains from security - description: The subdomains that are associated with this host. + summary: List subdomains + description: Get the list of subdomain resources associated with a host. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-beta operationId: security.threatIntelligence.host_ListSubdomain parameters: - name: host-id @@ -21314,8 +22723,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get trackers from security - description: The hostTrackers that are associated with this host. + summary: List trackers + description: Get a list of hostTracker resources. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-trackers?view=graph-rest-beta operationId: security.threatIntelligence.host_ListTracker parameters: - name: host-id @@ -21450,8 +22862,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get whois from security - description: The most recent whoisRecord for this host. + summary: Get whoisRecord + description: "Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:\n- Identify a host and get its current whoisRecord. \n- Specify an id value to get the corresponding whoisRecord." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta operationId: security.threatIntelligence.host_GetWhoi parameters: - name: host-id @@ -21510,8 +22925,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostSslCertificates from security - description: 'Retrieve details about hostSslCertificate objects.Note: List retrieval is not yet supported.' + summary: Get hostSslCertificate + description: Get the properties and relationships of a hostSslCertificate object. operationId: security.threatIntelligence_ListHostSslCertificate parameters: - $ref: '#/components/parameters/top' @@ -21584,8 +22999,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostSslCertificates from security - description: 'Retrieve details about hostSslCertificate objects.Note: List retrieval is not yet supported.' + summary: Get hostSslCertificate + description: Get the properties and relationships of a hostSslCertificate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-beta operationId: security.threatIntelligence_GetHostSslCertificate parameters: - name: hostSslCertificate-id @@ -21793,8 +23211,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostTrackers from security - description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' + summary: Get hostTracker + description: Read the properties and relationships of a hostTracker object. operationId: security.threatIntelligence_ListHostTracker parameters: - $ref: '#/components/parameters/top' @@ -21867,8 +23285,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostTrackers from security - description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' + summary: Get hostTracker + description: Read the properties and relationships of a hostTracker object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-beta operationId: security.threatIntelligence_GetHostTracker parameters: - name: hostTracker-id @@ -22030,7 +23451,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get intelligenceProfileIndicators from security + summary: Get intelligenceProfileIndicator + description: Read the properties and relationships of a intelligenceProfileIndicator object. operationId: security.threatIntelligence_ListIntelligenceProfileIndicator parameters: - $ref: '#/components/parameters/top' @@ -22103,7 +23525,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get intelligenceProfileIndicators from security + summary: Get intelligenceProfileIndicator + description: Read the properties and relationships of a intelligenceProfileIndicator object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-beta operationId: security.threatIntelligence_GetIntelligenceProfileIndicator parameters: - name: intelligenceProfileIndicator-id @@ -22265,8 +23691,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get intelProfiles from security - description: A list of intelligenceProfile objects. + summary: List intelProfiles + description: Get a list of the intelligenceProfile objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-beta operationId: security.threatIntelligence_ListIntelProfile parameters: - $ref: '#/components/parameters/top' @@ -22339,8 +23768,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get intelProfiles from security - description: A list of intelligenceProfile objects. + summary: Get intelligenceProfile + description: Read the properties and relationships of a intelligenceProfile object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-beta operationId: security.threatIntelligence_GetIntelProfile parameters: - name: intelligenceProfile-id @@ -22442,8 +23874,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get indicators from security - description: Includes an assemblage of high-fidelity network indicators of compromise. + summary: List indicators + description: Get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-beta operationId: security.threatIntelligence.intelProfile_ListIndicator parameters: - name: intelligenceProfile-id @@ -22592,8 +24027,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get passiveDnsRecords from security - description: 'Retrieve details about passiveDnsRecord objects.Note: List retrieval is not yet supported.' + summary: Get passiveDnsRecord + description: Read the properties and relationships of a passiveDnsRecord object. operationId: security.threatIntelligence_ListPassiveDnsRecord parameters: - $ref: '#/components/parameters/top' @@ -22666,8 +24101,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get passiveDnsRecords from security - description: 'Retrieve details about passiveDnsRecord objects.Note: List retrieval is not yet supported.' + summary: Get passiveDnsRecord + description: Read the properties and relationships of a passiveDnsRecord object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-beta operationId: security.threatIntelligence_GetPassiveDnsRecord parameters: - name: passiveDnsRecord-id @@ -22875,8 +24313,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get sslCertificates from security - description: 'Retrieve details about sslCertificate objects.Note: List retrieval is not yet supported.' + summary: List sslCertificates + description: Get a list of sslCertificate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-beta operationId: security.threatIntelligence_ListSslCertificate parameters: - $ref: '#/components/parameters/top' @@ -22949,8 +24390,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get sslCertificates from security - description: 'Retrieve details about sslCertificate objects.Note: List retrieval is not yet supported.' + summary: Get sslCertificate + description: Get the properties and relationships of an sslCertificate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-beta operationId: security.threatIntelligence_GetSslCertificate parameters: - name: sslCertificate-id @@ -23202,8 +24646,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get subdomains from security - description: 'Retrieve details about the subdomain.Note: List retrieval is not yet supported.' + summary: Get subdomain + description: Read the properties and relationships of a subdomain object. operationId: security.threatIntelligence_ListSubdomain parameters: - $ref: '#/components/parameters/top' @@ -23276,8 +24720,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get subdomains from security - description: 'Retrieve details about the subdomain.Note: List retrieval is not yet supported.' + summary: Get subdomain + description: Read the properties and relationships of a subdomain object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-beta operationId: security.threatIntelligence_GetSubdomain parameters: - name: subdomain-id @@ -23439,8 +24886,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get vulnerabilities from security - description: 'Retrieve details about vulnerabilities.Note: List retrieval is not yet supported.' + summary: Get vulnerability + description: Read the properties and relationships of a vulnerability object. operationId: security.threatIntelligence_ListVulnerability parameters: - $ref: '#/components/parameters/top' @@ -23513,8 +24960,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get vulnerabilities from security - description: 'Retrieve details about vulnerabilities.Note: List retrieval is not yet supported.' + summary: Get vulnerability + description: Read the properties and relationships of a vulnerability object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-beta operationId: security.threatIntelligence_GetVulnerability parameters: - name: vulnerability-id @@ -23752,8 +25202,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get components from security - description: Components related to this vulnerability article. + summary: List components + description: Get a list of vulnerabilityComponent objects related to a known vulnerability. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-beta operationId: security.threatIntelligence.vulnerability_ListComponent parameters: - name: vulnerability-id @@ -23843,8 +25296,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get components from security - description: Components related to this vulnerability article. + summary: Get vulnerabilityComponent + description: Read the properties and relationships of a vulnerabilityComponent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-beta operationId: security.threatIntelligence.vulnerability_GetComponent parameters: - name: vulnerability-id @@ -24243,8 +25699,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get whoisRecords from security - description: A list of whoisRecord objects. + summary: List whoisRecords + description: Get a list of whoisRecord objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-beta operationId: security.threatIntelligence_ListWhoisRecord parameters: - $ref: '#/components/parameters/top' @@ -24317,8 +25776,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get whoisRecords from security - description: A list of whoisRecord objects. + summary: Get whoisRecord + description: "Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:\n- Identify a host and get its current whoisRecord. \n- Specify an id value to get the corresponding whoisRecord." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta operationId: security.threatIntelligence_GetWhoisRecord parameters: - name: whoisRecord-id @@ -24694,7 +26156,11 @@ paths: get: tags: - security.threatSubmissionRoot - summary: Get emailThreats from security + summary: List emailThreatSubmissions + description: Get a list of the emailThreatSubmission objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-beta operationId: security.threatSubmission_ListEmailThreat parameters: - $ref: '#/components/parameters/top' @@ -24744,7 +26210,11 @@ paths: post: tags: - security.threatSubmissionRoot - summary: Create new navigation property to emailThreats for security + summary: Create emailThreatSubmission + description: Create a new emailThreatSubmission object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-emailthreatsubmission-post-emailthreats?view=graph-rest-beta operationId: security.threatSubmission_CreateEmailThreat requestBody: description: New navigation property @@ -24767,7 +26237,11 @@ paths: get: tags: - security.threatSubmissionRoot - summary: Get emailThreats from security + summary: Get emailThreatSubmission + description: Read the properties and relationships of an emailThreatSubmission object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-emailthreatsubmission-get?view=graph-rest-beta operationId: security.threatSubmission_GetEmailThreat parameters: - name: emailThreatSubmission-id @@ -24883,7 +26357,11 @@ paths: get: tags: - security.threatSubmissionRoot - summary: Get emailThreatSubmissionPolicies from security + summary: List emailThreatSubmissionPolicies + description: Get a list of the emailThreatSubmissionPolicy objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-beta operationId: security.threatSubmission_ListEmailThreatSubmissionPolicy parameters: - $ref: '#/components/parameters/top' @@ -24956,7 +26434,11 @@ paths: get: tags: - security.threatSubmissionRoot - summary: Get emailThreatSubmissionPolicies from security + summary: Get emailThreatSubmissionPolicy + description: Read the properties and relationships of an emailThreatSubmissionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-get?view=graph-rest-beta operationId: security.threatSubmission_GetEmailThreatSubmissionPolicy parameters: - name: emailThreatSubmissionPolicy-id @@ -25072,7 +26554,11 @@ paths: get: tags: - security.threatSubmissionRoot - summary: Get fileThreats from security + summary: List fileThreatSubmissions + description: Get a list of the fileThreatSubmission objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-beta operationId: security.threatSubmission_ListFileThreat parameters: - $ref: '#/components/parameters/top' @@ -25145,7 +26631,11 @@ paths: get: tags: - security.threatSubmissionRoot - summary: Get fileThreats from security + summary: Get fileThreatSubmission + description: Read the properties and relationships of a fileThreatSubmission object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-filethreatsubmission-get?view=graph-rest-beta operationId: security.threatSubmission_GetFileThreat parameters: - name: fileThreatSubmission-id @@ -25261,7 +26751,11 @@ paths: get: tags: - security.threatSubmissionRoot - summary: Get urlThreats from security + summary: List urlThreatSubmissions + description: Get a list of the urlThreatSubmission objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-beta operationId: security.threatSubmission_ListUrlThreat parameters: - $ref: '#/components/parameters/top' @@ -25311,7 +26805,11 @@ paths: post: tags: - security.threatSubmissionRoot - summary: Create new navigation property to urlThreats for security + summary: Create urlThreatSubmission + description: Create a new urlThreatSubmission object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-urlthreatsubmission-post-urlthreats?view=graph-rest-beta operationId: security.threatSubmission_CreateUrlThreat requestBody: description: New navigation property @@ -25334,7 +26832,11 @@ paths: get: tags: - security.threatSubmissionRoot - summary: Get urlThreats from security + summary: Get urlThreatSubmission + description: Read the properties and relationships of an urlThreatSubmission object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-urlthreatsubmission-get?view=graph-rest-beta operationId: security.threatSubmission_GetUrlThreat parameters: - name: urlThreatSubmission-id @@ -25450,7 +26952,11 @@ paths: get: tags: - security.tiIndicator - summary: Get tiIndicators from security + summary: List threat intelligence indicators + description: Retrieve a list of tiIndicator objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tiindicators-list?view=graph-rest-beta operationId: security_ListTiIndicator parameters: - $ref: '#/components/parameters/top' @@ -25493,6 +26999,12 @@ paths: $ref: '#/components/responses/microsoft.graph.tiIndicatorCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -25500,7 +27012,11 @@ paths: post: tags: - security.tiIndicator - summary: Create new navigation property to tiIndicators for security + summary: Create threat intelligence indicator + description: Create a new tiIndicator object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tiindicators-post?view=graph-rest-beta operationId: security_CreateTiIndicator requestBody: description: New navigation property @@ -25518,12 +27034,22 @@ paths: $ref: '#/components/schemas/microsoft.graph.tiIndicator' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation '/security/tiIndicators/{tiIndicator-id}': get: tags: - security.tiIndicator - summary: Get tiIndicators from security + summary: Get threat intelligence indicator + description: Retrieve the properties and relationships of a tiIndicator object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tiindicator-get?view=graph-rest-beta operationId: security_GetTiIndicator parameters: - name: tiIndicator-id @@ -25563,11 +27089,21 @@ paths: $ref: '#/components/schemas/microsoft.graph.tiIndicator' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation patch: tags: - security.tiIndicator - summary: Update the navigation property tiIndicators in security + summary: Update tiIndicator + description: Update the properties of a tiIndicator object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tiindicator-update?view=graph-rest-beta operationId: security_UpdateTiIndicator parameters: - name: tiIndicator-id @@ -25594,11 +27130,21 @@ paths: $ref: '#/components/schemas/microsoft.graph.tiIndicator' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation delete: tags: - security.tiIndicator - summary: Delete navigation property tiIndicators for security + summary: Delete threat intelligence indicator + description: Delete a tiIndicator object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tiindicator-delete?view=graph-rest-beta operationId: security_DeleteTiIndicator parameters: - name: tiIndicator-id @@ -25620,6 +27166,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation /security/tiIndicators/$count: get: @@ -25635,6 +27187,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' /security/tiIndicators/microsoft.graph.deleteTiIndicators: post: tags: @@ -25679,6 +27237,12 @@ paths: type: object default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -25727,6 +27291,12 @@ paths: type: object default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -25775,6 +27345,12 @@ paths: type: object default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -25823,6 +27399,12 @@ paths: type: object default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: action x-ms-pageable: nextLinkName: '@odata.nextLink' @@ -25908,7 +27490,11 @@ paths: get: tags: - security.triggersRoot - summary: Get retentionEvents from security + summary: List retentionEvents + description: Get a list of the retentionEvent objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-beta operationId: security.trigger_ListRetentionEvent parameters: - $ref: '#/components/parameters/top' @@ -25958,7 +27544,11 @@ paths: post: tags: - security.triggersRoot - summary: Create new navigation property to retentionEvents for security + summary: Create retentionEvent + description: Create a new retentionEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-beta operationId: security.trigger_CreateRetentionEvent requestBody: description: New navigation property @@ -25981,7 +27571,11 @@ paths: get: tags: - security.triggersRoot - summary: Get retentionEvents from security + summary: Get retentionEvent + description: Read the properties and relationships of a retentionEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-beta operationId: security.trigger_GetRetentionEvent parameters: - name: retentionEvent-id @@ -26056,7 +27650,11 @@ paths: delete: tags: - security.triggersRoot - summary: Delete navigation property retentionEvents for security + summary: Delete retentionEvent + description: Delete a retentionEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-beta operationId: security.trigger_DeleteRetentionEvent parameters: - name: retentionEvent-id @@ -26220,7 +27818,11 @@ paths: get: tags: - security.triggerTypesRoot - summary: Get retentionEventTypes from security + summary: List retentionEventTypes + description: Get a list of the retentionEventType objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-beta operationId: security.triggerType_ListRetentionEventType parameters: - $ref: '#/components/parameters/top' @@ -26270,7 +27872,11 @@ paths: post: tags: - security.triggerTypesRoot - summary: Create new navigation property to retentionEventTypes for security + summary: Create retentionEventType + description: Create a new retentionEventType object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-beta operationId: security.triggerType_CreateRetentionEventType requestBody: description: New navigation property @@ -26293,7 +27899,11 @@ paths: get: tags: - security.triggerTypesRoot - summary: Get retentionEventTypes from security + summary: Get retentionEventType + description: Read the properties and relationships of a retentionEventType object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-beta operationId: security.triggerType_GetRetentionEventType parameters: - name: retentionEventType-id @@ -26368,7 +27978,11 @@ paths: delete: tags: - security.triggerTypesRoot - summary: Delete navigation property retentionEventTypes for security + summary: Delete retentionEventType + description: Delete a retentionEventType object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-beta operationId: security.triggerType_DeleteRetentionEventType parameters: - name: retentionEventType-id @@ -26452,6 +28066,12 @@ paths: $ref: '#/components/responses/microsoft.graph.userSecurityProfileCollectionResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore @@ -26477,6 +28097,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation '/security/userSecurityProfiles/{userSecurityProfile-id}': get: @@ -26522,6 +28148,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation patch: tags: @@ -26553,6 +28185,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.userSecurityProfile' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation delete: tags: @@ -26579,6 +28217,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' x-ms-docs-operation-type: operation /security/userSecurityProfiles/$count: get: @@ -26594,6 +28238,12 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2026-04-10' + date: '2024-04-10' + version: 2024-01/Deprecation + description: 'The legacy Graph Security API is deprecated and will stop returning data on January 31, 2025. Please use the new Graph Security API.' '/users/{user-id}/security': get: tags: @@ -26802,8 +28452,11 @@ paths: get: tags: - users.security - summary: Get labelPolicySettings from users - description: Read the Microsoft Purview Information Protection policy settings for the user or organization. + summary: Get informationProtectionPolicySetting + description: 'Read the properties and relationships of an informationProtectionPolicySetting object. The settings exposed by this API should be used in applications to populate the moreInfoUrl property for Microsoft Purview Information Protection help, and indicate whether labeling is mandatory for the user and whether justification must be provided on downgrade.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-beta operationId: user.security.informationProtection_GetLabelPolicySetting parameters: - name: user-id @@ -26905,8 +28558,11 @@ paths: get: tags: - users.security - summary: Get sensitivityLabels from users - description: Read the Microsoft Purview Information Protection labels for the user or organization. + summary: List sensitivityLabels + description: Get a list of sensitivityLabel objects associated with a user or organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-beta operationId: user.security.informationProtection_ListSensitivityLabel parameters: - name: user-id @@ -27271,120 +28927,116 @@ paths: components: schemas: microsoft.graph.security: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: security - type: object - properties: - providerStatus: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.securityProviderStatus' - alerts: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.alert' - description: Notifications for suspicious or potential security issues in a customer’s tenant. - x-ms-navigationProperty: true - alerts_v2: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.security.alert' - description: A collection of alerts in Microsoft 365 Defender. - x-ms-navigationProperty: true - attackSimulation: - $ref: '#/components/schemas/microsoft.graph.attackSimulationRoot' - auditLog: - $ref: '#/components/schemas/microsoft.graph.security.auditCoreRoot' - cases: - $ref: '#/components/schemas/microsoft.graph.security.casesRoot' - cloudAppSecurityProfiles: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.cloudAppSecurityProfile' - x-ms-navigationProperty: true - collaboration: - $ref: '#/components/schemas/microsoft.graph.security.collaborationRoot' - domainSecurityProfiles: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.domainSecurityProfile' - x-ms-navigationProperty: true - fileSecurityProfiles: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.fileSecurityProfile' - x-ms-navigationProperty: true - hostSecurityProfiles: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.hostSecurityProfile' - x-ms-navigationProperty: true - identities: - $ref: '#/components/schemas/microsoft.graph.security.identityContainer' - incidents: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.security.incident' - description: 'A collection of incidents in Microsoft 365 Defender, each of which is a set of correlated alerts and associated metadata that reflects the story of an attack.' - x-ms-navigationProperty: true - informationProtection: - $ref: '#/components/schemas/microsoft.graph.security.informationProtection' - ipSecurityProfiles: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.ipSecurityProfile' - x-ms-navigationProperty: true - labels: - $ref: '#/components/schemas/microsoft.graph.security.labelsRoot' - providerTenantSettings: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.providerTenantSetting' - x-ms-navigationProperty: true - rules: - $ref: '#/components/schemas/microsoft.graph.security.rulesRoot' - secureScoreControlProfiles: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' - x-ms-navigationProperty: true - secureScores: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.secureScore' - description: Measurements of tenants’ security posture to help protect them from threats. - x-ms-navigationProperty: true - securityActions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.securityAction' - x-ms-navigationProperty: true - subjectRightsRequests: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' - x-ms-navigationProperty: true - threatIntelligence: - $ref: '#/components/schemas/microsoft.graph.security.threatIntelligence' - threatSubmission: - $ref: '#/components/schemas/microsoft.graph.security.threatSubmissionRoot' - tiIndicators: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.tiIndicator' - x-ms-navigationProperty: true - triggers: - $ref: '#/components/schemas/microsoft.graph.security.triggersRoot' - triggerTypes: - $ref: '#/components/schemas/microsoft.graph.security.triggerTypesRoot' - userSecurityProfiles: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.userSecurityProfile' - x-ms-navigationProperty: true - additionalProperties: - type: object + title: security + type: object + properties: + alerts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.alert' + description: Notifications for suspicious or potential security issues in a customer’s tenant. + x-ms-navigationProperty: true + alerts_v2: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.alert' + description: A collection of alerts in Microsoft 365 Defender. + x-ms-navigationProperty: true + attackSimulation: + $ref: '#/components/schemas/microsoft.graph.attackSimulationRoot' + auditLog: + $ref: '#/components/schemas/microsoft.graph.security.auditCoreRoot' + cases: + $ref: '#/components/schemas/microsoft.graph.security.casesRoot' + cloudAppSecurityProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudAppSecurityProfile' + x-ms-navigationProperty: true + collaboration: + $ref: '#/components/schemas/microsoft.graph.security.collaborationRoot' + domainSecurityProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.domainSecurityProfile' + x-ms-navigationProperty: true + fileSecurityProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.fileSecurityProfile' + x-ms-navigationProperty: true + hostSecurityProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.hostSecurityProfile' + x-ms-navigationProperty: true + identities: + $ref: '#/components/schemas/microsoft.graph.security.identityContainer' + incidents: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.incident' + description: 'A collection of incidents in Microsoft 365 Defender, each of which is a set of correlated alerts and associated metadata that reflects the story of an attack.' + x-ms-navigationProperty: true + informationProtection: + $ref: '#/components/schemas/microsoft.graph.security.informationProtection' + ipSecurityProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.ipSecurityProfile' + x-ms-navigationProperty: true + labels: + $ref: '#/components/schemas/microsoft.graph.security.labelsRoot' + partner: + $ref: '#/components/schemas/microsoft.graph.partner.security.partnerSecurity' + providerTenantSettings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.providerTenantSetting' + x-ms-navigationProperty: true + rules: + $ref: '#/components/schemas/microsoft.graph.security.rulesRoot' + secureScoreControlProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.secureScoreControlProfile' + x-ms-navigationProperty: true + secureScores: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.secureScore' + description: Measurements of tenants’ security posture to help protect them from threats. + x-ms-navigationProperty: true + securityActions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.securityAction' + x-ms-navigationProperty: true + subjectRightsRequests: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.subjectRightsRequest' + x-ms-navigationProperty: true + threatIntelligence: + $ref: '#/components/schemas/microsoft.graph.security.threatIntelligence' + threatSubmission: + $ref: '#/components/schemas/microsoft.graph.security.threatSubmissionRoot' + tiIndicators: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.tiIndicator' + x-ms-navigationProperty: true + triggers: + $ref: '#/components/schemas/microsoft.graph.security.triggersRoot' + triggerTypes: + $ref: '#/components/schemas/microsoft.graph.security.triggerTypesRoot' + userSecurityProfiles: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.userSecurityProfile' + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.alert: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -28876,10 +30528,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 @@ -28949,7 +30602,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 @@ -29707,12 +31360,10 @@ components: type: string description: The action taken on the email based on the configured policy. nullable: true - recipientEmailAddresses: - type: array - items: - type: string - nullable: true - description: Contains the email addresses of the recipients. + recipientEmailAddress: + type: string + description: Contains the email address of the recipient. + nullable: true returnPath: type: string description: A field that indicates where and how bounced emails are processed. @@ -29734,8 +31385,11 @@ components: type: string description: Subject of the email. nullable: true - threatType: - $ref: '#/components/schemas/microsoft.graph.security.threatType' + threatTypes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.threatType' + description: 'Indicates the threat types. The possible values are: unknown, spam, malware, phish, none, unknownFutureValue.' urls: type: array items: @@ -29984,6 +31638,11 @@ components: $ref: '#/components/schemas/microsoft.graph.security.healthIssue' description: Represents potential issues within a customer's Microsoft Defender for Identity configuration that Microsoft Defender for Identity identified. x-ms-navigationProperty: true + sensors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.sensor' + x-ms-navigationProperty: true additionalProperties: type: object microsoft.graph.security.healthIssue: @@ -30048,6 +31707,58 @@ components: $ref: '#/components/schemas/microsoft.graph.security.healthIssueStatus' additionalProperties: type: object + microsoft.graph.security.sensor: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: sensor + 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 + deploymentStatus: + $ref: '#/components/schemas/microsoft.graph.security.deploymentStatus' + displayName: + type: string + domainName: + type: string + healthStatus: + $ref: '#/components/schemas/microsoft.graph.security.sensorHealthStatus' + openHealthIssuesCount: + type: integer + format: int64 + sensorType: + $ref: '#/components/schemas/microsoft.graph.security.sensorType' + settings: + $ref: '#/components/schemas/microsoft.graph.security.sensorSettings' + version: + type: string + healthIssues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.healthIssue' + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.security.deploymentAccessKeyType: + title: deploymentAccessKeyType + type: object + properties: + deploymentAccessKey: + type: string + additionalProperties: + type: object + microsoft.graph.security.sensorDeploymentPackage: + title: sensorDeploymentPackage + type: object + properties: + downloadUrl: + type: string + version: + type: string + additionalProperties: + type: object microsoft.graph.security.incident: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -30438,6 +32149,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.subcategoryTemplate' + description: Represents all subcategories under a particular category. x-ms-navigationProperty: true additionalProperties: type: object @@ -30588,7 +32300,7 @@ components: description: A collection of reviewers at each stage. stageNumber: type: string - description: The sequence number for each stage of the disposition review. + description: The unique sequence number for each stage of the disposition review. additionalProperties: type: object microsoft.graph.security.retentionEventType: @@ -30639,6 +32351,103 @@ components: description: The schema for the response. additionalProperties: type: object + microsoft.graph.partner.security.partnerSecurity: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: partnerSecurity + type: object + properties: + securityAlerts: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.partner.security.partnerSecurityAlert' + description: The security alerts or a vulnerability of a CSP partner's customer that the partner must be made aware of for further action. + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.partner.security.partnerSecurityAlert: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: partnerSecurityAlert + type: object + properties: + activityLogs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.partner.security.activityLog' + description: 'Represents the activity by a partner and includes details of state transitions, who performed them, and when they occurred.' + additionalDetails: + $ref: '#/components/schemas/microsoft.graph.partner.security.additionalDataDictionary' + affectedResources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.partner.security.affectedResource' + description: Contains details of the resources affected by the security alert. + alertType: + type: string + description: The type of vulnerability that impacts the customer due to this alert. + catalogOfferId: + type: string + description: The modern offer category ID of the subscription. + nullable: true + confidenceLevel: + $ref: '#/components/schemas/microsoft.graph.partner.security.securityAlertConfidence' + customerTenantId: + type: string + description: The impacted customer tenant associated with the alert. + description: + type: string + description: The description for each alert. + nullable: true + detectedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 the alert was detected or 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.' + format: date-time + displayName: + type: string + description: The display name of the alert. + firstObservedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 of the first activity associated with the alert. 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. subscription.' + format: date-time + nullable: true + isTest: + type: boolean + description: Indicates whehter an alert is a test alert. + nullable: true + lastObservedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 of the latest activity associated with the alert. 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 + resolvedBy: + type: string + description: The UPN of the partner user who resolved the alert. + nullable: true + resolvedOnDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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 the alert was resolved. 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 + resolvedReason: + $ref: '#/components/schemas/microsoft.graph.partner.security.securityAlertResolvedReason' + severity: + $ref: '#/components/schemas/microsoft.graph.partner.security.securityAlertSeverity' + status: + $ref: '#/components/schemas/microsoft.graph.partner.security.securityAlertStatus' + subscriptionId: + type: string + description: The subscription associated with the alert for the customer. + valueAddedResellerTenantId: + type: string + description: The value-added reseller tenant associated with the partner tenant and customer tenant. + nullable: true + additionalProperties: + type: object microsoft.graph.providerTenantSetting: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -30726,7 +32535,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.secureScoreControlStateUpdate' - description: 'Flag to indicate where the tenant has marked a control (ignore, thirdParty, reviewed) (supports update).' + description: 'Flag to indicate where the tenant has marked a control (ignored, thirdParty, reviewed) (supports update).' deprecated: type: boolean description: Flag to indicate if a control is depreciated. @@ -30738,6 +32547,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: Time at which the control profile entity was last modified. The Timestamp type represents date and time format: date-time nullable: true maxScore: @@ -30769,7 +32579,7 @@ components: items: type: string nullable: true - description: 'List of threats the control mitigates (accountBreach,dataDeletion,dataExfiltration,dataSpillage,elevationOfPrivilege,maliciousInsider,passwordCracking,phishingOrWhaling,spoofing).' + description: 'List of threats the control mitigates (accountBreach, dataDeletion, dataExfiltration, dataSpillage, elevationOfPrivilege, maliciousInsider, passwordCracking, phishingOrWhaling, spoofing).' tier: type: string description: 'Control tier (Core, Defense in Depth, Advanced.)' @@ -30865,6 +32675,7 @@ components: nullable: true clientContext: type: string + description: Unique client context string. Can have a maximum of 256 characters. nullable: true 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])$' @@ -31125,7 +32936,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: @@ -33075,10 +34886,12 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.eventPropagationResult' + description: Represents the success status of a created event and additional information. eventQueries: type: array items: $ref: '#/components/schemas/microsoft.graph.security.eventQuery' + description: 'Represents the workload (SharePoint Online, OneDrive for Business, Exchange Online) and identification information associated with a retention event.' eventStatus: $ref: '#/components/schemas/microsoft.graph.security.retentionEventStatus' eventTriggerDateTime: @@ -33180,27 +34993,6 @@ components: description: The unique identifier for an entity. Read-only. additionalProperties: type: object - microsoft.graph.securityProviderStatus: - title: securityProviderStatus - type: object - properties: - enabled: - type: boolean - nullable: true - endpoint: - type: string - nullable: true - provider: - type: string - nullable: true - region: - type: string - nullable: true - vendor: - type: string - nullable: true - additionalProperties: - type: object microsoft.graph.alertDetection: title: alertDetection type: object @@ -33820,6 +35612,7 @@ components: - scheduledAlerts - microsoftDefenderThreatIntelligenceAnalytics - builtInMl + - microsoftInsiderRiskManagement - microsoftSentinel type: string microsoft.graph.security.alertDetermination: @@ -33893,6 +35686,7 @@ components: - unknownFutureValue - microsoftDefenderForCloud - microsoftSentinel + - microsoftInsiderRiskManagement type: string microsoft.graph.security.alertSeverity: title: alertSeverity @@ -34032,7 +35826,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.payloadCoachmark' - description: Payload coachmark details. content: type: string description: Payload content details. @@ -34658,6 +36451,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -34753,6 +36547,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. @@ -35206,6 +37002,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: @@ -35601,6 +37398,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: @@ -36361,7 +38162,7 @@ components: - unknown - spam - malware - - phishing + - phish - none - unknownFutureValue type: string @@ -36514,6 +38315,60 @@ components: - suppressed - unknownFutureValue type: string + microsoft.graph.security.deploymentStatus: + title: deploymentStatus + enum: + - upToDate + - outdated + - updating + - updateFailed + - notConfigured + - unreachable + - disconnected + - startFailure + - syncing + - unknownFutureValue + type: string + microsoft.graph.security.sensorHealthStatus: + title: sensorHealthStatus + enum: + - healthy + - notHealthyLow + - notHealthyMedium + - notHealthyHigh + - unknownFutureValue + type: string + microsoft.graph.security.sensorType: + title: sensorType + enum: + - adConnectIntegrated + - adcsIntegrated + - adfsIntegrated + - domainControllerIntegrated + - domainControllerStandalone + - unknownFutureValue + type: string + microsoft.graph.security.sensorSettings: + title: sensorSettings + type: object + properties: + description: + type: string + domainControllerDnsNames: + type: array + items: + type: string + nullable: true + isDelayedDeploymentEnabled: + type: boolean + nullable: true + networkAdapters: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.networkAdapter' + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.security.recommendedHuntingQuery: title: recommendedHuntingQuery type: object @@ -36685,9 +38540,11 @@ components: properties: citationJurisdiction: type: string + description: Represents the jurisdiction or agency that published the filePlanCitation. nullable: true citationUrl: type: string + description: Represents the URL to the published filePlanCitation. nullable: true additionalProperties: type: object @@ -36724,6 +38581,76 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.partner.security.activityLog: + title: activityLog + type: object + properties: + statusFrom: + $ref: '#/components/schemas/microsoft.graph.partner.security.securityAlertStatus' + statusTo: + $ref: '#/components/schemas/microsoft.graph.partner.security.securityAlertStatus' + updatedBy: + type: string + description: The UPN of the partner user who did the status update activity. This attribute is set by the system. + 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: 'The date and time for the status update activity. This attribute is set by the system. 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 + additionalProperties: + type: object + microsoft.graph.partner.security.additionalDataDictionary: + allOf: + - $ref: '#/components/schemas/microsoft.graph.Dictionary' + - title: additionalDataDictionary + type: object + additionalProperties: + type: object + microsoft.graph.partner.security.affectedResource: + title: affectedResource + type: object + properties: + resourceId: + type: string + description: The resource path of the resource affected by the security alert. + resourceType: + type: string + description: The type of resource. + additionalProperties: + type: object + microsoft.graph.partner.security.securityAlertConfidence: + title: securityAlertConfidence + enum: + - low + - medium + - high + - unknownFutureValue + type: string + microsoft.graph.partner.security.securityAlertResolvedReason: + title: securityAlertResolvedReason + enum: + - legitimate + - ignore + - fraud + - unknownFutureValue + type: string + microsoft.graph.partner.security.securityAlertSeverity: + title: securityAlertSeverity + enum: + - informational + - high + - medium + - low + - unknownFutureValue + type: string + microsoft.graph.partner.security.securityAlertStatus: + title: securityAlertStatus + enum: + - active + - resolved + - investigating + - unknownFutureValue + type: string microsoft.graph.security.protectionRule: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -36840,19 +38767,24 @@ components: properties: assignedTo: type: string + description: Assign the control to the user who will take the action nullable: true comment: type: string + description: Provides optional comment about the control nullable: true state: type: string + description: 'State of the control can be modified using PATCH command(Ex: ignored, thirdParty etc)' nullable: true updatedBy: type: string + description: ID of the user who updated tenant state nullable: true 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: Time at which control state was updated format: date-time nullable: true additionalProperties: @@ -36863,10 +38795,12 @@ components: properties: averageScore: type: number + description: Average score within a specified basis. format: double nullable: true basis: type: string + description: 'Scope type (by AllTenants, TotalSeats, IndustryTypes).' nullable: true additionalProperties: type: object @@ -36876,15 +38810,19 @@ components: properties: controlCategory: type: string + description: 'Control action category (Identity, Data, Device, Apps, Infrastructure).' nullable: true controlName: type: string + description: Control unique name nullable: true description: type: string + description: Description of the control. nullable: true score: type: number + description: Tenant achieved score for the control (it varies day by day depending on tenant operations on the control). format: double nullable: true additionalProperties: @@ -36938,11 +38876,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -37448,7 +39386,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 @@ -37747,6 +39685,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: @@ -37963,6 +39903,10 @@ components: 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 @@ -38057,7 +40001,7 @@ components: nullable: true allotmentDisplayName: type: string - description: 'The allotment name divides tenant licenses into smaller batches or groups that helps restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' + 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' @@ -38074,7 +40018,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: @@ -38086,7 +40030,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' @@ -38451,7 +40395,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 @@ -39645,10 +41589,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: @@ -39661,6 +41607,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 @@ -39679,6 +41626,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -39691,6 +41639,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: @@ -39733,16 +41682,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 @@ -40575,6 +42527,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: @@ -41902,6 +43856,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.security.sensorCollectionResponse: + title: Collection of sensor + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.sensor' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.security.incidentCollectionResponse: title: Collection of incident type: object @@ -42045,6 +44012,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.partner.security.partnerSecurityAlertCollectionResponse: + title: Collection of partnerSecurityAlert + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.partner.security.partnerSecurityAlert' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.providerTenantSettingCollectionResponse: title: Collection of providerTenantSetting type: object @@ -42913,6 +44893,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' @@ -43385,6 +45373,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: @@ -43441,6 +45430,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. @@ -43879,10 +45870,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 @@ -44284,8 +46277,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])$' @@ -44512,6 +46507,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -44703,6 +46699,20 @@ components: - others - unknownFutureValue type: string + microsoft.graph.security.networkAdapter: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: networkAdapter + type: object + properties: + isEnabled: + type: boolean + nullable: true + name: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.security.filePlanDescriptorBase: title: filePlanDescriptorBase type: object @@ -44720,6 +46730,11 @@ components: type: object additionalProperties: type: object + microsoft.graph.Dictionary: + title: Dictionary + type: object + additionalProperties: + type: object microsoft.graph.security.alertTemplate: title: alertTemplate type: object @@ -44800,9 +46815,11 @@ components: properties: name: type: string + description: Certification control name. nullable: true url: type: string + description: URL for the Microsoft Service Trust Portal. nullable: true additionalProperties: type: object @@ -44904,36 +46921,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' @@ -45021,14 +47045,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.appRole: @@ -45187,6 +47214,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: @@ -45286,6 +47314,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' @@ -45881,6 +47934,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 @@ -46056,6 +48110,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -46376,7 +48432,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -46519,6 +48574,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.' @@ -48577,12 +50634,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: @@ -48965,12 +51024,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 @@ -48990,7 +51049,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' @@ -49033,6 +51092,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: @@ -50202,6 +52262,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' @@ -51111,6 +53179,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.siteArchiveStatus: + title: siteArchiveStatus + enum: + - recentlyArchived + - fullyArchived + - reactivating + - unknownFutureValue + type: string microsoft.graph.itemActionStat: title: itemActionStat type: object @@ -51513,6 +53589,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 @@ -51758,6 +53835,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' @@ -52266,11 +54353,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -52834,6 +54921,17 @@ components: 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: @@ -53132,11 +55230,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: @@ -53392,6 +55494,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: @@ -53609,6 +55712,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: @@ -54713,6 +56853,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -54722,6 +56863,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 @@ -55335,6 +57477,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: @@ -55933,6 +58080,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -55984,14 +58137,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: @@ -56002,6 +58147,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 @@ -56758,6 +58911,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 @@ -57838,6 +60035,7 @@ components: 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: @@ -57857,6 +60055,7 @@ components: 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: @@ -57869,6 +60068,21 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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.synchronizationSecret: title: synchronizationSecret enum: @@ -58920,6 +61134,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -59344,6 +61576,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.workbookCommentReply: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -59647,6 +61907,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 @@ -60815,6 +63121,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -61138,11 +63462,6 @@ components: 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.storageQuotaBreakdown: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -61250,6 +63569,60 @@ components: - darkYellow - unknownFutureValue type: string + 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 @@ -61711,6 +64084,17 @@ components: nullable: true 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.synchronizationError: title: synchronizationError type: object @@ -61866,27 +64250,71 @@ components: - chat - unknownFutureValue 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' additionalProperties: @@ -62127,6 +64555,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 @@ -62169,6 +64598,41 @@ components: nullable: true additionalProperties: type: object + 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' @@ -62671,6 +65135,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.healthIssueCollectionResponse' + microsoft.graph.security.sensorCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.sensorCollectionResponse' microsoft.graph.security.incidentCollectionResponse: description: Retrieved collection content: @@ -62737,6 +65207,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.dispositionReviewStageCollectionResponse' + microsoft.graph.partner.security.partnerSecurityAlertCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.partner.security.partnerSecurityAlertCollectionResponse' microsoft.graph.providerTenantSettingCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index 6164c7f5193..845e3511a62 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -87,7 +87,11 @@ paths: get: tags: - admin.sharepoint - summary: Get settings from admin + summary: Get settings + description: Get the tenant-level settings for SharePoint and OneDrive. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-beta operationId: admin.sharepoint_GetSetting parameters: - name: $select @@ -123,7 +127,11 @@ paths: patch: tags: - admin.sharepoint - summary: Update the navigation property settings in admin + summary: Update settings + description: Update one or more tenant-level settings for SharePoint and OneDrive. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-beta operationId: admin.sharepoint_UpdateSetting requestBody: description: New navigation property values @@ -1173,7 +1181,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -1229,7 +1236,55 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete content for the navigation property driveItem in groups + operationId: group.site.analytic.itemActivityStat.activity_DeleteDriveItemContent + 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: 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' '/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream': get: tags: @@ -1280,7 +1335,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -1333,7 +1387,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete contentStream for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.site.analytic.itemActivityStat.activity_DeleteDriveItemContentStream + 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: 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' '/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -10314,7 +10417,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -10378,7 +10480,63 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete content for the navigation property driveItem in groups + operationId: group.site.list.item.activity_DeleteDriveItemContent + 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: 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: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + - 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}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -10437,7 +10595,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -10498,7 +10655,64 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete contentStream for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.site.list.item.activity_DeleteDriveItemContentStream + 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: 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: itemActivityOLD-id + in: path + description: The unique identifier of itemActivityOLD + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: itemActivityOLD + - 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}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -11722,7 +11936,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -11778,7 +11991,55 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete content for the navigation property driveItem in groups + operationId: group.site.list.item_DeleteDriveItemContent + 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: 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: 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}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream': get: tags: @@ -11829,7 +12090,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -11882,7 +12142,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete contentStream for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.site.list.item_DeleteDriveItemContentStream + 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: 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: 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}/lists/{list-id}/items/{listItem-id}/fields': get: tags: @@ -19987,7 +20296,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -20060,7 +20368,72 @@ 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 + 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: 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}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -21221,7 +21594,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -21286,7 +21658,64 @@ 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.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': get: tags: @@ -22285,7 +22714,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -22334,7 +22762,48 @@ 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_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: @@ -22788,7 +23257,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -22836,7 +23304,47 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete content for the navigation property resources in groups + 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 + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/sites/{site-id}/onenote/resources/$count': get: tags: @@ -24127,7 +24635,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -24192,7 +24699,64 @@ 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.sectionGroup.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: 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -25209,7 +25773,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -25266,7 +25829,56 @@ 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.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: 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: @@ -49940,7 +50552,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.itemAnalytics @@ -49988,7 +50599,6 @@ paths: $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/contentStream': get: tags: @@ -50031,7 +50641,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.itemAnalytics @@ -50076,7 +50685,6 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -50178,8 +50786,11 @@ paths: get: tags: - sites.columnDefinition - summary: Get columns from sites + 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 @@ -50237,7 +50848,10 @@ paths: post: tags: - sites.columnDefinition - summary: Create new navigation property to columns for sites + 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: site-id @@ -50472,8 +51086,11 @@ paths: get: tags: - sites.contentType - summary: Get contentTypes from sites + 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 @@ -50531,7 +51148,11 @@ paths: post: tags: - sites.contentType - summary: Create new navigation property to contentTypes for sites + 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-post-contenttypes?view=graph-rest-beta operationId: site_CreateContentType parameters: - name: site-id @@ -50563,8 +51184,11 @@ paths: get: tags: - sites.contentType - summary: Get contentTypes from sites - description: The collection of content types defined for this site. + 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 @@ -50616,7 +51240,10 @@ paths: patch: tags: - sites.contentType - summary: Update the navigation property contentTypes in sites + 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 @@ -50655,7 +51282,11 @@ paths: delete: tags: - sites.contentType - summary: Delete navigation property contentTypes for sites + 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 @@ -51352,8 +51983,11 @@ paths: get: tags: - sites.contentType - summary: Get columns from sites + 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 @@ -51419,7 +52053,10 @@ paths: post: tags: - sites.contentType - summary: Create new navigation property to columns for sites + 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 @@ -51459,8 +52096,11 @@ paths: get: tags: - sites.contentType - summary: Get columns from sites - description: The collection of column definitions for this content type. + 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 @@ -51520,7 +52160,10 @@ paths: patch: tags: - sites.contentType - summary: Update the navigation property columns in sites + 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 @@ -51567,7 +52210,10 @@ paths: delete: tags: - sites.contentType - summary: Delete navigation property columns for sites + 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 @@ -52959,8 +53605,11 @@ paths: get: tags: - sites.list - summary: Get lists from sites - description: The collection of lists under this site. + 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 @@ -53018,7 +53667,11 @@ paths: post: tags: - sites.list - summary: Create new navigation property to lists for sites + 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 @@ -53050,8 +53703,11 @@ paths: get: tags: - sites.list - summary: Get lists from sites - description: The collection of lists under this site. + 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 parameters: - name: site-id @@ -53284,8 +53940,11 @@ paths: get: tags: - sites.list - summary: Get columns from sites + 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 @@ -53351,7 +54010,10 @@ paths: post: tags: - sites.list - summary: Create new navigation property to columns for sites + 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 @@ -53634,8 +54296,11 @@ paths: get: tags: - sites.list - summary: Get contentTypes from sites + 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 @@ -55815,8 +56480,11 @@ paths: get: tags: - sites.list - summary: Get items from sites - description: All items contained in the 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-beta operationId: site.list_ListItem parameters: - name: site-id @@ -55839,6 +56507,7 @@ paths: - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values @@ -55881,7 +56550,11 @@ paths: post: tags: - sites.list - summary: Create new navigation property to items for sites + 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 @@ -55921,8 +56594,11 @@ paths: get: tags: - sites.list - summary: Get items from sites - description: All items contained in the list. + 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 @@ -56029,7 +56705,11 @@ paths: delete: tags: - sites.list - summary: Delete navigation property items for sites + 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 @@ -56491,7 +57171,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.list @@ -56547,7 +57226,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream': get: tags: @@ -56598,7 +57276,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.list @@ -56651,7 +57328,6 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem': get: tags: @@ -57772,7 +58448,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.list @@ -57820,7 +58495,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream': get: tags: @@ -57863,7 +58537,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.list @@ -57908,7 +58581,6 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields': get: tags: @@ -64687,8 +65359,11 @@ paths: get: tags: - sites.richLongRunningOperation - summary: Get operations from sites - description: The collection of long running operations for the site. + summary: List operations + description: Get the list of richLongRunningOperations associated with a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-beta operationId: site_ListOperation parameters: - name: site-id @@ -64778,8 +65453,11 @@ paths: get: tags: - sites.richLongRunningOperation - summary: Get operations from sites - description: The collection of long running operations for the site. + summary: Get richLongRunningOperation + description: Read the properties of a richLongRunningOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-beta operationId: site_GetOperation parameters: - name: site-id @@ -64927,8 +65605,11 @@ paths: get: tags: - sites.baseSitePage - summary: Get pages from sites - description: The collection of pages in the baseSitePages list on this site. + summary: List baseSitePages + description: Get the collection of baseSitePage objects from the site pages list in a site. All pages in the site are returned (with pagination). Sort alphabetically by name in ascending order. The following table lists the available subtypes. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-beta operationId: site_ListPage parameters: - name: site-id @@ -64986,7 +65667,11 @@ paths: post: tags: - sites.baseSitePage - summary: Create new navigation property to pages for sites + summary: Create a page in the site pages list of a site + description: Create a new sitePage in the site pages list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta operationId: site_CreatePage parameters: - name: site-id @@ -65018,8 +65703,11 @@ paths: get: tags: - sites.baseSitePage - summary: Get pages from sites - description: The collection of pages in the baseSitePages list on this site. + summary: Get baseSitePage + description: Get the metadata for a baseSitePage in the site pages list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-beta operationId: site_GetPage parameters: - name: site-id @@ -65627,7 +66315,11 @@ paths: get: tags: - sites.baseSitePage - summary: Get the item of type microsoft.graph.baseSitePage as microsoft.graph.sitePage + summary: Get SitePage + description: Returns the metadata for a sitePage in the site pages list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta operationId: site_GetPageAsSitePage parameters: - name: site-id @@ -68024,7 +68716,11 @@ paths: delete: tags: - sites.baseSitePage - summary: Delete navigation property webParts for sites + summary: Delete webPart + description: Delete a webPart object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-beta operationId: site.pageAsSitePage_DeleteWebPart parameters: - name: site-id @@ -68160,7 +68856,11 @@ paths: get: tags: - sites.baseSitePage - summary: Get the items of type microsoft.graph.sitePage in the microsoft.graph.baseSitePage collection + summary: Get SitePage + description: Returns the metadata for a sitePage in the site pages list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta operationId: site_ListPageAsSitePage parameters: - name: site-id @@ -68240,8 +68940,11 @@ paths: get: tags: - sites.permission - summary: Get permissions from sites - description: The permissions associated with the site. Nullable. + summary: List permissions + description: Get the permission resources from the permissions navigation property on a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-beta operationId: site_ListPermission parameters: - name: site-id @@ -68299,7 +69002,11 @@ paths: post: tags: - sites.permission - summary: Create new navigation property to permissions for sites + summary: Create permission + description: Create a new permission object on a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-beta operationId: site_CreatePermission parameters: - name: site-id @@ -68331,8 +69038,11 @@ paths: get: tags: - sites.permission - summary: Get permissions from sites - description: The permissions associated with the site. Nullable. + summary: Get permission + description: Retrieve the properties and relationships of a permission object on a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-beta operationId: site_GetPermission parameters: - name: site-id @@ -68384,7 +69094,11 @@ paths: patch: tags: - sites.permission - summary: Update the navigation property permissions in sites + summary: Update permission + description: Update the permission object on a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-beta operationId: site_UpdatePermission parameters: - name: site-id @@ -68601,8 +69315,11 @@ paths: get: tags: - sites.site - summary: Get sites from sites - description: The collection of the sub-sites under this site. + summary: List subsites for a site + description: Get a collection of subsites defined for a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-beta operationId: site_ListSite parameters: - name: site-id @@ -68737,8 +69454,11 @@ paths: get: tags: - sites.store - summary: Get termStore from sites - description: The termStore under this site. + summary: Get store + description: Read the properties and relationships of a store object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-beta operationId: site_GetTermStore parameters: - name: site-id @@ -68840,8 +69560,8 @@ paths: get: tags: - sites.store - summary: Get groups from sites - description: Collection of all groups available in the term store. + summary: Get termStore group + description: Read the properties and relationships of a term store group object. operationId: site.termStore_ListGroup parameters: - name: site-id @@ -68931,8 +69651,11 @@ paths: get: tags: - sites.store - summary: Get groups from sites - description: Collection of all groups available in the term store. + summary: Get termStore group + description: Read the properties and relationships of a term store group object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-beta operationId: site.termStore_GetGroup parameters: - name: site-id @@ -74417,8 +75140,8 @@ paths: get: tags: - sites.store - summary: Get sets from sites - description: Collection of all sets available in the term store. + summary: Get set + description: Read the properties and relationships of a set object. operationId: site.termStore_ListSet parameters: - name: site-id @@ -74508,8 +75231,11 @@ paths: get: tags: - sites.store - summary: Get sets from sites - description: Collection of all sets available in the term store. + summary: Get set + description: Read the properties and relationships of a set object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-beta operationId: site.termStore_GetSet parameters: - name: site-id @@ -85055,6 +85781,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. @@ -87755,6 +88483,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. @@ -88306,6 +89036,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' @@ -89200,7 +89940,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 @@ -89499,6 +90239,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: @@ -89878,6 +90620,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: @@ -90127,6 +90873,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -90142,7 +90892,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: @@ -90154,7 +90904,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' @@ -92135,7 +92885,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -94353,6 +95103,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.identity: title: identity type: object @@ -94452,6 +95210,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 @@ -94800,36 +95602,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' @@ -95182,6 +95991,27 @@ components: type: object additionalProperties: type: object + microsoft.graph.customClaimsPolicy: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: customClaimsPolicy + type: object + properties: + audienceOverride: + type: string + nullable: true + claims: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.customClaimBase' + includeApplicationIdInIssuer: + type: boolean + nullable: true + includeBasicClaimSet: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.delegatedPermissionClassification: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -95959,6 +96789,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: @@ -96366,6 +97198,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -97479,6 +98313,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.' @@ -99925,12 +100761,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 @@ -99950,7 +100786,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' @@ -101460,6 +102296,14 @@ components: $ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError' additionalProperties: type: object + microsoft.graph.siteArchiveStatus: + title: siteArchiveStatus + enum: + - recentlyArchived + - fullyArchived + - reactivating + - unknownFutureValue + type: string microsoft.graph.mediaSourceContentCategory: title: mediaSourceContentCategory enum: @@ -101474,6 +102318,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: @@ -101942,6 +102814,16 @@ components: 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' + additionalProperties: + type: object microsoft.graph.permissionClassificationType: title: permissionClassificationType enum: @@ -102283,6 +103165,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' @@ -102497,11 +103387,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: @@ -103506,6 +104400,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: @@ -105333,6 +106264,10 @@ components: format: date-time source: $ref: '#/components/schemas/microsoft.graph.personDataSources' + sources: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.profileSourceAnnotation' additionalProperties: type: object microsoft.graph.personAnnualEventType: @@ -106175,6 +107110,60 @@ components: additionalProperties: type: object description: The structure of this object is service-specific + 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 @@ -107043,6 +108032,20 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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' + additionalProperties: + type: object microsoft.graph.synchronizationSecret: title: synchronizationSecret enum: @@ -107259,14 +108262,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: @@ -107277,6 +108272,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 @@ -108619,6 +109622,22 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.profileSourceAnnotation: + title: profileSourceAnnotation + type: object + properties: + isDefaultSource: + type: boolean + nullable: true + properties: + type: array + items: + type: string + nullable: true + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -108944,6 +109963,44 @@ components: nullable: true additionalProperties: type: object + 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 @@ -109184,6 +110241,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 @@ -110352,6 +111455,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -110859,6 +111980,41 @@ components: nullable: true additionalProperties: type: object + 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' @@ -111083,6 +112239,16 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.transformationAttribute: + title: transformationAttribute + type: object + properties: + attribute: + $ref: '#/components/schemas/microsoft.graph.customClaimAttributeBase' + treatAsMultiValue: + type: boolean + additionalProperties: + type: object microsoft.graph.synchronizationError: title: synchronizationError type: object diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index 0d9397ae3a3..06eec1d15df 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/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. This 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-beta 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-beta 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-beta 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-beta 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-beta operationId: appCatalog.teamsApp_UpdateAppDefinition parameters: - name: teamsApp-id @@ -785,6 +805,7 @@ paths: tags: - appCatalogs.teamsApp summary: Get media content for the navigation property hostedContent from appCatalogs + description: The contents of the app icon if the icon is hosted within the Teams infrastructure. operationId: appCatalog.teamsApp.appDefinition.colorIcon_GetHostedContentContent parameters: - name: teamsApp-id @@ -813,11 +834,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - appCatalogs.teamsApp summary: Update media content for the navigation property hostedContent in appCatalogs + description: The contents of the app icon if the icon is hosted within the Teams infrastructure. operationId: appCatalog.teamsApp.appDefinition.colorIcon_SetHostedContentContent parameters: - name: teamsApp-id @@ -849,7 +870,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - appCatalogs.teamsApp + summary: Delete media content for the navigation property hostedContent in appCatalogs + description: The contents of the app icon if the icon is hosted within the Teams infrastructure. + operationId: appCatalog.teamsApp.appDefinition.colorIcon_DeleteHostedContentContent + parameters: + - name: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: The unique identifier of teamsAppDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards': get: tags: @@ -1397,6 +1451,7 @@ paths: tags: - appCatalogs.teamsApp summary: Get media content for the navigation property hostedContent from appCatalogs + description: The contents of the app icon if the icon is hosted within the Teams infrastructure. operationId: appCatalog.teamsApp.appDefinition.outlineIcon_GetHostedContentContent parameters: - name: teamsApp-id @@ -1425,11 +1480,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - appCatalogs.teamsApp summary: Update media content for the navigation property hostedContent in appCatalogs + description: The contents of the app icon if the icon is hosted within the Teams infrastructure. operationId: appCatalog.teamsApp.appDefinition.outlineIcon_SetHostedContentContent parameters: - name: teamsApp-id @@ -1461,7 +1516,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - appCatalogs.teamsApp + summary: Delete media content for the navigation property hostedContent in appCatalogs + description: The contents of the app icon if the icon is hosted within the Teams infrastructure. + operationId: appCatalog.teamsApp.appDefinition.outlineIcon_DeleteHostedContentContent + parameters: + - name: teamsApp-id + in: path + description: The unique identifier of teamsApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: The unique identifier of teamsAppDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count': get: tags: @@ -1697,8 +1785,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. If the chat is associated with an onlineMeeting instance, then, effectively, the teamsApps installed in the meeting will be listed.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-beta operationId: chat_ListInstalledApp parameters: - name: chat-id @@ -1756,7 +1847,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-beta operationId: chat_CreateInstalledApp parameters: - name: chat-id @@ -1788,181 +1883,188 @@ paths: get: tags: - chats.teamsAppInstallation - summary: Get installedApps from chats - description: A collection of all the apps in the chat. Nullable. - operationId: chat_GetInstalledApp - 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: teamsAppInstallation-id - in: path - description: The unique identifier of teamsAppInstallation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: teamsAppInstallation - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - chats.teamsAppInstallation - summary: Update the navigation property installedApps in chats - operationId: chat_UpdateInstalledApp - 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: teamsAppInstallation-id - in: path - description: The unique identifier of teamsAppInstallation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: teamsAppInstallation - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - required: true - responses: - 2XX: - description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - chats.teamsAppInstallation - summary: Delete navigation property installedApps for chats - operationId: chat_DeleteInstalledApp - 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: teamsAppInstallation-id - in: path - description: The unique identifier of teamsAppInstallation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: teamsAppInstallation - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade': - post: - tags: - - chats.Actions - summary: Invoke action upgrade - description: Upgrade an app installation within a chat. + 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-teamsappinstallation-upgrade?view=graph-rest-beta - operationId: chat.installedApp_upgrade - 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: teamsAppInstallation-id - in: path - description: The unique identifier of teamsAppInstallation - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: teamsAppInstallation - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - consentedPermissionSet: - $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp': - get: - tags: - - chats.teamsAppInstallation - summary: Get teamsApp from chats - description: The app that is installed. - operationId: chat.installedApp_GetTeamsApp + url: https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-beta + operationId: chat_GetInstalledApp + 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: teamsAppInstallation-id + in: path + description: The unique identifier of teamsAppInstallation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamsAppInstallation + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - chats.teamsAppInstallation + summary: Update the navigation property installedApps in chats + operationId: chat_UpdateInstalledApp + 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: teamsAppInstallation-id + in: path + description: The unique identifier of teamsAppInstallation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamsAppInstallation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - chats.teamsAppInstallation + 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-beta + operationId: chat_DeleteInstalledApp + 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: teamsAppInstallation-id + in: path + description: The unique identifier of teamsAppInstallation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamsAppInstallation + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/microsoft.graph.upgrade': + post: + tags: + - chats.Actions + summary: Invoke action upgrade + description: Upgrade an app installation within a chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta + operationId: chat.installedApp_upgrade + 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: teamsAppInstallation-id + in: path + description: The unique identifier of teamsAppInstallation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamsAppInstallation + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + consentedPermissionSet: + $ref: '#/components/schemas/microsoft.graph.teamsAppPermissionSet' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp': + get: + tags: + - chats.teamsAppInstallation + summary: Get teamsApp from chats + description: The app that is installed. + operationId: chat.installedApp_GetTeamsApp parameters: - name: chat-id in: path @@ -2193,8 +2295,8 @@ 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. operationId: chat_ListMember parameters: - name: chat-id @@ -2252,7 +2354,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-beta operationId: chat_CreateMember parameters: - name: chat-id @@ -2284,8 +2390,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-beta operationId: chat_GetMember parameters: - name: chat-id @@ -2376,7 +2485,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-beta operationId: chat_DeleteMember parameters: - name: chat-id @@ -2489,8 +2602,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-beta operationId: chat_ListMessage parameters: - name: chat-id @@ -2548,7 +2664,11 @@ paths: post: tags: - chats.chatMessage - summary: Create new navigation property to messages for chats + summary: Send message in a chat + description: Send a new chatMessage 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 creating a chat message. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-beta operationId: chat_CreateMessage parameters: - name: chat-id @@ -2580,8 +2700,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-beta operationId: chat_GetMessage parameters: - name: chat-id @@ -2707,8 +2830,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.s' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta operationId: chat.message_ListHostedContent parameters: - name: chat-id @@ -2814,8 +2940,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-beta operationId: chat.message_GetHostedContent parameters: - name: chat-id @@ -2966,6 +3095,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_GetHostedContentsContent parameters: - name: chat-id @@ -3002,11 +3132,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 @@ -3046,7 +3176,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: @@ -3788,6 +3959,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 @@ -3832,11 +4004,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 @@ -3884,7 +4056,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: @@ -4588,8 +4809,11 @@ paths: get: tags: - chats.teamsAsyncOperation - summary: Get operations from chats - description: A collection of all the Teams async operations that ran or are running on the chat. Nullable. + summary: List operations on a chat + description: List all Teams async operations that ran or are running on the specified chat. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-beta operationId: chat_ListOperation parameters: - name: chat-id @@ -4679,8 +4903,11 @@ paths: get: tags: - chats.teamsAsyncOperation - summary: Get operations from chats - description: A collection of all the Teams async operations that ran or are running on the chat. Nullable. + summary: Get teamsAsyncOperation + description: Get the specified Teams async operation that ran or is running on a specific resource. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-beta operationId: chat_GetOperation parameters: - name: chat-id @@ -4828,8 +5055,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-beta operationId: chat_ListPermissionGrant parameters: - name: chat-id @@ -5068,8 +5298,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-beta operationId: chat_ListPinnedMessage parameters: - name: chat-id @@ -5127,7 +5360,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-beta operationId: chat_CreatePinnedMessage parameters: - name: chat-id @@ -5251,7 +5488,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-beta operationId: chat_DeletePinnedMessage parameters: - name: chat-id @@ -5362,8 +5603,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-beta operationId: chat_ListTab parameters: - name: chat-id @@ -5421,7 +5665,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-beta operationId: chat_CreateTab parameters: - name: chat-id @@ -5453,8 +5701,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-beta operationId: chat_GetTab parameters: - name: chat-id @@ -5506,7 +5757,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 API 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-beta operationId: chat_UpdateTab parameters: - name: chat-id @@ -5545,7 +5800,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-beta operationId: chat_DeleteTab parameters: - name: chat-id @@ -5737,6 +5996,10 @@ paths: tags: - chats.Functions summary: Invoke function getAllMessages + description: 'Get all messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-beta operationId: chat_getAllMessage parameters: - name: model @@ -5810,7 +6073,7 @@ paths: tags: - chats.Functions summary: Invoke function getAllRetainedMessages - description: 'Get all retained messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats.' + description: 'Get all retained messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta @@ -5924,7 +6187,11 @@ paths: put: tags: - groups.team - summary: Update the navigation property team in groups + summary: Create team from group + description: "Create a new team from 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-beta operationId: group_SetTeam parameters: - name: group-id @@ -6391,6 +6658,7 @@ paths: tags: - groups.team summary: Get content for the navigation property filesFolder from groups + 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: group.team.channel_GetFilesFolderContent parameters: - name: group-id @@ -6426,11 +6694,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.team summary: Update content for the navigation property filesFolder in groups + 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: group.team.channel_SetFilesFolderContent parameters: - name: group-id @@ -6466,7 +6734,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. 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: 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}/filesFolder/contentStream': get: tags: @@ -6501,7 +6802,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.team @@ -6538,7 +6838,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.team + summary: Delete contentStream for the navigation property filesFolder in groups + description: 'The content stream, if the item represents a file.' + operationId: group.team.channel_DeleteFilesFolderContentStream + 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: @@ -7388,6 +7721,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 @@ -7424,20 +7758,72 @@ paths: x-ms-docs-key-type: chatMessageHostedContent responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + 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 + 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 + 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 - put: + delete: tags: - groups.team - summary: Update media content for the navigation property hostedContents in groups - operationId: group.team.channel.message_SetHostedContentsContent + 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 @@ -7471,20 +7857,17 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - 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 '/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': get: tags: @@ -8164,6 +8547,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 @@ -8216,11 +8600,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 @@ -8276,7 +8660,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: @@ -11032,6 +11473,7 @@ paths: tags: - groups.team summary: Get media content for the navigation property photo from groups + description: The team photo. operationId: group.team_GetPhotoContent parameters: - name: group-id @@ -11052,11 +11494,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 team photo. operationId: group.team_SetPhotoContent parameters: - name: group-id @@ -11080,7 +11522,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 team photo. + 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: @@ -11235,6 +11702,7 @@ paths: tags: - groups.team summary: Get content for the navigation property filesFolder from groups + 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: group.team.primaryChannel_GetFilesFolderContent parameters: - name: group-id @@ -11262,11 +11730,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.team summary: Update content for the navigation property filesFolder in groups + 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: group.team.primaryChannel_SetFilesFolderContent parameters: - name: group-id @@ -11294,7 +11762,32 @@ 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. 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: group.team.primaryChannel_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: 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/filesFolder/contentStream': get: tags: @@ -11321,7 +11814,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.team @@ -11350,7 +11842,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.team + summary: Delete contentStream for the navigation property filesFolder in groups + description: 'The content stream, if the item represents a file.' + operationId: group.team.primaryChannel_DeleteFilesFolderContentStream + 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/members': get: tags: @@ -12072,6 +12589,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 @@ -12108,11 +12626,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 @@ -12152,7 +12670,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: @@ -12744,6 +13303,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 @@ -12780,20 +13340,72 @@ paths: x-ms-docs-key-type: chatMessageHostedContent responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + 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 + 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 + 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 - put: + delete: tags: - groups.team - summary: Update media content for the navigation property hostedContents in groups - operationId: group.team.primaryChannel.message.reply_SetHostedContentsContent + 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 @@ -12827,20 +13439,17 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - 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 '/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -17376,8 +17985,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-beta operationId: team_ListAllChannel parameters: - name: team-id @@ -17512,8 +18124,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-beta operationId: team_ListChannel parameters: - name: team-id @@ -17571,7 +18186,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 display name appears to the user in Microsoft Teams. You can add a maximum of 200 members when you create a private channel.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-beta operationId: team_CreateChannel parameters: - name: team-id @@ -17603,8 +18222,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-beta operationId: team_GetChannel parameters: - name: team-id @@ -17656,7 +18278,11 @@ paths: patch: tags: - teams.channel - summary: Update the navigation property channels in teams + summary: Update 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-beta operationId: team_UpdateChannel parameters: - name: team-id @@ -17695,7 +18321,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-beta operationId: team_DeleteChannel parameters: - name: team-id @@ -17730,8 +18360,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-beta operationId: team.channel_GetFilesFolder parameters: - name: team-id @@ -17785,6 +18418,7 @@ paths: tags: - teams.channel summary: Get content for the navigation property filesFolder from teams + 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: team.channel_GetFilesFolderContent parameters: - name: team-id @@ -17820,11 +18454,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teams.channel summary: Update content for the navigation property filesFolder in teams + 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: team.channel_SetFilesFolderContent parameters: - name: team-id @@ -17860,7 +18494,40 @@ 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. 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: 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}/filesFolder/contentStream': get: tags: @@ -17895,7 +18562,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teams.channel @@ -17932,13 +18598,49 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teams.channel + summary: Delete contentStream for the navigation property filesFolder in teams + description: 'The content stream, if the item represents a file.' + operationId: team.channel_DeleteFilesFolderContentStream + 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 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-beta operationId: team.channel_ListMember parameters: - name: team-id @@ -18004,7 +18706,11 @@ paths: post: tags: - teams.channel - summary: Create new navigation property to members for teams + summary: Add member to channel + description: Add a conversationMember to 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-post-members?view=graph-rest-beta operationId: team.channel_CreateMember parameters: - name: team-id @@ -18044,8 +18750,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-beta operationId: team.channel_GetMember parameters: - name: team-id @@ -18105,7 +18814,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-beta operationId: team.channel_UpdateMember parameters: - name: team-id @@ -18152,7 +18865,11 @@ paths: delete: tags: - teams.channel - summary: Delete navigation property members for teams + summary: Remove member from channel + description: Delete a conversationMember from 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-delete-members?view=graph-rest-beta operationId: team.channel_DeleteMember parameters: - name: team-id @@ -18289,8 +19006,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-beta operationId: team.channel_ListMessage parameters: - name: team-id @@ -18356,7 +19076,11 @@ paths: post: tags: - teams.channel - summary: Create new navigation property to messages for teams + 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/channel-post-messages?view=graph-rest-beta operationId: team.channel_CreateMessage parameters: - name: team-id @@ -18396,8 +19120,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-beta operationId: team.channel_GetMessage parameters: - name: team-id @@ -18457,7 +19184,11 @@ paths: patch: tags: - teams.channel - summary: Update the navigation property messages in teams + summary: Update chatMessage + description: 'Update a chatMessage object. You can update all the properties of chatMessage in delegated permissions scenarios, except for the policyViolation property and read-only properties. The policyViolation property is the only property that can be updated in application permissions scenarios. Updating works only for chats where conversation members are Microsoft Teams users. If one of the members 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-beta operationId: team.channel_UpdateMessage parameters: - name: team-id @@ -18846,6 +19577,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.channel.message_GetHostedContentsContent parameters: - name: team-id @@ -18890,11 +19622,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 @@ -18942,7 +19674,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: @@ -19804,6 +20585,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.channel.message.reply_GetHostedContentsContent parameters: - name: team-id @@ -19848,20 +20630,80 @@ paths: x-ms-docs-key-type: chatMessageHostedContent responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + 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 + 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 + 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 - put: + delete: tags: - teams.channel - summary: Update media content for the navigation property hostedContents in teams - operationId: team.channel.message.reply_SetHostedContentsContent + 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 @@ -19903,20 +20745,17 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - 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 '/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -20685,8 +21524,11 @@ paths: 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-beta operationId: team.channel_ListSharedGraphWPreTeam parameters: - name: team-id @@ -20792,8 +21634,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-beta operationId: team.channel_GetSharedGraphWPreTeam parameters: - name: team-id @@ -20900,7 +21745,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-beta operationId: team.channel_DeleteSharedGraphWPreTeam parameters: - name: team-id @@ -21218,8 +22067,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-beta operationId: team.channel_ListTab parameters: - name: team-id @@ -21953,8 +22805,11 @@ paths: get: tags: - teams.channel - summary: Get incomingChannels from teams - description: List of channels shared with the team. + 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-beta operationId: team_ListIncomingChannel parameters: - name: team-id @@ -22089,8 +22944,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 the 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-beta operationId: team_ListInstalledApp parameters: - name: team-id @@ -22148,7 +23006,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-beta operationId: team_CreateInstalledApp parameters: - name: team-id @@ -22180,8 +23042,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-beta operationId: team_GetInstalledApp parameters: - name: team-id @@ -22272,7 +23137,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-beta operationId: team_DeleteInstalledApp parameters: - name: team-id @@ -22482,8 +23351,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-beta operationId: team_ListMember parameters: - name: team-id @@ -22541,7 +23413,11 @@ paths: post: tags: - teams.conversationMember - summary: Create new navigation property to members for teams + summary: Add member to team + description: Add a new conversation member to a team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-beta operationId: team_CreateMember parameters: - name: team-id @@ -22573,8 +23449,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-beta operationId: team_GetMember parameters: - name: team-id @@ -22626,7 +23505,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-beta operationId: team_UpdateMember parameters: - name: team-id @@ -22665,7 +23548,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-beta operationId: team_DeleteMember parameters: - name: team-id @@ -23537,8 +24424,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 the corresponding kind of resource-specific access that each app has.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-beta operationId: team_ListPermissionGrant parameters: - name: team-id @@ -23822,7 +24712,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-beta operationId: team_UpdatePhoto parameters: - name: team-id @@ -23855,6 +24749,7 @@ paths: tags: - teams.profilePhoto summary: Get media content for the navigation property photo from teams + description: The team photo. operationId: team_GetPhotoContent parameters: - name: team-id @@ -23875,11 +24770,11 @@ 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 + description: The team photo. operationId: team_SetPhotoContent parameters: - name: team-id @@ -23903,13 +24798,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 team photo. + 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-beta operationId: team_GetPrimaryChannel parameters: - name: team-id @@ -24058,6 +24981,7 @@ paths: tags: - teams.channel summary: Get content for the navigation property filesFolder from teams + 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: team.primaryChannel_GetFilesFolderContent parameters: - name: team-id @@ -24085,11 +25009,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teams.channel summary: Update content for the navigation property filesFolder in teams + 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: team.primaryChannel_SetFilesFolderContent parameters: - name: team-id @@ -24117,7 +25041,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. 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: 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/filesFolder/contentStream': get: tags: @@ -24144,7 +25093,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teams.channel @@ -24173,7 +25121,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teams.channel + summary: Delete contentStream for the navigation property filesFolder in teams + description: 'The content stream, if the item represents a file.' + operationId: team.primaryChannel_DeleteFilesFolderContentStream + 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: @@ -24951,6 +25924,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 @@ -24987,11 +25961,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 @@ -25031,7 +26005,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: @@ -25773,6 +26788,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 @@ -25817,11 +26833,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 @@ -25856,20 +26872,69 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true + 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' + 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' - x-ms-docs-operation-type: operation '/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -27265,8 +28330,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-beta operationId: team_GetSchedule parameters: - name: team-id @@ -27310,7 +28378,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-beta operationId: team_SetSchedule parameters: - name: team-id @@ -27512,7 +28584,11 @@ paths: patch: tags: - teams.schedule - summary: Update the navigation property dayNotes in teams + summary: Update dayNote + description: Update the properties of a day note. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/daynote-update?view=graph-rest-beta operationId: team.schedule_UpdateDayNote parameters: - name: team-id @@ -27657,8 +28733,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-beta operationId: team.schedule_ListOfferShiftRequest parameters: - name: team-id @@ -27716,7 +28795,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-beta operationId: team.schedule_CreateOfferShiftRequest parameters: - name: team-id @@ -27748,8 +28831,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-beta operationId: team.schedule_GetOfferShiftRequest parameters: - name: team-id @@ -27897,8 +28983,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-beta operationId: team.schedule_ListOpenShiftChangeRequest parameters: - name: team-id @@ -27956,7 +29045,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-beta operationId: team.schedule_CreateOpenShiftChangeRequest parameters: - name: team-id @@ -27988,8 +29081,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-beta operationId: team.schedule_GetOpenShiftChangeRequest parameters: - name: team-id @@ -28137,8 +29233,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 openShift + 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-beta operationId: team.schedule_ListOpenShift parameters: - name: team-id @@ -28196,7 +29295,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-beta operationId: team.schedule_CreateOpenShift parameters: - name: team-id @@ -28228,8 +29331,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-beta operationId: team.schedule_GetOpenShift parameters: - name: team-id @@ -28281,7 +29387,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-beta operationId: team.schedule_UpdateOpenShift parameters: - name: team-id @@ -28320,7 +29430,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-beta operationId: team.schedule_DeleteOpenShift parameters: - name: team-id @@ -28377,8 +29491,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-beta operationId: team.schedule_ListSchedulingGroup parameters: - name: team-id @@ -28426,7 +29543,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-beta operationId: team.schedule_CreateSchedulingGroup parameters: - name: team-id @@ -28458,8 +29579,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-beta operationId: team.schedule_GetSchedulingGroup parameters: - name: team-id @@ -28501,7 +29625,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-beta operationId: team.schedule_UpdateSchedulingGroup parameters: - name: team-id @@ -28540,7 +29668,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-beta operationId: team.schedule_DeleteSchedulingGroup parameters: - name: team-id @@ -28597,8 +29729,11 @@ paths: get: tags: - teams.schedule - summary: Get shifts from teams + summary: List shifts description: The shifts in the schedule. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-beta operationId: team.schedule_ListShift parameters: - name: team-id @@ -28646,7 +29781,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-beta operationId: team.schedule_CreateShift parameters: - name: team-id @@ -28678,8 +29817,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-beta operationId: team.schedule_GetShift parameters: - name: team-id @@ -28721,7 +29863,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-beta operationId: team.schedule_UpdateShift parameters: - name: team-id @@ -28760,7 +29906,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-beta operationId: team.schedule_DeleteShift parameters: - name: team-id @@ -29057,8 +30207,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 a team. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-beta operationId: team.schedule_ListSwapShiftsChangeRequest parameters: - name: team-id @@ -29116,7 +30269,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-beta operationId: team.schedule_CreateSwapShiftsChangeRequest parameters: - name: team-id @@ -29148,8 +30305,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-beta operationId: team.schedule_GetSwapShiftsChangeRequest parameters: - name: team-id @@ -29297,8 +30457,11 @@ paths: get: tags: - teams.schedule - summary: Get timeCards from teams - description: The time cards in the schedule. + summary: List timeCard + description: Retrieve a list of timeCard entries in a schedule. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-beta operationId: team.schedule_ListTimeCard parameters: - name: team-id @@ -29356,7 +30519,11 @@ paths: post: tags: - teams.schedule - summary: Create new navigation property to timeCards for teams + summary: Create timeCard + description: Create a timeCard instance in a schedule. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timecard-post?view=graph-rest-beta operationId: team.schedule_CreateTimeCard parameters: - name: team-id @@ -29388,8 +30555,11 @@ paths: get: tags: - teams.schedule - summary: Get timeCards from teams - description: The time cards in the schedule. + summary: Get timeCard + description: Get the properties and relationships of a timeCard object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-beta operationId: team.schedule_GetTimeCard parameters: - name: team-id @@ -29441,7 +30611,11 @@ paths: patch: tags: - teams.schedule - summary: Update the navigation property timeCards in teams + summary: Replace timeCard + description: Replace an existing timeCard with updated values. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timecard-replace?view=graph-rest-beta operationId: team.schedule_UpdateTimeCard parameters: - name: team-id @@ -29480,7 +30654,11 @@ paths: delete: tags: - teams.schedule - summary: Delete navigation property timeCards for teams + summary: Delete timeCard + description: Delete a timeCard instance in a schedule. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/timecard-delete?view=graph-rest-beta operationId: team.schedule_DeleteTimeCard parameters: - name: team-id @@ -29781,8 +30959,11 @@ paths: get: tags: - teams.schedule - summary: Get timeOffReasons from teams + summary: List timeOffReasons description: The set of reasons for a time off in the schedule. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-beta operationId: team.schedule_ListTimeOffReason parameters: - name: team-id @@ -29830,7 +31011,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-beta operationId: team.schedule_CreateTimeOffReason parameters: - name: team-id @@ -29862,8 +31047,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-beta operationId: team.schedule_GetTimeOffReason parameters: - name: team-id @@ -29905,7 +31093,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-beta operationId: team.schedule_UpdateTimeOffReason parameters: - name: team-id @@ -29944,7 +31136,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 timeOffReason. This method doesn't remove the specified timeOffReason instance. timeOffItem instances that were 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-beta operationId: team.schedule_DeleteTimeOffReason parameters: - name: team-id @@ -30001,8 +31197,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-beta operationId: team.schedule_ListTimeOffRequest parameters: - name: team-id @@ -30082,8 +31281,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-beta operationId: team.schedule_GetTimeOffRequest parameters: - name: team-id @@ -30164,7 +31366,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-beta operationId: team.schedule_DeleteTimeOffRequest parameters: - name: team-id @@ -30221,8 +31427,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-beta operationId: team.schedule_ListTimesOff parameters: - name: team-id @@ -30270,7 +31479,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-beta operationId: team.schedule_CreateTimesOff parameters: - name: team-id @@ -30302,8 +31515,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-beta operationId: team.schedule_GetTimesOff parameters: - name: team-id @@ -30345,7 +31561,11 @@ paths: patch: tags: - teams.schedule - summary: Update the navigation property timesOff in teams + summary: Replace timeOff + description: 'Replace an existing timeOff. If the specified timeOff 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-beta operationId: team.schedule_UpdateTimesOff parameters: - name: team-id @@ -30384,7 +31604,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-beta operationId: team.schedule_DeleteTimesOff parameters: - name: team-id @@ -30441,8 +31665,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-beta operationId: team_ListTag parameters: - name: team-id @@ -30500,7 +31727,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 the team. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-beta operationId: team_CreateTag parameters: - name: team-id @@ -30532,8 +31763,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-beta operationId: team_GetTag parameters: - name: team-id @@ -30585,7 +31819,11 @@ paths: patch: tags: - teams.teamworkTag - summary: Update the navigation property tags in teams + summary: Update teamworkTag + description: Update the properties of a teamworkTag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-beta operationId: team_UpdateTag parameters: - name: team-id @@ -30624,7 +31862,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-beta operationId: team_DeleteTag parameters: - name: team-id @@ -30659,8 +31901,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-beta operationId: team.tag_ListMember parameters: - name: team-id @@ -30726,7 +31971,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-beta operationId: team.tag_CreateMember parameters: - name: team-id @@ -30766,8 +32015,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-beta operationId: team.tag_GetMember parameters: - name: team-id @@ -30874,7 +32126,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-beta operationId: team.tag_DeleteMember parameters: - name: team-id @@ -31487,8 +32743,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' @@ -31561,8 +32817,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-beta operationId: teamwork_GetDeletedChat parameters: - name: deletedChat-id @@ -31703,8 +32962,11 @@ paths: get: tags: - teamwork.deletedTeam - summary: Get deletedTeams from teamwork - description: A collection of deleted teams. + 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-beta operationId: teamwork_ListDeletedTeam parameters: - $ref: '#/components/parameters/top' @@ -32153,6 +33415,7 @@ paths: tags: - teamwork.deletedTeam summary: Get content for the navigation property filesFolder from teamwork + 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: teamwork.deletedTeam.channel_GetFilesFolderContent parameters: - name: deletedTeam-id @@ -32188,11 +33451,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teamwork.deletedTeam summary: Update content for the navigation property filesFolder in teamwork + 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: teamwork.deletedTeam.channel_SetFilesFolderContent parameters: - name: deletedTeam-id @@ -32228,7 +33491,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. 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: 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}/filesFolder/contentStream': get: tags: @@ -32263,7 +33559,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teamwork.deletedTeam @@ -32300,7 +33595,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teamwork.deletedTeam + summary: Delete contentStream for the navigation property filesFolder in teamwork + description: 'The content stream, if the item represents a file.' + operationId: teamwork.deletedTeam.channel_DeleteFilesFolderContentStream + 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: @@ -33214,6 +34542,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 @@ -33250,20 +34579,72 @@ paths: x-ms-docs-key-type: chatMessageHostedContent responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + 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 + 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: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + 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 - put: + delete: tags: - teamwork.deletedTeam - summary: Update media content for the navigation property hostedContents in teamwork - operationId: teamwork.deletedTeam.channel.message_SetHostedContentsContent + 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 @@ -33297,20 +34678,17 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - 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 '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': get: tags: @@ -34172,6 +35550,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 @@ -34224,11 +35603,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 @@ -34284,7 +35663,64 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teamwork.deletedTeam + 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 + 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 + - 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' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -36282,8 +37718,11 @@ paths: get: tags: - teamwork.teamworkDevice - summary: Get devices from teamwork - description: The Teams devices provisioned for the tenant. + summary: List teamworkDevices + description: Get a list of all Microsoft Teams-enabled devices provisioned for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworkdevice-list?view=graph-rest-beta operationId: teamwork_ListDevice parameters: - $ref: '#/components/parameters/top' @@ -36356,8 +37795,11 @@ paths: get: tags: - teamwork.teamworkDevice - summary: Get devices from teamwork - description: The Teams devices provisioned for the tenant. + summary: Get teamworkDevice + description: 'Get the properties of a Microsoft Teams-enabled device. For example, you can use this method to get the device type, hardware detail, activity state, and health status information for a device that''s enabled for Teams.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworkdevice-get?view=graph-rest-beta operationId: teamwork_GetDevice parameters: - name: teamworkDevice-id @@ -36459,8 +37901,11 @@ paths: get: tags: - teamwork.teamworkDevice - summary: Get activity from teamwork - description: The activity properties that change based on the device usage. + summary: Get teamworkDeviceActivity + description: 'Get the activity status of a Microsoft Teams-enabled device. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworkdeviceactivity-get?view=graph-rest-beta operationId: teamwork.device_GetActivity parameters: - name: teamworkDevice-id @@ -36562,8 +38007,11 @@ paths: get: tags: - teamwork.teamworkDevice - summary: Get configuration from teamwork - description: The configuration properties of the device. + summary: Get teamworkDeviceConfiguration + description: 'Get the configuration details of a Microsoft Teams-enabled device, including software versions, peripheral device configuration (for example, camera, display, microphone, and speaker), hardware configuration, and Microsoft Teams client configuration.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworkdeviceconfiguration-get?view=graph-rest-beta operationId: teamwork.device_GetConfiguration parameters: - name: teamworkDevice-id @@ -36665,8 +38113,11 @@ paths: get: tags: - teamwork.teamworkDevice - summary: Get health from teamwork - description: The health properties of the device. + summary: Get teamworkDeviceHealth + description: Get the health details of a Microsoft Teams-enabled device. Device health is calculated based on the device configuration and other device parameters. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworkdevicehealth-get?view=graph-rest-beta operationId: teamwork.device_GetHealth parameters: - name: teamworkDevice-id @@ -36858,8 +38309,11 @@ paths: get: tags: - teamwork.teamworkDevice - summary: Get operations from teamwork - description: The async operations on the device. + summary: List teamworkDeviceOperations + description: Get a list of the operations that are running on a Microsoft Teams-enabled device. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworkdeviceoperation-list?view=graph-rest-beta operationId: teamwork.device_ListOperation parameters: - name: teamworkDevice-id @@ -36949,8 +38403,11 @@ paths: get: tags: - teamwork.teamworkDevice - summary: Get operations from teamwork - description: The async operations on the device. + summary: Get teamworkDeviceOperation + description: 'Get the details of an async, long-running operation on a Microsoft Teams-enabled device.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamworkdeviceoperation-get?view=graph-rest-beta operationId: teamwork.device_GetOperation parameters: - name: teamworkDevice-id @@ -37160,8 +38617,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: Read the properties and relationships of a teamsAppSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-beta operationId: teamwork_GetTeamsAppSetting parameters: - name: $select @@ -37197,7 +38657,11 @@ paths: patch: tags: - teamwork.teamsAppSettings - summary: Update the navigation property teamsAppSettings in teamwork + summary: Update teamsAppSettings + description: Update the properties of a teamsAppSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-beta operationId: teamwork_UpdateTeamsAppSetting requestBody: description: New navigation property values @@ -37238,8 +38702,11 @@ paths: get: tags: - teamwork.teamTemplate - summary: Get teamTemplates from teamwork - description: The templates associated with a team. + 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/teamtemplate-list-definitions?view=graph-rest-beta operationId: teamwork_ListTeamTemplate parameters: - $ref: '#/components/parameters/top' @@ -37415,8 +38882,8 @@ paths: get: tags: - teamwork.teamTemplate - summary: Get definitions from teamwork - description: A generic representation of a team template definition for a team with a specific structure and configuration. + summary: Get teamTemplateDefinition + description: Read the properties and relationships of a teamTemplateDefinition object. operationId: teamwork.teamTemplate_ListDefinition parameters: - name: teamTemplate-id @@ -37506,8 +38973,11 @@ paths: get: tags: - teamwork.teamTemplate - summary: Get definitions from teamwork - description: A generic representation of a team template definition for a team with a specific structure and configuration. + summary: Get teamTemplateDefinition + description: Read the properties and relationships of a teamTemplateDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/teamtemplatedefinition-get?view=graph-rest-beta operationId: teamwork.teamTemplate_GetDefinition parameters: - name: teamTemplate-id @@ -38241,6 +39711,7 @@ paths: tags: - teamwork.teamTemplate summary: Get content for the navigation property filesFolder from teamwork + 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: teamwork.teamTemplate.definition.teamDefinition.channel_GetFilesFolderContent parameters: - name: teamTemplate-id @@ -38284,11 +39755,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teamwork.teamTemplate summary: Update content for the navigation property filesFolder in teamwork + 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: teamwork.teamTemplate.definition.teamDefinition.channel_SetFilesFolderContent parameters: - name: teamTemplate-id @@ -38332,7 +39803,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teamwork.teamTemplate + summary: Delete content for the navigation property filesFolder in teamwork + 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: teamwork.teamTemplate.definition.teamDefinition.channel_DeleteFilesFolderContent + parameters: + - name: teamTemplate-id + in: path + description: The unique identifier of teamTemplate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplate + - name: teamTemplateDefinition-id + in: path + description: The unique identifier of teamTemplateDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplateDefinition + - 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/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/filesFolder/contentStream': get: tags: @@ -38375,7 +39887,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teamwork.teamTemplate @@ -38420,7 +39931,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teamwork.teamTemplate + summary: Delete contentStream for the navigation property filesFolder in teamwork + description: 'The content stream, if the item represents a file.' + operationId: teamwork.teamTemplate.definition.teamDefinition.channel_DeleteFilesFolderContentStream + parameters: + - name: teamTemplate-id + in: path + description: The unique identifier of teamTemplate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplate + - name: teamTemplateDefinition-id + in: path + description: The unique identifier of teamTemplateDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplateDefinition + - 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/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/members': get: tags: @@ -39470,6 +41022,7 @@ paths: tags: - teamwork.teamTemplate summary: Get media content for the navigation property hostedContents from teamwork + description: The unique identifier for an entity. Read-only. operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message_GetHostedContentsContent parameters: - name: teamTemplate-id @@ -39514,20 +41067,80 @@ paths: x-ms-docs-key-type: chatMessageHostedContent responses: 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - teamwork.teamTemplate + summary: Update media content for the navigation property hostedContents in teamwork + description: The unique identifier for an entity. Read-only. + operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message_SetHostedContentsContent + parameters: + - name: teamTemplate-id + in: path + description: The unique identifier of teamTemplate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplate + - name: teamTemplateDefinition-id + in: path + description: The unique identifier of teamTemplateDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplateDefinition + - 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 + 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 - put: + delete: tags: - teamwork.teamTemplate - summary: Update media content for the navigation property hostedContents in teamwork - operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message_SetHostedContentsContent + summary: Delete media content for the navigation property hostedContents in teamwork + description: The unique identifier for an entity. Read-only. + operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message_DeleteHostedContentsContent parameters: - name: teamTemplate-id in: path @@ -39569,20 +41182,17 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - 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 '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': get: tags: @@ -40564,6 +42174,7 @@ paths: tags: - teamwork.teamTemplate summary: Get media content for the navigation property hostedContents from teamwork + description: The unique identifier for an entity. Read-only. operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_GetHostedContentsContent parameters: - name: teamTemplate-id @@ -40624,11 +42235,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teamwork.teamTemplate summary: Update media content for the navigation property hostedContents in teamwork + description: The unique identifier for an entity. Read-only. operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_SetHostedContentsContent parameters: - name: teamTemplate-id @@ -40692,7 +42303,72 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teamwork.teamTemplate + summary: Delete media content for the navigation property hostedContents in teamwork + description: The unique identifier for an entity. Read-only. + operationId: teamwork.teamTemplate.definition.teamDefinition.channel.message.reply_DeleteHostedContentsContent + parameters: + - name: teamTemplate-id + in: path + description: The unique identifier of teamTemplate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplate + - name: teamTemplateDefinition-id + in: path + description: The unique identifier of teamTemplateDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplateDefinition + - 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' '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -45303,6 +46979,7 @@ paths: tags: - teamwork.teamTemplate summary: Get media content for the navigation property photo from teamwork + description: The team photo. operationId: teamwork.teamTemplate.definition.teamDefinition_GetPhotoContent parameters: - name: teamTemplate-id @@ -45331,11 +47008,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teamwork.teamTemplate summary: Update media content for the navigation property photo in teamwork + description: The team photo. operationId: teamwork.teamTemplate.definition.teamDefinition_SetPhotoContent parameters: - name: teamTemplate-id @@ -45367,7 +47044,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teamwork.teamTemplate + summary: Delete media content for the navigation property photo in teamwork + description: The team photo. + operationId: teamwork.teamTemplate.definition.teamDefinition_DeletePhotoContent + parameters: + - name: teamTemplate-id + in: path + description: The unique identifier of teamTemplate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplate + - name: teamTemplateDefinition-id + in: path + description: The unique identifier of teamTemplateDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplateDefinition + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel': get: tags: @@ -45554,6 +47264,7 @@ paths: tags: - teamwork.teamTemplate summary: Get content for the navigation property filesFolder from teamwork + 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: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_GetFilesFolderContent parameters: - name: teamTemplate-id @@ -45589,11 +47300,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teamwork.teamTemplate summary: Update content for the navigation property filesFolder in teamwork + 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: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_SetFilesFolderContent parameters: - name: teamTemplate-id @@ -45629,7 +47340,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teamwork.teamTemplate + summary: Delete content for the navigation property filesFolder in teamwork + 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: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_DeleteFilesFolderContent + parameters: + - name: teamTemplate-id + in: path + description: The unique identifier of teamTemplate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplate + - name: teamTemplateDefinition-id + in: path + description: The unique identifier of teamTemplateDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplateDefinition + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/filesFolder/contentStream': get: tags: @@ -45664,7 +47408,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teamwork.teamTemplate @@ -45701,7 +47444,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teamwork.teamTemplate + summary: Delete contentStream for the navigation property filesFolder in teamwork + description: 'The content stream, if the item represents a file.' + operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel_DeleteFilesFolderContentStream + parameters: + - name: teamTemplate-id + in: path + description: The unique identifier of teamTemplate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplate + - name: teamTemplateDefinition-id + in: path + description: The unique identifier of teamTemplateDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplateDefinition + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/members': get: tags: @@ -46543,28 +48319,80 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - required: true + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - teamwork.teamTemplate + summary: Delete navigation property hostedContents for teamwork + operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_DeleteHostedContent + parameters: + - name: teamTemplate-id + in: path + description: The unique identifier of teamTemplate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplate + - name: teamTemplateDefinition-id + in: path + description: The unique identifier of teamTemplateDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplateDefinition + - 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 - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - delete: + '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': + get: tags: - teamwork.teamTemplate - summary: Delete navigation property hostedContents for teamwork - operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_DeleteHostedContent + summary: Get media content for the navigation property hostedContents from teamwork + description: The unique identifier for an entity. Read-only. + operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_GetHostedContentsContent parameters: - name: teamTemplate-id in: path @@ -46598,24 +48426,22 @@ paths: 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 + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value': - get: + put: tags: - teamwork.teamTemplate - summary: Get media content for the navigation property hostedContents from teamwork - operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_GetHostedContentsContent + summary: Update media content for the navigation property hostedContents in teamwork + description: The unique identifier for an entity. Read-only. + operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_SetHostedContentsContent parameters: - name: teamTemplate-id in: path @@ -46649,22 +48475,25 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent + 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: - teamwork.teamTemplate - summary: Update media content for the navigation property hostedContents in teamwork - operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_SetHostedContentsContent + summary: Delete media content for the navigation property hostedContents in teamwork + description: The unique identifier for an entity. Read-only. + operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message_DeleteHostedContentsContent parameters: - name: teamTemplate-id in: path @@ -46698,20 +48527,17 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - 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 '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/hostedContents/$count': get: tags: @@ -47494,27 +49320,204 @@ paths: type: string x-ms-docs-key-type: chatMessageHostedContent requestBody: - description: New navigation property values + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - teamwork.teamTemplate + summary: Delete navigation property hostedContents for teamwork + operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_DeleteHostedContent + parameters: + - name: teamTemplate-id + in: path + description: The unique identifier of teamTemplate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplate + - name: teamTemplateDefinition-id + in: path + description: The unique identifier of teamTemplateDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplateDefinition + - 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' + x-ms-docs-operation-type: operation + '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': + get: + tags: + - teamwork.teamTemplate + summary: Get media content for the navigation property hostedContents from teamwork + description: The unique identifier for an entity. Read-only. + operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_GetHostedContentsContent + parameters: + - name: teamTemplate-id + in: path + description: The unique identifier of teamTemplate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplate + - name: teamTemplateDefinition-id + in: path + description: The unique identifier of teamTemplateDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplateDefinition + - 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 + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - teamwork.teamTemplate + summary: Update media content for the navigation property hostedContents in teamwork + description: The unique identifier for an entity. Read-only. + operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_SetHostedContentsContent + parameters: + - name: teamTemplate-id + in: path + description: The unique identifier of teamTemplate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplate + - name: teamTemplateDefinition-id + in: path + description: The unique identifier of teamTemplateDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamTemplateDefinition + - 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 + requestBody: + description: New media content. content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + type: string + format: binary required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation delete: tags: - teamwork.teamTemplate - summary: Delete navigation property hostedContents for teamwork - operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_DeleteHostedContent + summary: Delete media content for the navigation property hostedContents in teamwork + description: The unique identifier for an entity. Read-only. + operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_DeleteHostedContentsContent parameters: - name: teamTemplate-id in: path @@ -47567,125 +49570,6 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': - get: - tags: - - teamwork.teamTemplate - summary: Get media content for the navigation property hostedContents from teamwork - operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_GetHostedContentsContent - parameters: - - name: teamTemplate-id - in: path - description: The unique identifier of teamTemplate - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: teamTemplate - - name: teamTemplateDefinition-id - in: path - description: The unique identifier of teamTemplateDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: teamTemplateDefinition - - 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 - responses: - 2XX: - description: Retrieved media content - content: - application/octet-stream: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - teamwork.teamTemplate - summary: Update media content for the navigation property hostedContents in teamwork - operationId: teamwork.teamTemplate.definition.teamDefinition.primaryChannel.message.reply_SetHostedContentsContent - parameters: - - name: teamTemplate-id - in: path - description: The unique identifier of teamTemplate - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: teamTemplate - - name: teamTemplateDefinition-id - in: path - description: The unique identifier of teamTemplateDefinition - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: teamTemplateDefinition - - 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 - 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 '/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -53929,8 +55813,11 @@ paths: get: tags: - teamwork.workforceIntegration - summary: Get workforceIntegrations from teamwork - description: A workforce integration with shifts. + 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-beta operationId: teamwork_ListWorkforceIntegration parameters: - $ref: '#/components/parameters/top' @@ -53980,7 +55867,11 @@ paths: post: tags: - teamwork.workforceIntegration - summary: Create new navigation property to workforceIntegrations for teamwork + summary: Create workforceIntegration + description: Create a new workforceIntegration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-beta operationId: teamwork_CreateWorkforceIntegration requestBody: description: New navigation property @@ -54003,8 +55894,11 @@ paths: get: tags: - teamwork.workforceIntegration - summary: Get workforceIntegrations from teamwork - description: A workforce integration with shifts. + 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-beta operationId: teamwork_GetWorkforceIntegration parameters: - name: workforceIntegration-id @@ -54048,7 +55942,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-beta operationId: teamwork_UpdateWorkforceIntegration parameters: - name: workforceIntegration-id @@ -54079,7 +55977,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-beta operationId: teamwork_DeleteWorkforceIntegration parameters: - name: workforceIntegration-id @@ -54120,7 +56022,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-beta operationId: user_ListChat parameters: - name: user-id @@ -54210,7 +56116,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-beta operationId: user_GetChat parameters: - name: user-id @@ -55720,6 +57630,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 @@ -55764,11 +57675,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 @@ -55816,7 +57727,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: @@ -56479,24 +58439,82 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': + get: + 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 + 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 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 - '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': - get: + put: tags: - users.chat - summary: Get media content for the navigation property hostedContents from users - operationId: user.chat.message.reply_GetHostedContentsContent + 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 in: path @@ -56538,22 +58556,25 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent + 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: - users.chat - summary: Update media content for the navigation property hostedContents in users - operationId: user.chat.message.reply_SetHostedContentsContent + 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 @@ -56595,20 +58616,17 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - 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 '/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -58161,8 +60179,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-beta operationId: user_GetTeamwork parameters: - name: user-id @@ -58557,8 +60578,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-beta operationId: user.teamwork_ListInstalledApp parameters: - name: user-id @@ -58616,7 +60640,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-beta operationId: user.teamwork_CreateInstalledApp parameters: - name: user-id @@ -58648,8 +60676,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-beta operationId: user.teamwork_GetInstalledApp parameters: - name: user-id @@ -58740,7 +60771,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-beta operationId: user.teamwork_DeleteInstalledApp parameters: - name: user-id @@ -58775,8 +60810,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-beta operationId: user.teamwork.installedApp_GetChat parameters: - name: user-id @@ -59114,6 +61152,10 @@ components: 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 @@ -59190,6 +61232,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: @@ -59531,6 +61575,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 @@ -59753,6 +61798,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: @@ -59809,6 +61855,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. @@ -59959,10 +62007,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 @@ -60032,7 +62081,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 @@ -60350,7 +62399,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: @@ -62063,6 +64112,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamsAppInstallationScopeInfo: + title: teamsAppInstallationScopeInfo + type: object + properties: + scope: + $ref: '#/components/schemas/microsoft.graph.teamsAppInstallationScopes' + additionalProperties: + type: object microsoft.graph.teamsAppResourceSpecificPermission: title: teamsAppResourceSpecificPermission type: object @@ -62235,11 +64292,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: @@ -62250,11 +64311,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -62570,6 +64631,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -62833,6 +64895,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 @@ -63133,6 +65196,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.itemActivityOLD: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -63224,6 +65297,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: @@ -63738,6 +65812,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: @@ -64611,7 +66689,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 @@ -64910,6 +66988,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: @@ -65136,6 +67216,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -65151,7 +67235,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: @@ -65163,7 +67247,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' @@ -65528,7 +67612,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 @@ -66666,7 +68750,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -66751,10 +68835,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: @@ -66767,6 +68853,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 @@ -66785,6 +68872,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -66797,6 +68885,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: @@ -66839,16 +68928,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 @@ -68937,6 +71029,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.itemActionSet: title: itemActionSet type: object @@ -69545,8 +71681,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])$' @@ -69965,10 +72103,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 @@ -70059,6 +72199,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -70116,6 +72257,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. @@ -70538,36 +72681,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' @@ -70655,14 +72805,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.appRole: @@ -70821,6 +72974,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: @@ -70920,6 +73074,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' @@ -71507,6 +73686,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -71827,7 +74008,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -72110,6 +74290,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.' @@ -74168,12 +76350,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: @@ -74556,12 +76740,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 @@ -74581,7 +76765,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' @@ -74624,6 +76808,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: @@ -76037,6 +78222,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.commentAction: title: commentAction type: object @@ -76872,6 +79085,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.booleanColumn: title: booleanColumn type: object @@ -77582,6 +79803,17 @@ components: 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: @@ -78130,6 +80362,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: @@ -78347,6 +80580,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: @@ -79451,6 +81721,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -79460,6 +81731,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 @@ -80073,6 +82345,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: @@ -80695,6 +82972,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -80800,6 +83083,60 @@ components: - chat - unknownFutureValue type: string + 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.accessAction: title: accessAction type: object @@ -81299,6 +83636,14 @@ components: type: object 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' @@ -81935,6 +84280,7 @@ components: 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: @@ -81954,6 +84300,7 @@ components: 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: @@ -81966,6 +84313,21 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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.synchronizationSecret: title: synchronizationSecret enum: @@ -82960,6 +85322,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -83265,27 +85645,71 @@ components: - rejectedByOrganizer - unknownFutureValue 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' additionalProperties: @@ -83543,6 +85967,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 @@ -84711,6 +87181,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -85096,6 +87584,41 @@ components: nullable: true additionalProperties: type: object + 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' @@ -85320,6 +87843,17 @@ components: nullable: true 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.synchronizationError: title: synchronizationError type: object @@ -85584,6 +88118,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 diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index bbe1d370899..0a39d0810ed 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -19380,6 +19380,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.setReviewStatus': + post: + tags: + - users.Actions + summary: Invoke action setReviewStatus + operationId: user.cloudPC_setReviewStatus + 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: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: cloudPC + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + reviewStatus: + $ref: '#/components/schemas/microsoft.graph.cloudPcReviewStatus' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.start': post: tags: @@ -27362,53 +27403,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/microsoft.graph.downloadDeviceLogs': - post: - tags: - - users.Actions - summary: Invoke action downloadDeviceLogs - operationId: user.managedDevice.logCollectionRequest_downloadDeviceLog - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: managedDevice-id - in: path - description: The unique identifier of managedDevice - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: managedDevice - - name: deviceLogCollectionResponse-id - in: path - description: The unique identifier of deviceLogCollectionResponse - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: deviceLogCollectionResponse - responses: - 2XX: - description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: string - nullable: true - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.activateDeviceEsim': post: tags: @@ -28674,6 +28668,12 @@ paths: description: Success default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-04-30' + date: '2024-01-03' + version: 2024-01/setCloudPcReviewStatus + description: 'The setCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new setReviewStatus API' x-ms-docs-operation-type: action '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.setDeviceName': post: @@ -34962,6 +34962,49 @@ components: - windows11 - unknownFutureValue type: string + microsoft.graph.cloudPcReviewStatus: + title: cloudPcReviewStatus + type: object + properties: + azureStorageAccountId: + type: string + description: The resource ID of the Azure Storage account in which the Cloud PC snapshot is being saved. + nullable: true + azureStorageAccountName: + type: string + description: The name of the Azure Storage account in which the Cloud PC snapshot is being saved. + nullable: true + azureStorageContainerName: + type: string + description: The name of the container in an Azure Storage account in which the Cloud PC snapshot is being saved. + nullable: true + inReview: + type: boolean + description: True if the Cloud PC is set to in review by the administrator. + restorePointDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The specific date and time of the Cloud PC snapshot that was taken and saved automatically, when the Cloud PC is set to in review. 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 + reviewStartDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The specific date and time when the Cloud PC was set to in review. 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 + subscriptionId: + type: string + description: 'The ID of the Azure subscription in which the Cloud PC snapshot is being saved, in GUID format.' + nullable: true + subscriptionName: + type: string + description: The name of the Azure subscription in which the Cloud PC snapshot is being saved. + nullable: true + userAccessLevel: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccessLevel' + additionalProperties: + type: object microsoft.graph.cloudPcRemoteActionResult: title: cloudPcRemoteActionResult type: object @@ -35138,6 +35181,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: @@ -35223,6 +35267,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: @@ -35279,6 +35324,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. @@ -36110,49 +36157,6 @@ components: - value: nonCompliant description: Set compliance to nonCompliant name: nonCompliant - microsoft.graph.cloudPcReviewStatus: - title: cloudPcReviewStatus - type: object - properties: - azureStorageAccountId: - type: string - description: The resource ID of the Azure Storage account in which the Cloud PC snapshot is being saved. - nullable: true - azureStorageAccountName: - type: string - description: The name of the Azure Storage account in which the Cloud PC snapshot is being saved. - nullable: true - azureStorageContainerName: - type: string - description: The name of the container in an Azure Storage account in which the Cloud PC snapshot is being saved. - nullable: true - inReview: - type: boolean - description: True if the Cloud PC is set to in review by the administrator. - restorePointDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The specific date and time of the Cloud PC snapshot that was taken and saved automatically, when the Cloud PC is set to in review. 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 - reviewStartDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The specific date and time when the Cloud PC was set to in review. 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 - subscriptionId: - type: string - description: 'The ID of the Azure subscription in which the Cloud PC snapshot is being saved, in GUID format.' - nullable: true - subscriptionName: - type: string - description: The name of the Azure subscription in which the Cloud PC snapshot is being saved. - nullable: true - userAccessLevel: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccessLevel' - additionalProperties: - type: object microsoft.graph.configurationManagerAction: title: configurationManagerAction type: object @@ -36567,12 +36571,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.onlineMeeting: @@ -36583,10 +36589,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: @@ -36599,6 +36607,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 @@ -36617,6 +36626,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -36629,6 +36639,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: @@ -36766,6 +36777,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -37073,11 +37085,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -37107,6 +37119,13 @@ components: - text - html type: string + microsoft.graph.cloudPcUserAccessLevel: + title: cloudPcUserAccessLevel + enum: + - unrestricted + - restricted + - unknownFutureValue + type: string microsoft.graph.actionState: title: actionState enum: @@ -37364,6 +37383,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -37627,6 +37647,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 @@ -37893,6 +37914,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.itemActivityOLD: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -38353,6 +38384,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. @@ -38779,8 +38812,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])$' @@ -39042,13 +39077,6 @@ components: - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue - microsoft.graph.cloudPcUserAccessLevel: - title: cloudPcUserAccessLevel - enum: - - unrestricted - - restricted - - unknownFutureValue - type: string microsoft.graph.configurationManagerActionType: title: configurationManagerActionType enum: @@ -39986,7 +40014,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: @@ -40886,6 +40914,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.itemActionSet: title: itemActionSet type: object @@ -41592,6 +41664,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.quota: title: quota type: object @@ -41891,10 +41971,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 @@ -42465,6 +42547,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -42474,6 +42557,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 @@ -43475,7 +43559,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 @@ -43774,6 +43858,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: @@ -44153,6 +44239,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: @@ -44310,6 +44400,10 @@ components: 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 @@ -44402,6 +44496,10 @@ 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' connectivityResult: @@ -44417,7 +44515,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: @@ -44429,7 +44527,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' @@ -44741,7 +44839,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 @@ -45061,10 +45159,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 @@ -45134,7 +45233,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 @@ -46120,7 +46219,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -46213,16 +46312,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 @@ -46893,6 +46995,34 @@ components: nullable: true additionalProperties: type: object + 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.commentAction: title: commentAction type: object @@ -47376,6 +47506,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.siteArchiveStatus: + title: siteArchiveStatus + enum: + - recentlyArchived + - fullyArchived + - reactivating + - unknownFutureValue + type: string microsoft.graph.storagePlanInformation: title: storagePlanInformation type: object @@ -48176,36 +48314,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' @@ -48293,14 +48438,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.appRole: @@ -48459,6 +48607,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: @@ -48558,6 +48707,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' @@ -49138,6 +49312,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: @@ -49346,6 +49522,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 @@ -49480,6 +49657,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -49682,7 +49861,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -50426,6 +50604,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.' @@ -52387,12 +52567,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 @@ -52412,7 +52592,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' @@ -52455,6 +52635,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: @@ -53360,6 +53541,60 @@ components: $ref: '#/components/schemas/microsoft.graph.freeBusyStatus' 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.accessAction: title: accessAction type: object @@ -54087,6 +54322,17 @@ components: 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: @@ -54262,6 +54508,14 @@ components: - declined - notResponded type: string + 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' @@ -54476,11 +54730,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: @@ -54727,6 +54985,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: @@ -55250,6 +55509,43 @@ components: - public - unknownFutureValue type: string + 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: @@ -56526,6 +56822,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: @@ -57185,6 +57486,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -57209,27 +57516,71 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + 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' additionalProperties: @@ -57909,6 +58260,7 @@ components: 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: @@ -57928,6 +58280,7 @@ components: 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: @@ -57940,6 +58293,21 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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.synchronizationSecret: title: synchronizationSecret enum: @@ -58097,14 +58465,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: @@ -58115,6 +58475,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 @@ -59104,6 +59472,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -59409,6 +59795,41 @@ components: - rejectedByOrganizer - unknownFutureValue 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' @@ -59549,6 +59970,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 @@ -60717,6 +61184,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -61349,6 +61834,17 @@ components: nullable: true 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.synchronizationError: title: synchronizationError type: object @@ -61634,6 +62130,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 diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index e2d2b8e218d..93f59a8cbf0 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -4753,6 +4753,10 @@ paths: tags: - users.Functions summary: Invoke function getAllMessages + description: 'Get all messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-beta operationId: user.chat_getAllMessage parameters: - name: user-id @@ -4834,7 +4838,7 @@ paths: tags: - users.Functions summary: Invoke function getAllRetainedMessages - description: 'Get all retained messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats.' + description: 'Get all retained messages from all chats that a user is a participant in, including one-on-one chats, group chats, and meeting chats. To learn more about how to use the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta @@ -5134,6 +5138,39 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/users/{user-id}/cloudPCs/{cloudPC-id}/microsoft.graph.retrieveReviewStatus()': + get: + tags: + - users.Functions + summary: Invoke function retrieveReviewStatus + operationId: user.cloudPC_retrieveReviewStatus + 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: cloudPC-id + in: path + description: The unique identifier of cloudPC + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: cloudPC + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcReviewStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/users/{user-id}/cloudPCs/microsoft.graph.getProvisionedCloudPCs(groupId=''{groupId}'',servicePlanId=''{servicePlanId}'')': get: tags: @@ -8527,6 +8564,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.cloudPcReviewStatus' default: $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-04-30' + date: '2024-01-03' + version: 2024-01/getCloudPcReviewStatus + description: 'The getCloudPcReviewStatus API is deprecated and will stop returning data on Apr 30, 2024. Please use the new retrieveReviewStatus API' x-ms-docs-operation-type: function '/users/{user-id}/managedDevices/{managedDevice-id}/microsoft.graph.getFileVaultKey()': get: @@ -9795,11 +9838,15 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function - '/users/{user-id}/onlineMeetings/microsoft.graph.getAllRecordings()': + '/users/{user-id}/onlineMeetings/microsoft.graph.getAllRecordings(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': get: tags: - users.Functions summary: Invoke function getAllRecordings + description: 'Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they''re added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta operationId: user.onlineMeeting_getAllRecording parameters: - name: user-id @@ -9810,6 +9857,34 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + style: form + explode: false + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + style: form + explode: false + 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 + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + style: form + explode: false + 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 + nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -9869,12 +9944,12 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/users/{user-id}/onlineMeetings/microsoft.graph.getAllTranscripts()': + '/users/{user-id}/onlineMeetings/microsoft.graph.getAllTranscripts(meetingOrganizerUserId=''@meetingOrganizerUserId'',startDateTime=@startDateTime,endDateTime=@endDateTime)': get: tags: - users.Functions summary: Invoke function getAllTranscripts - description: 'Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they are added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization that gets all the transcripts for online meetings organized by the user, and incremental synchronization that gets transcripts that have been added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that transcript view periodically. Find more information in the delta query documentation. For additional examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' + description: 'Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they''re added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta @@ -9888,6 +9963,34 @@ paths: schema: type: string x-ms-docs-key-type: user + - name: meetingOrganizerUserId + in: query + description: 'Usage: meetingOrganizerUserId=''@meetingOrganizerUserId''' + style: form + explode: false + schema: + type: string + nullable: true + - name: startDateTime + in: query + description: 'Usage: startDateTime=@startDateTime' + style: form + explode: false + 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 + nullable: true + - name: endDateTime + in: query + description: 'Usage: endDateTime=@endDateTime' + style: form + explode: false + 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 + nullable: true - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -11628,7 +11731,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 @@ -11741,6 +11844,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: @@ -12080,6 +12187,49 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcRemoteActionName' additionalProperties: type: object + microsoft.graph.cloudPcReviewStatus: + title: cloudPcReviewStatus + type: object + properties: + azureStorageAccountId: + type: string + description: The resource ID of the Azure Storage account in which the Cloud PC snapshot is being saved. + nullable: true + azureStorageAccountName: + type: string + description: The name of the Azure Storage account in which the Cloud PC snapshot is being saved. + nullable: true + azureStorageContainerName: + type: string + description: The name of the container in an Azure Storage account in which the Cloud PC snapshot is being saved. + nullable: true + inReview: + type: boolean + description: True if the Cloud PC is set to in review by the administrator. + restorePointDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The specific date and time of the Cloud PC snapshot that was taken and saved automatically, when the Cloud PC is set to in review. 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 + reviewStartDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + description: 'The specific date and time when the Cloud PC was set to in review. 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 + subscriptionId: + type: string + description: 'The ID of the Azure subscription in which the Cloud PC snapshot is being saved, in GUID format.' + nullable: true + subscriptionName: + type: string + description: The name of the Azure subscription in which the Cloud PC snapshot is being saved. + nullable: true + userAccessLevel: + $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccessLevel' + additionalProperties: + type: object microsoft.graph.cloudPC: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -12092,7 +12242,7 @@ components: nullable: true allotmentDisplayName: type: string - description: 'The allotment name divides tenant licenses into smaller batches or groups that helps restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' + 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' @@ -12109,7 +12259,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: @@ -12121,7 +12271,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' @@ -12404,7 +12554,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 @@ -12662,6 +12812,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: @@ -12718,6 +12869,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. @@ -12972,10 +13125,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 @@ -13045,7 +13199,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 @@ -13538,49 +13692,6 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcStatusDetails' additionalProperties: type: object - microsoft.graph.cloudPcReviewStatus: - title: cloudPcReviewStatus - type: object - properties: - azureStorageAccountId: - type: string - description: The resource ID of the Azure Storage account in which the Cloud PC snapshot is being saved. - nullable: true - azureStorageAccountName: - type: string - description: The name of the Azure Storage account in which the Cloud PC snapshot is being saved. - nullable: true - azureStorageContainerName: - type: string - description: The name of the container in an Azure Storage account in which the Cloud PC snapshot is being saved. - nullable: true - inReview: - type: boolean - description: True if the Cloud PC is set to in review by the administrator. - restorePointDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The specific date and time of the Cloud PC snapshot that was taken and saved automatically, when the Cloud PC is set to in review. 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 - reviewStartDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'The specific date and time when the Cloud PC was set to in review. 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 - subscriptionId: - type: string - description: 'The ID of the Azure subscription in which the Cloud PC snapshot is being saved, in GUID format.' - nullable: true - subscriptionName: - type: string - description: The name of the Azure subscription in which the Cloud PC snapshot is being saved. - nullable: true - userAccessLevel: - $ref: '#/components/schemas/microsoft.graph.cloudPcUserAccessLevel' - additionalProperties: - type: object microsoft.graph.deviceCompliancePolicySettingState: title: deviceCompliancePolicySettingState type: object @@ -13839,12 +13950,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 @@ -13864,7 +13975,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' @@ -14204,6 +14315,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -14447,7 +14559,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: @@ -15092,36 +15204,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' @@ -15217,8 +15336,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])$' @@ -15703,11 +15824,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: @@ -15761,6 +15886,13 @@ components: - powerOff - moveRegion type: string + microsoft.graph.cloudPcUserAccessLevel: + title: cloudPcUserAccessLevel + enum: + - unrestricted + - restricted + - unknownFutureValue + type: string microsoft.graph.cloudPcConnectionSettings: title: cloudPcConnectionSettings type: object @@ -15864,6 +15996,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -16247,6 +16381,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -16510,6 +16645,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 @@ -16810,6 +16946,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.itemActivityOLD: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16863,6 +17009,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: @@ -18145,13 +18292,6 @@ components: - failed - notSupported type: string - microsoft.graph.cloudPcUserAccessLevel: - title: cloudPcUserAccessLevel - enum: - - unrestricted - - restricted - - unknownFutureValue - type: string microsoft.graph.settingSource: title: settingSource type: object @@ -18238,11 +18378,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -18360,6 +18500,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: @@ -19292,6 +19433,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: @@ -19494,6 +19637,10 @@ components: 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 @@ -20447,10 +20594,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: @@ -20463,6 +20612,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 @@ -20481,6 +20631,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -20493,6 +20644,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: @@ -20535,16 +20687,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 @@ -21655,6 +21810,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.itemActionSet: title: itemActionSet type: object @@ -22565,10 +22764,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 @@ -22664,6 +22865,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. @@ -22987,6 +23190,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: @@ -24100,14 +24305,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.appRole: @@ -24266,6 +24474,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: @@ -24365,6 +24574,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' @@ -24847,6 +25081,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 @@ -25010,7 +25245,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -25244,6 +25478,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.' @@ -27196,12 +27432,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: @@ -28346,6 +28584,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.commentAction: title: commentAction type: object @@ -28957,6 +29223,14 @@ components: $ref: '#/components/schemas/microsoft.graph.externalLink' additionalProperties: type: object + microsoft.graph.siteArchivalDetails: + title: siteArchivalDetails + type: object + properties: + archiveStatus: + $ref: '#/components/schemas/microsoft.graph.siteArchiveStatus' + additionalProperties: + type: object microsoft.graph.publicError: title: publicError type: object @@ -29142,6 +29416,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' @@ -29810,11 +30092,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -29892,6 +30174,17 @@ components: 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: @@ -30345,6 +30638,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: @@ -30375,6 +30669,43 @@ components: $ref: '#/components/schemas/microsoft.graph.entity' 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: @@ -31376,6 +31707,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -31385,6 +31717,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 @@ -31662,6 +31995,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: @@ -32235,6 +32573,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -32287,6 +32631,60 @@ components: - chat - unknownFutureValue type: string + 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 @@ -32650,6 +33048,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.siteArchiveStatus: + title: siteArchiveStatus + enum: + - recentlyArchived + - fullyArchived + - reactivating + - unknownFutureValue + type: string microsoft.graph.publicErrorDetail: title: publicErrorDetail type: object @@ -32725,14 +33131,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: @@ -32743,6 +33141,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 @@ -33576,6 +33982,7 @@ components: 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: @@ -33595,6 +34002,7 @@ components: 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: @@ -33607,6 +34015,21 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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.synchronizationSecret: title: synchronizationSecret enum: @@ -34442,6 +34865,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -34643,27 +35084,71 @@ components: - rejectedByOrganizer - unknownFutureValue 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' additionalProperties: @@ -34994,6 +35479,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 @@ -36162,6 +36693,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -36493,6 +37042,41 @@ components: nullable: true additionalProperties: type: object + 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' @@ -36750,6 +37334,17 @@ components: nullable: true 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.synchronizationError: title: synchronizationError type: object @@ -37014,6 +37609,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 diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 7f0c4b2fb68..a0456f2b530 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -2436,7 +2436,11 @@ paths: get: tags: - users.directoryObject - summary: Get invitedBy from users + summary: List invitedBy + description: Get the user or servicePrincipal that invited the specified user into the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-invitedby?view=graph-rest-beta operationId: user_GetInvitedGraphBPre parameters: - name: user-id @@ -2794,8 +2798,11 @@ paths: get: tags: - users.directoryObject - summary: Get manager from users - description: The user or contact that is this user's manager. Read-only. Supports $expand. + summary: List manager + description: 'Returns the user or organizational contact assigned as the user''s manager. Optionally, you can expand the manager''s chain up to the root node.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta operationId: user_GetManager parameters: - name: user-id @@ -2840,8 +2847,11 @@ paths: get: tags: - users.directoryObject - summary: Get ref of manager from users - description: The user or contact that is this user's manager. Read-only. Supports $expand. + summary: List manager + description: 'Returns the user or organizational contact assigned as the user''s manager. Optionally, you can expand the manager''s chain up to the root node.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta operationId: user_GetManagerGraphBPreRef parameters: - name: user-id @@ -2865,7 +2875,11 @@ paths: put: tags: - users.directoryObject - summary: Update the ref of navigation property manager in users + summary: Assign a manager + description: Assign a user's manager. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-beta operationId: user_SetManagerGraphBPreRef parameters: - name: user-id @@ -2887,7 +2901,11 @@ paths: delete: tags: - users.directoryObject - summary: Delete ref of navigation property manager for users + summary: Remove manager + description: Remove a user's manager. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-beta operationId: user_DeleteManagerGraphBPreRef parameters: - name: user-id @@ -2914,8 +2932,11 @@ paths: get: tags: - users.directoryObject - summary: Get memberOf from users - description: 'The groups, directory roles, and administrative units that the user is a member of. Read-only. Nullable. Supports $expand.' + summary: List a user's direct memberships + description: 'Get groups, directory roles, and administrative units that the user is a direct member of. This operation isn''t transitive. To retrieve groups, directory roles, and administrative units that the user is a member through transitive membership, use the List user transitive memberOf API.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta operationId: user_ListMemberGraphOPre parameters: - name: user-id @@ -3172,7 +3193,11 @@ paths: get: tags: - users.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group + summary: List a user's direct memberships + description: 'Get groups, directory roles, and administrative units that the user is a direct member of. This operation isn''t transitive. To retrieve groups, directory roles, and administrative units that the user is a member through transitive membership, use the List user transitive memberOf API.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta operationId: user_GetMemberGraphOPreAsGroup parameters: - name: user-id @@ -3466,7 +3491,11 @@ paths: get: tags: - users.directoryObject - summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection + summary: List a user's direct memberships + description: 'Get groups, directory roles, and administrative units that the user is a direct member of. This operation isn''t transitive. To retrieve groups, directory roles, and administrative units that the user is a member through transitive membership, use the List user transitive memberOf API.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta operationId: user_ListMemberGraphOPreAsGroup parameters: - name: user-id @@ -3840,7 +3869,11 @@ paths: get: tags: - users.oAuth2PermissionGrant - summary: Get oauth2PermissionGrants from users + summary: List a user's oauth2PermissionGrants + description: 'Retrieve a list of oAuth2PermissionGrant entities, which represent delegated permissions granted to enable a client application to access an API on behalf of the user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-beta operationId: user_ListOauth2PermissionGrant parameters: - name: user-id @@ -4024,6 +4057,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 @@ -4218,6 +4252,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -4229,6 +4264,7 @@ paths: tags: - users.outlookUser summary: Get taskFolders from users + description: The user's Outlook task folders. Read-only. Nullable. operationId: user.outlook_ListTaskFolder parameters: - name: user-id @@ -4241,6 +4277,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 @@ -4320,6 +4357,7 @@ paths: tags: - users.outlookUser summary: Get taskFolders from users + description: The user's Outlook task folders. Read-only. Nullable. operationId: user.outlook_GetTaskFolder parameters: - name: user-id @@ -4475,6 +4513,7 @@ paths: x-ms-docs-key-type: outlookTaskFolder - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -5048,6 +5087,7 @@ paths: schema: type: string x-ms-docs-key-type: outlookTaskFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -5075,6 +5115,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -5092,6 +5133,7 @@ paths: tags: - users.outlookUser summary: Get taskGroups from users + description: The user's Outlook task groups. Read-only. Nullable. operationId: user.outlook_ListTaskGroup parameters: - name: user-id @@ -5104,6 +5146,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 @@ -5183,6 +5226,7 @@ paths: tags: - users.outlookUser summary: Get taskGroups from users + description: The user's Outlook task groups. Read-only. Nullable. operationId: user.outlook_GetTaskGroup parameters: - name: user-id @@ -5338,6 +5382,7 @@ paths: x-ms-docs-key-type: outlookTaskGroup - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -6301,6 +6346,7 @@ paths: schema: type: string x-ms-docs-key-type: outlookTaskGroup + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -6328,6 +6374,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -6345,6 +6392,7 @@ paths: tags: - users.outlookUser summary: Get tasks from users + description: The user's Outlook tasks. Read-only. Nullable. operationId: user.outlook_ListTask parameters: - name: user-id @@ -6357,6 +6405,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 @@ -6436,6 +6485,7 @@ paths: tags: - users.outlookUser summary: Get tasks from users + description: The user's Outlook tasks. Read-only. Nullable. operationId: user.outlook_GetTask parameters: - name: user-id @@ -6569,8 +6619,11 @@ paths: get: tags: - users.outlookUser - summary: Get attachments from users - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + summary: List attachments (deprecated) + description: Get a list of attachment objects attached to an Outlook task. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-beta operationId: user.outlook.task_ListAttachment parameters: - name: user-id @@ -6591,6 +6644,7 @@ paths: x-ms-docs-key-type: outlookTask - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -6822,6 +6876,7 @@ paths: schema: type: string x-ms-docs-key-type: outlookTask + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -6849,6 +6904,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -8101,6 +8157,7 @@ paths: tags: - users.profilePhoto summary: Get media content for the navigation property photo from users + description: The user's profile photo. Read-only. operationId: user_GetPhotoContent parameters: - name: user-id @@ -8121,11 +8178,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.profilePhoto summary: Update media content for the navigation property photo in users + description: The user's profile photo. Read-only. operationId: user_SetPhotoContent parameters: - name: user-id @@ -8149,7 +8206,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.profilePhoto + summary: Delete media content for the navigation property photo in users + description: The user's profile photo. Read-only. + operationId: user_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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/photos': get: tags: @@ -8168,7 +8250,9 @@ 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 in: query description: Order items by property values @@ -8247,6 +8331,7 @@ paths: tags: - users.profilePhoto summary: Get media content for the navigation property photos from users + description: The unique identifier for an entity. Read-only. operationId: user_GetPhotosContent parameters: - name: user-id @@ -8275,11 +8360,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.profilePhoto summary: Update media content for the navigation property photos in users + description: The unique identifier for an entity. Read-only. operationId: user_SetPhotosContent parameters: - name: user-id @@ -8311,7 +8396,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.profilePhoto + summary: Delete media content for the navigation property photos in users + description: The unique identifier for an entity. Read-only. + operationId: user_DeletePhotosContent + 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: profilePhoto-id + in: path + description: The unique identifier of profilePhoto + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: profilePhoto + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/registeredDevices': get: tags: @@ -9056,7 +9174,11 @@ paths: patch: tags: - users.userSettings - summary: Update the navigation property itemInsights in users + summary: Update userInsightsSettings + description: Update the privacy settings for itemInsights and meeting hours insights of a user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-beta operationId: user.setting_UpdateItemInsight parameters: - name: user-id @@ -9217,8 +9339,11 @@ paths: get: tags: - users.userSettings - summary: Get shiftPreferences from users - description: The shift preferences for the user. + summary: Get shiftPreferences + description: Retrieve the properties and relationships of a shiftPreferences object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-beta operationId: user.setting_GetShiftPreference parameters: - name: user-id @@ -9262,7 +9387,11 @@ paths: patch: tags: - users.userSettings - summary: Update the navigation property shiftPreferences in users + summary: Update shiftPreferences + description: Update the properties and relationships of a shiftPreferences object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-beta operationId: user.setting_UpdateShiftPreference parameters: - name: user-id @@ -9422,7 +9551,11 @@ paths: get: tags: - users.userSettings - summary: Get quota from users + summary: Get unifiedStorageQuota + description: Read the properties and relationships of a unifiedStorageQuota object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedstoragequota-get?view=graph-rest-beta operationId: user.setting.storage_GetQuota parameters: - name: user-id @@ -10292,8 +10425,11 @@ paths: get: tags: - users.directoryObject - summary: Get sponsors from users - 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.' + summary: List sponsors + description: Get a user's sponsors. Sponsors are users and groups that are responsible for this guest's privileges in the tenant and for keeping the guest's information and access up to date. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-beta operationId: user_ListSponsor parameters: - name: user-id @@ -11518,6 +11654,7 @@ paths: tags: - users.todo summary: Get media content for the navigation property attachments from users + description: The unique identifier for an entity. Read-only. operationId: user.todo.list.task_GetAttachmentsContent parameters: - name: user-id @@ -11562,11 +11699,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.todo summary: Update media content for the navigation property attachments in users + description: The unique identifier for an entity. Read-only. operationId: user.todo.list.task_SetAttachmentsContent parameters: - name: user-id @@ -11614,7 +11751,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.todo + summary: Delete media content for the navigation property attachments in users + description: The unique identifier for an entity. Read-only. + operationId: user.todo.list.task_DeleteAttachmentsContent + 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: todoTaskList-id + in: path + description: The unique identifier of todoTaskList + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: todoTaskList + - name: todoTask-id + in: path + description: The unique identifier of todoTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: todoTask + - name: attachmentBase-id + in: path + description: The unique identifier of attachmentBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachmentBase + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count': get: tags: @@ -11930,7 +12116,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.todo @@ -11987,7 +12172,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachmentSession' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.todo + summary: Delete content for the navigation property attachmentSessions in users + description: The content streams that are uploaded. + operationId: user.todo.list.task_DeleteAttachmentSessionsContent + 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: todoTaskList-id + in: path + description: The unique identifier of todoTaskList + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: todoTaskList + - name: todoTask-id + in: path + description: The unique identifier of todoTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: todoTask + - name: attachmentSession-id + in: path + description: The unique identifier of attachmentSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachmentSession + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count': get: tags: @@ -13089,8 +13323,11 @@ paths: get: tags: - users.directoryObject - summary: Get transitiveMemberOf from users - description: 'The groups, including nested groups and directory roles that a user is a member of. Nullable.' + summary: List a user's memberships (direct and transitive) + description: 'Get groups, directory roles, and administrative units that the user is a member of through either direct or transitive membership.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-beta operationId: user_ListTransitiveMemberGraphOPre parameters: - name: user-id @@ -13741,8 +13978,11 @@ paths: get: tags: - users.directoryObject - summary: Get transitiveReports from users - description: The transitive reports for a user. Read-only. + summary: Get transitiveReports for a user + description: Retrieve a count of transitive reports for a user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-get-transitivereports?view=graph-rest-beta operationId: user_ListTransitiveReport parameters: - name: user-id @@ -14030,7 +14270,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: @@ -14808,6 +15048,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: @@ -15057,6 +15299,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: @@ -15305,10 +15548,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 @@ -15378,7 +15622,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 @@ -15683,16 +15927,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 @@ -15893,7 +16140,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 @@ -17193,7 +17440,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 @@ -17603,6 +17850,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: @@ -17760,6 +18011,10 @@ components: 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 @@ -17854,7 +18109,7 @@ components: nullable: true allotmentDisplayName: type: string - description: 'The allotment name divides tenant licenses into smaller batches or groups that helps restrict the number of licenses available for use in a specific assignment. When the provisioningType is dedicated, the allotment name is null. Read-only.' + 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 connectionSettings: $ref: '#/components/schemas/microsoft.graph.cloudPcConnectionSettings' @@ -17871,7 +18126,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: @@ -17883,7 +18138,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' @@ -19480,10 +19735,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: @@ -19496,6 +19753,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 @@ -19514,6 +19772,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates whether this event is a Teams live event. nullable: true joinUrl: type: string @@ -19526,6 +19785,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: @@ -20051,14 +20311,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.appRole: @@ -20217,6 +20480,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: @@ -20316,6 +20580,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' @@ -21005,8 +21294,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])$' @@ -21288,6 +21579,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: @@ -22158,36 +22450,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' @@ -22806,6 +23105,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: @@ -23038,6 +23339,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 @@ -23213,6 +23515,8 @@ components: - dedicated - shared - unknownFutureValue + - sharedByUser + - sharedByEntraGroup type: string microsoft.graph.cloudPcServicePlanType: title: cloudPcServicePlanType @@ -23473,6 +23777,7 @@ components: format: date-time description: type: string + description: The description of the item. nullable: true eTag: type: string @@ -23614,6 +23919,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: @@ -23670,6 +23976,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. @@ -23797,7 +24105,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -23846,6 +24153,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. @@ -24116,6 +24425,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: @@ -24857,6 +25167,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.' @@ -26879,10 +27191,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 @@ -27077,12 +27391,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: @@ -27307,12 +27623,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 @@ -27332,7 +27648,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' @@ -27375,6 +27691,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: @@ -27543,6 +27860,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 doesn''t return a valid group ID if the container of the plan isn''t a group.' nullable: true sharedWithContainers: type: array @@ -28292,11 +28610,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object @@ -28371,11 +28689,11 @@ components: properties: key: type: string - description: Key. + description: Contains the name of the field that a value is associated with. nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. nullable: true additionalProperties: type: object @@ -28453,6 +28771,17 @@ components: 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: @@ -29418,6 +29747,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' @@ -29632,11 +29969,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: @@ -30224,6 +30565,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 @@ -30485,6 +30827,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' @@ -30677,6 +31029,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' @@ -32037,6 +32397,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: @@ -33245,6 +33642,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -33254,6 +33652,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 @@ -33929,6 +34328,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: @@ -34331,6 +34735,12 @@ components: type: string description: Last name of the registrant. nullable: true + preferredLanguage: + type: string + nullable: true + preferredTimezone: + type: string + 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 @@ -34368,6 +34778,7 @@ components: 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: @@ -34387,6 +34798,7 @@ components: 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: @@ -34399,6 +34811,21 @@ components: $ref: '#/components/schemas/microsoft.graph.appCredentialRestrictionType' 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.synchronizationSecret: title: synchronizationSecret enum: @@ -35222,14 +35649,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: @@ -35240,6 +35659,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 @@ -35664,6 +36091,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 @@ -35939,6 +36410,14 @@ components: 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 @@ -37266,6 +37745,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: The names of properties that have data from this source. + sourceId: + type: string + additionalProperties: + type: object microsoft.graph.personRelationship: title: personRelationship enum: @@ -37441,6 +37938,24 @@ components: - customPasswordAddition - unknownFutureValue type: string + 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.synchronizationScheduleState: title: synchronizationScheduleState enum: @@ -37758,6 +38273,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 @@ -38996,6 +39557,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: @@ -39459,6 +40048,17 @@ components: nullable: true 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.synchronizationError: title: synchronizationError type: object @@ -39790,6 +40390,60 @@ components: - chat - unknownFutureValue type: string + 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 @@ -40196,6 +40850,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 @@ -40247,27 +40902,71 @@ components: - aborted - unknownFutureValue 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' additionalProperties: @@ -40528,6 +41227,41 @@ components: - Extensions - BaseObjectName 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' diff --git a/openApiDocs/beta/WindowsUpdates.yml b/openApiDocs/beta/WindowsUpdates.yml index b8622137793..453a7256167 100644 --- a/openApiDocs/beta/WindowsUpdates.yml +++ b/openApiDocs/beta/WindowsUpdates.yml @@ -61,9 +61,6 @@ paths: - admin.Functions summary: Invoke function incidentReport description: Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta operationId: admin.serviceAnnouncement.healthOverview.issue_incidentReport parameters: - name: serviceHealth-id @@ -625,8 +622,11 @@ paths: get: tags: - admin.adminWindows - summary: Get entries from admin - description: Lists the content that you can approve for deployment. Read-only. + summary: List entries + description: 'Get a list of catalogEntry resources from the catalog. Currently, this operation returns entries of the featureUpdateCatalogEntry or qualityUpdateCatalog types, inherited from catalogEntry. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-beta operationId: admin.window.update.catalog_ListEntry parameters: - $ref: '#/components/parameters/top' @@ -816,8 +816,11 @@ paths: get: tags: - admin.adminWindows - summary: Get deploymentAudiences from admin - description: The set of updatableAsset resources to which a deployment can apply. + summary: List deploymentAudiences + description: Get a list of deploymentAudience objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deploymentaudiences?view=graph-rest-beta operationId: admin.window.update_ListDeploymentAudience parameters: - $ref: '#/components/parameters/top' @@ -867,7 +870,11 @@ paths: post: tags: - admin.adminWindows - summary: Create new navigation property to deploymentAudiences for admin + summary: Create deploymentAudience + description: Create a new deploymentAudience object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminwindowsupdates-post-deploymentaudiences?view=graph-rest-beta operationId: admin.window.update_CreateDeploymentAudience requestBody: description: New navigation property @@ -890,8 +897,11 @@ paths: get: tags: - admin.adminWindows - summary: Get deploymentAudiences from admin - description: The set of updatableAsset resources to which a deployment can apply. + summary: Get deploymentAudience + description: Read the properties and relationships of a deploymentAudience object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-get?view=graph-rest-beta operationId: admin.window.update_GetDeploymentAudience parameters: - name: deploymentAudience-id @@ -966,7 +976,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete navigation property deploymentAudiences for admin + summary: Delete deploymentAudience + description: Delete a deploymentAudience object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-delete?view=graph-rest-beta operationId: admin.window.update_DeleteDeploymentAudience parameters: - name: deploymentAudience-id @@ -1575,8 +1589,11 @@ paths: get: tags: - admin.adminWindows - summary: Get exclusions from admin - description: Specifies the assets to exclude from the audience. + summary: List deployment audience exclusions + description: List the updatableAsset resources that are excluded from a deploymentAudience. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-exclusions?view=graph-rest-beta operationId: admin.window.update.deploymentAudience_ListExclusion parameters: - name: deploymentAudience-id @@ -2167,8 +2184,11 @@ paths: get: tags: - admin.adminWindows - summary: Get members from admin - description: Specifies the assets to include in the audience. + summary: List deployment audience members + description: List the updatableAsset resources that are members of a deploymentAudience. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-members?view=graph-rest-beta operationId: admin.window.update.deploymentAudience_ListMember parameters: - name: deploymentAudience-id @@ -2882,8 +2902,11 @@ paths: get: tags: - admin.adminWindows - summary: Get deployments from admin - description: Deployments created using the deployment service. + summary: List deployments + description: Get a list of deployment objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deployments?view=graph-rest-beta operationId: admin.window.update_ListDeployment parameters: - $ref: '#/components/parameters/top' @@ -2933,7 +2956,11 @@ paths: post: tags: - admin.adminWindows - summary: Create new navigation property to deployments for admin + summary: Create deployment + description: Create a new deployment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminwindowsupdates-post-deployments?view=graph-rest-beta operationId: admin.window.update_CreateDeployment requestBody: description: New navigation property @@ -2956,8 +2983,11 @@ paths: get: tags: - admin.adminWindows - summary: Get deployments from admin - description: Deployments created using the deployment service. + summary: Get deployment + description: Read the properties and relationships of a deployment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-beta operationId: admin.window.update_GetDeployment parameters: - name: deployment-id @@ -3001,7 +3031,11 @@ paths: patch: tags: - admin.adminWindows - summary: Update the navigation property deployments in admin + summary: Update deployment + description: Update the properties of a deployment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta operationId: admin.window.update_UpdateDeployment parameters: - name: deployment-id @@ -3032,7 +3066,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete navigation property deployments for admin + summary: Delete deployment + description: Delete a deployment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta operationId: admin.window.update_DeleteDeployment parameters: - name: deployment-id @@ -6716,8 +6754,11 @@ paths: get: tags: - admin.adminWindows - summary: Get resourceConnections from admin - description: Service connections to external resources such as analytics workspaces. + summary: List resourceConnections + description: Get a list of the resourceConnection objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminwindowsupdates-list-resourceconnections?view=graph-rest-beta operationId: admin.window.update_ListResourceConnection parameters: - $ref: '#/components/parameters/top' @@ -6767,7 +6808,11 @@ paths: post: tags: - admin.adminWindows - summary: Create new navigation property to resourceConnections for admin + summary: Create operationalInsightsConnection + description: Create a new operationalInsightsConnection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection?view=graph-rest-beta operationId: admin.window.update_CreateResourceConnection requestBody: description: New navigation property @@ -6790,8 +6835,11 @@ paths: get: tags: - admin.adminWindows - summary: Get resourceConnections from admin - description: Service connections to external resources such as analytics workspaces. + 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-resourceconnection-get?view=graph-rest-beta operationId: admin.window.update_GetResourceConnection parameters: - name: resourceConnection-id @@ -6866,7 +6914,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete navigation property resourceConnections for admin + summary: Delete resourceConnection + description: Delete a resourceConnection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta operationId: admin.window.update_DeleteResourceConnection parameters: - name: resourceConnection-id @@ -6907,8 +6959,11 @@ paths: get: tags: - admin.adminWindows - summary: Get updatableAssets from admin - description: Assets registered with the deployment service that can receive updates. + summary: List updatableAssets + description: 'Get a list of updatableAsset objects and their properties. Listing updatable assets returns updatableAsset resources of the following derived types: azureADDevice and updatableAssetGroup. Use list azureADDevice resources or list updatableAssetGroup resources to filter and get resources of only one of the derived types.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatableassets?view=graph-rest-beta operationId: admin.window.update_ListUpdatableAsset parameters: - $ref: '#/components/parameters/top' @@ -6958,7 +7013,11 @@ paths: post: tags: - admin.adminWindows - summary: Create new navigation property to updatableAssets for admin + summary: Create updatableAssetGroup + description: Create a new updatableAssetGroup object. The updatableAssetGroup resource inherits from updatableAsset. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatableassets-updatableassetgroup?view=graph-rest-beta operationId: admin.window.update_CreateUpdatableAsset requestBody: description: New navigation property @@ -6981,8 +7040,11 @@ paths: get: tags: - admin.adminWindows - summary: Get updatableAssets from admin - description: Assets registered with the deployment service that can receive updates. + summary: Get updatableAssetGroup + description: Read the properties and relationships of an updatableAssetGroup object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta operationId: admin.window.update_GetUpdatableAsset parameters: - name: updatableAsset-id @@ -7057,7 +7119,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete navigation property updatableAssets for admin + summary: Delete updatableAssetGroup + description: 'Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta operationId: admin.window.update_DeleteUpdatableAsset parameters: - name: updatableAsset-id @@ -7263,6 +7329,7 @@ paths: tags: - admin.Actions summary: Invoke action enrollAssets + description: 'Enroll updatableAsset resources in update management by the deployment service. You can enroll an azureADDevice resource in update management, but may not enroll an updatableAssetGroup in update management. Enrolling a Microsoft Entra device in update management automatically creates an azureADDevice object if it does not already exist. You can also use the method enrollAssetsById to enroll assets.' operationId: admin.window.update.updatableAsset_enrollAsset requestBody: description: Action parameters @@ -7291,6 +7358,7 @@ paths: tags: - admin.Actions summary: Invoke action enrollAssetsById + description: Enroll updatableAsset resources of the same type in update management by the deployment service. You can also use the method enrollAssets to enroll assets. operationId: admin.window.update.updatableAsset_enrollAssetsGraphBPreId requestBody: description: Action parameters @@ -7323,6 +7391,7 @@ paths: tags: - admin.Actions summary: Invoke action unenrollAssets + description: Unenroll updatableAsset resources from update management by the deployment service. You can also use the method unenrollAssetsById to unenroll assets. operationId: admin.window.update.updatableAsset_unenrollAsset requestBody: description: Action parameters @@ -7351,6 +7420,7 @@ paths: tags: - admin.Actions summary: Invoke action unenrollAssetsById + description: Unenroll updatableAsset resources of the same type from update management by the deployment service. You can also use the method unenrollAssets to unenroll assets. operationId: admin.window.update.updatableAsset_unenrollAssetsGraphBPreId requestBody: description: Action parameters @@ -7382,8 +7452,11 @@ paths: get: tags: - admin.adminWindows - summary: Get updatePolicies from admin - description: A collection of policies for approving the deployment of different content to an audience over time. + summary: List updatePolicy + description: Get a list of updatePolicy objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatepolicies?view=graph-rest-beta operationId: admin.window.update_ListUpdatePolicy parameters: - $ref: '#/components/parameters/top' @@ -7433,7 +7506,11 @@ paths: post: tags: - admin.adminWindows - summary: Create new navigation property to updatePolicies for admin + summary: Create updatePolicy + description: Create a new updatePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatepolicies?view=graph-rest-beta operationId: admin.window.update_CreateUpdatePolicy requestBody: description: New navigation property @@ -7456,8 +7533,11 @@ paths: get: tags: - admin.adminWindows - summary: Get updatePolicies from admin - description: A collection of policies for approving the deployment of different content to an audience over time. + summary: Get updatePolicy + description: Read the properties and relationships of an updatePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-get?view=graph-rest-beta operationId: admin.window.update_GetUpdatePolicy parameters: - name: updatePolicy-id @@ -7501,7 +7581,11 @@ paths: patch: tags: - admin.adminWindows - summary: Update the navigation property updatePolicies in admin + summary: Update updatePolicy + description: Update the properties of an updatePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-update?view=graph-rest-beta operationId: admin.window.update_UpdateUpdatePolicy parameters: - name: updatePolicy-id @@ -7532,7 +7616,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete navigation property updatePolicies for admin + summary: Delete updatePolicy + description: Delete an updatePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-delete?view=graph-rest-beta operationId: admin.window.update_DeleteUpdatePolicy parameters: - name: updatePolicy-id @@ -9537,8 +9625,11 @@ paths: get: tags: - admin.adminWindows - summary: Get complianceChanges from admin - description: Compliance changes like content approvals which result in the automatic creation of deployments using the audience and deploymentSettings of the policy. + summary: List complianceChanges + description: Get a list of the complianceChange objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-list-compliancechanges?view=graph-rest-beta operationId: admin.window.update.updatePolicy_ListComplianceChange parameters: - name: updatePolicy-id @@ -9596,7 +9687,11 @@ paths: post: tags: - admin.adminWindows - summary: Create new navigation property to complianceChanges for admin + summary: Create contentApproval + description: Create a new contentApproval object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval?view=graph-rest-beta operationId: admin.window.update.updatePolicy_CreateComplianceChange parameters: - name: updatePolicy-id @@ -9628,8 +9723,11 @@ paths: get: tags: - admin.adminWindows - summary: Get complianceChanges from admin - description: Compliance changes like content approvals which result in the automatic creation of deployments using the audience and deploymentSettings of the policy. + summary: Get complianceChange + description: Read the properties and relationships of a complianceChange object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta operationId: admin.window.update.updatePolicy_GetComplianceChange parameters: - name: updatePolicy-id @@ -9681,7 +9779,11 @@ paths: patch: tags: - admin.adminWindows - summary: Update the navigation property complianceChanges in admin + summary: Update contentApproval + description: Update the properties of a contentApproval object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta operationId: admin.window.update.updatePolicy_UpdateComplianceChange parameters: - name: updatePolicy-id @@ -9720,7 +9822,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete navigation property complianceChanges for admin + summary: Delete complianceChange + description: Delete a complianceChange object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta operationId: admin.window.update.updatePolicy_DeleteComplianceChange parameters: - name: updatePolicy-id @@ -11021,11 +11127,11 @@ components: properties: displayName: type: string - description: The display name of the identity. This property is read-only. + 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.' nullable: true id: type: string - description: The identifier of the identity. This property is read-only. + description: 'Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn''t included in the response.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index e7d4ebf78c0..533d9d69051 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 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.' + 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 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.' + 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: @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -16960,7 +17345,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: @@ -17656,6 +18041,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 @@ -17976,7 +18362,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 cannot be a dynamic group (that is, groupTypes cannot 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 @@ -18035,7 +18421,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. 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 @@ -18225,38 +18611,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 @@ -18336,14 +18731,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: @@ -20819,6 +21217,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,6 +21239,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -22313,13 +22713,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 +22731,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 +23882,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -23777,6 +24176,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: @@ -23877,6 +24277,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: @@ -25541,6 +25942,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: @@ -25708,6 +26110,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 @@ -26277,6 +26680,7 @@ components: 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: @@ -26296,6 +26700,7 @@ components: 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: @@ -26568,7 +26973,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 @@ -28518,7 +28923,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object @@ -29669,6 +30074,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 +30084,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 @@ -30550,6 +30957,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -32502,6 +32910,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 +33871,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 +33881,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 +33893,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: @@ -34272,21 +34731,27 @@ 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' additionalProperties: diff --git a/openApiDocs/v1.0/Bookings.yml b/openApiDocs/v1.0/Bookings.yml index 2f94fc710d1..b1968cd2101 100644 --- a/openApiDocs/v1.0/Bookings.yml +++ b/openApiDocs/v1.0/Bookings.yml @@ -69,7 +69,11 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get bookingBusinesses from solutions + summary: List bookingBusinesses + description: 'Get a collection of bookingBusiness objects that has been created for the tenant. This operation returns only the id and displayName of each Microsoft Bookings business in the collection. For performance considerations, it does not return other properties. You can get the other properties of a Bookings business by specifying its id in a GET operation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0 operationId: solution_ListBookingBusiness parameters: - $ref: '#/components/parameters/top' @@ -119,7 +123,11 @@ paths: post: tags: - solutions.bookingBusiness - summary: Create new navigation property to bookingBusinesses for solutions + summary: Create bookingBusiness + description: 'Create a new Microsoft Bookings business in a tenant. This is the first step in setting up a Bookings business where you must specify the business display name. You can include other information such as business address, web site address, and scheduling policy, or set that information later by updating the bookingBusiness.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0 operationId: solution_CreateBookingBusiness requestBody: description: New navigation property @@ -142,7 +150,11 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get bookingBusinesses from solutions + summary: Get bookingBusiness + description: Get the properties and relationships of a bookingBusiness object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0 operationId: solution_GetBookingBusiness parameters: - name: bookingBusiness-id @@ -186,7 +198,11 @@ paths: patch: tags: - solutions.bookingBusiness - summary: Update the navigation property bookingBusinesses in solutions + summary: Update bookingbusiness + description: Update the properties of a bookingBusiness object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-update?view=graph-rest-1.0 operationId: solution_UpdateBookingBusiness parameters: - name: bookingBusiness-id @@ -217,7 +233,11 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete navigation property bookingBusinesses for solutions + 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-1.0 operationId: solution_DeleteBookingBusiness parameters: - name: bookingBusiness-id @@ -244,8 +264,11 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get appointments from solutions - description: All the appointments of this business. Read-only. Nullable. + summary: List appointments + description: Get a list of bookingAppointment objects for the specified bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0 operationId: solution.bookingBusiness_ListAppointment parameters: - name: bookingBusiness-id @@ -303,7 +326,11 @@ paths: post: tags: - solutions.bookingBusiness - summary: Create new navigation property to appointments for solutions + summary: Create bookingAppointment + description: Create a new bookingAppointment for the specified bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0 operationId: solution.bookingBusiness_CreateAppointment parameters: - name: bookingBusiness-id @@ -335,8 +362,11 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get appointments from solutions - description: All the appointments of this business. Read-only. Nullable. + summary: Get bookingAppointment + description: Get the properties and relationships of a bookingAppointment object in the specified bookingBusiness. The startDateTime and endDateTime properties are always returned in UTC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0 operationId: solution.bookingBusiness_GetAppointment parameters: - name: bookingBusiness-id @@ -388,7 +418,11 @@ paths: patch: tags: - solutions.bookingBusiness - summary: Update the navigation property appointments in solutions + 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-1.0 operationId: solution.bookingBusiness_UpdateAppointment parameters: - name: bookingBusiness-id @@ -427,7 +461,11 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete navigation property appointments for solutions + 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-1.0 operationId: solution.bookingBusiness_DeleteAppointment parameters: - name: bookingBusiness-id @@ -530,8 +568,11 @@ paths: 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. + summary: List business calendarView + description: Get the collection of bookingAppointment objects for a bookingBusiness that occurs in the specified date range. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0 operationId: solution.bookingBusiness_ListCalendarView parameters: - name: bookingBusiness-id @@ -837,6 +878,22 @@ paths: 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/search' - $ref: '#/components/parameters/filter' responses: @@ -848,8 +905,11 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get customers from solutions - description: All the customers of this business. Read-only. Nullable. + summary: List customers + description: Get a list of bookingCustomer objects of a business. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0 operationId: solution.bookingBusiness_ListCustomer parameters: - name: bookingBusiness-id @@ -907,7 +967,11 @@ paths: post: tags: - solutions.bookingBusiness - summary: Create new navigation property to customers for solutions + summary: Create bookingCustomer + description: Create a new bookingCustomer object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0 operationId: solution.bookingBusiness_CreateCustomer parameters: - name: bookingBusiness-id @@ -939,8 +1003,11 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get customers from solutions - description: All the customers of this business. Read-only. Nullable. + summary: Get bookingCustomer + description: Get the properties and relationships of a bookingCustomer object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0 operationId: solution.bookingBusiness_GetCustomer parameters: - name: bookingBusiness-id @@ -992,7 +1059,11 @@ paths: patch: tags: - solutions.bookingBusiness - summary: Update the navigation property customers in solutions + summary: Update bookingCustomer + description: Update the properties of a bookingCustomer object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingcustomer-update?view=graph-rest-1.0 operationId: solution.bookingBusiness_UpdateCustomer parameters: - name: bookingBusiness-id @@ -1031,7 +1102,11 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete navigation property customers for solutions + summary: Delete bookingCustomer + description: Delete the specified bookingCustomer object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0 operationId: solution.bookingBusiness_DeleteCustomer parameters: - name: bookingBusiness-id @@ -1088,8 +1163,11 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get customQuestions from solutions - description: All the custom questions of this business. Read-only. Nullable. + summary: List customQuestions + description: Get the bookingCustomQuestion resources associated with a bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0 operationId: solution.bookingBusiness_ListCustomQuestion parameters: - name: bookingBusiness-id @@ -1147,7 +1225,11 @@ paths: post: tags: - solutions.bookingBusiness - summary: Create new navigation property to customQuestions for solutions + summary: Create bookingCustomQuestion + description: Create a new bookingCustomQuestion object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0 operationId: solution.bookingBusiness_CreateCustomQuestion parameters: - name: bookingBusiness-id @@ -1179,8 +1261,11 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get customQuestions from solutions - description: All the custom questions of this business. Read-only. Nullable. + summary: Get bookingCustomQuestion + description: Read the properties and relationships of a bookingCustomQuestion object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0 operationId: solution.bookingBusiness_GetCustomQuestion parameters: - name: bookingBusiness-id @@ -1232,7 +1317,11 @@ paths: patch: tags: - solutions.bookingBusiness - summary: Update the navigation property customQuestions in solutions + summary: Update bookingCustomQuestion + description: Update the properties of a bookingCustomQuestion object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingcustomquestion-update?view=graph-rest-1.0 operationId: solution.bookingBusiness_UpdateCustomQuestion parameters: - name: bookingBusiness-id @@ -1271,7 +1360,11 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete navigation property customQuestions for solutions + summary: Delete bookingCustomQuestion + description: Delete a bookingCustomQuestion object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0 operationId: solution.bookingBusiness_DeleteCustomQuestion parameters: - name: bookingBusiness-id @@ -1438,8 +1531,11 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get services from solutions - description: All the services offered by this business. Read-only. Nullable. + summary: List services + description: Get a list of bookingService objects in the specified bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0 operationId: solution.bookingBusiness_ListService parameters: - name: bookingBusiness-id @@ -1497,7 +1593,11 @@ paths: post: tags: - solutions.bookingBusiness - summary: Create new navigation property to services for solutions + summary: Create bookingService + description: Create a new bookingService for the specified bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0 operationId: solution.bookingBusiness_CreateService parameters: - name: bookingBusiness-id @@ -1529,8 +1629,11 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get services from solutions - description: All the services offered by this business. Read-only. Nullable. + summary: Get bookingService + description: Get the properties and relationships of a bookingService object in the specified bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0 operationId: solution.bookingBusiness_GetService parameters: - name: bookingBusiness-id @@ -1582,7 +1685,11 @@ paths: patch: tags: - solutions.bookingBusiness - summary: Update the navigation property services in solutions + summary: Update bookingservice + description: "Update the properties of a bookingService object in the specified bookingBusiness. The following are some examples you can customize for a service:\n- Price\n- Typical length of an appointment\n- Reminders\n- Any time buffer to set up before or finish up after the service\n- Scheduling policy parameters, such as minimum notice to book or cancel, and whether customers can select specific staff members for an appointment." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingservice-update?view=graph-rest-1.0 operationId: solution.bookingBusiness_UpdateService parameters: - name: bookingBusiness-id @@ -1621,7 +1728,11 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete navigation property services for solutions + summary: Delete bookingService + description: Delete a bookingService object in the specified bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0 operationId: solution.bookingBusiness_DeleteService parameters: - name: bookingBusiness-id @@ -1678,8 +1789,11 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get staffMembers from solutions - description: All the staff members that provide services in this business. Read-only. Nullable. + summary: List staffMembers + description: Get a list of bookingStaffMember objects in the specified bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0 operationId: solution.bookingBusiness_ListStaffMember parameters: - name: bookingBusiness-id @@ -1737,7 +1851,11 @@ paths: post: tags: - solutions.bookingBusiness - summary: Create new navigation property to staffMembers for solutions + summary: Create bookingStaffMember + description: Create a new bookingStaffMember in the specified bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0 operationId: solution.bookingBusiness_CreateStaffMember parameters: - name: bookingBusiness-id @@ -1769,8 +1887,11 @@ paths: get: tags: - solutions.bookingBusiness - summary: Get staffMembers from solutions - description: All the staff members that provide services in this business. Read-only. Nullable. + summary: Get bookingStaffMember + description: Get the properties and relationships of a bookingStaffMember in the specified bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0 operationId: solution.bookingBusiness_GetStaffMember parameters: - name: bookingBusiness-id @@ -1822,7 +1943,11 @@ paths: patch: tags: - solutions.bookingBusiness - summary: Update the navigation property staffMembers in solutions + summary: Update bookingstaffmember + description: Update the properties of a bookingStaffMember in the specified bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingstaffmember-update?view=graph-rest-1.0 operationId: solution.bookingBusiness_UpdateStaffMember parameters: - name: bookingBusiness-id @@ -1861,7 +1986,11 @@ paths: delete: tags: - solutions.bookingBusiness - summary: Delete navigation property staffMembers for solutions + summary: Delete bookingStaffMember + description: Delete a bookingStaffMember in the specified bookingBusiness. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0 operationId: solution.bookingBusiness_DeleteStaffMember parameters: - name: bookingBusiness-id @@ -1932,7 +2061,11 @@ paths: get: tags: - solutions.bookingCurrency - summary: Get bookingCurrencies from solutions + 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-1.0 operationId: solution_ListBookingCurrency parameters: - $ref: '#/components/parameters/top' @@ -2005,7 +2138,11 @@ paths: get: tags: - solutions.bookingCurrency - summary: Get bookingCurrencies from solutions + 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-1.0 operationId: solution_GetBookingCurrency parameters: - name: bookingCurrency-id @@ -3251,7 +3388,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get webinars from solutions + 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-1.0 operationId: solution.virtualEvent_ListWebinar parameters: - $ref: '#/components/parameters/top' @@ -3324,7 +3465,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get webinars from solutions + 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-1.0 operationId: solution.virtualEvent_GetWebinar parameters: - name: virtualEventWebinar-id @@ -3426,8 +3571,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get registrations from solutions - description: Registration records of the webinar. + 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/virtualeventwebinar-list-registrations?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar_ListRegistration parameters: - name: virtualEventWebinar-id @@ -3517,8 +3665,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get registrations from solutions - description: Registration records of the webinar. + 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-1.0 operationId: solution.virtualEvent.webinar_GetRegistration parameters: - name: virtualEventWebinar-id @@ -3666,8 +3817,8 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get sessions from solutions - description: Sessions for the virtual event. + summary: Get virtualEventSession + description: Read the properties and relationships of a virtualEventSession object. operationId: solution.virtualEvent.webinar_ListSession parameters: - name: virtualEventWebinar-id @@ -3757,8 +3908,11 @@ paths: get: tags: - solutions.virtualEventsRoot - summary: Get sessions from solutions - description: Sessions for the virtual event. + summary: Get virtualEventSession + description: Read the properties and relationships of a virtualEventSession object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-1.0 operationId: solution.virtualEvent.webinar_GetSession parameters: - name: virtualEventWebinar-id @@ -5487,10 +5641,10 @@ components: properties: isRequired: type: boolean - description: The ID of the custom question. + description: Indicates whether it's mandatory to answer the custom question. questionId: type: string - description: Indicates whether it's mandatory to answer the custom question. + description: The ID of the custom question. additionalProperties: type: object microsoft.graph.communicationsIdentitySet: @@ -6038,6 +6192,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -6047,6 +6202,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 diff --git a/openApiDocs/v1.0/Calendar.yml b/openApiDocs/v1.0/Calendar.yml index d0652338939..454afa84f30 100644 --- a/openApiDocs/v1.0/Calendar.yml +++ b/openApiDocs/v1.0/Calendar.yml @@ -60,6 +60,7 @@ paths: 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 @@ -254,6 +255,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -294,6 +296,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 @@ -411,6 +414,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -618,6 +622,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -694,6 +699,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -948,6 +954,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -996,6 +1003,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 @@ -1783,6 +1791,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -1804,6 +1813,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -1828,6 +1838,7 @@ paths: 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 @@ -1957,7 +1968,11 @@ paths: patch: tags: - groups.calendar - summary: Update the navigation property events in groups + summary: Update event + description: Update an event object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0 operationId: group.calendar_UpdateEvent parameters: - name: group-id @@ -2053,6 +2068,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -2260,6 +2276,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2336,6 +2353,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -2590,6 +2608,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2638,6 +2657,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 @@ -3425,6 +3445,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -3446,6 +3467,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -3456,8 +3478,11 @@ paths: get: tags: - groups.event - summary: Get calendarView from groups - description: The calendar view for the calendar. Read-only. + summary: List group calendarView + description: "Get the occurrences, exceptions, and single instances of events in a calendar view defined by a time range,\nfrom the default calendar of a group." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-calendarview?view=graph-rest-1.0 operationId: group_ListCalendarView parameters: - name: group-id @@ -3486,6 +3511,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 @@ -3603,6 +3629,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -3810,6 +3837,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -3886,6 +3914,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -4140,6 +4169,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -4188,6 +4218,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 @@ -4975,6 +5006,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -4996,6 +5028,23 @@ paths: schema: type: string x-ms-docs-key-type: group + - name: startDateTime + 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: endDateTime + 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/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -5006,8 +5055,11 @@ paths: get: tags: - groups.event - summary: Get events from groups - description: The group's calendar events. + summary: List events + description: Retrieve a list of event objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0 operationId: group_ListEvent parameters: - name: group-id @@ -5020,6 +5072,7 @@ paths: 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 @@ -5054,7 +5107,11 @@ paths: post: tags: - groups.event - summary: Create new navigation property to events for groups + summary: Create event + description: Use this API to create a new event. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0 operationId: group_CreateEvent parameters: - name: group-id @@ -5086,8 +5143,11 @@ paths: get: tags: - groups.event - summary: Get events from groups - description: The group's calendar events. + summary: Get event + description: Get an event object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0 operationId: group_GetEvent parameters: - name: group-id @@ -5168,7 +5228,11 @@ paths: delete: tags: - groups.event - summary: Delete navigation property events for groups + summary: Delete event + description: Delete an event object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0 operationId: group_DeleteEvent parameters: - name: group-id @@ -5225,6 +5289,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -5432,6 +5497,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -5486,8 +5552,8 @@ paths: get: tags: - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. + summary: Get open extension + description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. operationId: group.event_ListExtension parameters: - name: group-id @@ -5508,6 +5574,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -5552,7 +5619,11 @@ paths: post: tags: - groups.event - summary: Create new navigation property to extensions for groups + summary: Create open extension + 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/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: group.event_CreateExtension parameters: - name: group-id @@ -5592,8 +5663,11 @@ paths: get: tags: - groups.event - summary: Get extensions from groups - description: The collection of open extensions defined for the event. Nullable. + summary: Get open extension + description: Get an open extension (openTypeExtension object) identified by name or fully qualified name. The table in the Permissions section lists the resources that support open extensions. The following table lists the three scenarios where you can get an open extension from a supported resource instance. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0 operationId: group.event_GetExtension parameters: - name: group-id @@ -5762,6 +5836,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -5810,6 +5885,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 @@ -6597,6 +6673,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -6618,6 +6695,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -6690,7 +6768,11 @@ paths: get: tags: - places.place - summary: Get the item of type microsoft.graph.place as microsoft.graph.room + summary: List places + description: 'Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: place_GetPlaceAsRoom parameters: - name: place-id @@ -7030,7 +7112,11 @@ paths: get: tags: - places.place - summary: Get the items of type microsoft.graph.room in the microsoft.graph.place collection + summary: List places + description: 'Get a collection of the specified type of place objects defined in the tenant. For example, you can get all the rooms, all the room lists, or the rooms in a specific room list in the tenant. A place object can be one of the following types: Both room and roomList are derived from the place object. By default, this operation returns 100 places per page. Compared with the findRooms and findRoomLists functions, this operation returns a richer payload for rooms and room lists. See details for how they compare.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0 operationId: place_ListPlaceAsRoom parameters: - $ref: '#/components/parameters/top' @@ -7225,8 +7311,11 @@ paths: get: tags: - users.calendar - summary: Get calendarPermissions from users - description: The permissions of the users with whom the calendar is shared. + summary: List calendarPermissions + description: 'Get a collection of calendarPermission resources that describe the identity and roles of users with whom the specified calendar has been shared or delegated. Here, the calendar can be a user calendar or group calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0 operationId: user.calendar_ListCalendarPermission parameters: - name: user-id @@ -7239,6 +7328,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 @@ -7305,8 +7395,11 @@ paths: get: tags: - users.calendar - summary: Get calendarPermissions from users - description: The permissions of the users with whom the calendar is shared. + summary: Get calendarPermission + description: Get the specified permissions object of a user or group calendar that has been shared. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0 operationId: user.calendar_GetCalendarPermission parameters: - name: user-id @@ -7348,7 +7441,11 @@ paths: patch: tags: - users.calendar - summary: Update the navigation property calendarPermissions in users + summary: Update calendarPermission + description: 'Update the permissions assigned to an existing share recipient or delegate, through the corresponding calendarPermission object for a calendar.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0 operationId: user.calendar_UpdateCalendarPermission parameters: - name: user-id @@ -7387,7 +7484,11 @@ paths: delete: tags: - users.calendar - summary: Delete navigation property calendarPermissions for users + summary: Delete calendarPermission + description: Delete calendarPermission. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0 operationId: user.calendar_DeleteCalendarPermission parameters: - name: user-id @@ -7433,6 +7534,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -7473,6 +7575,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 @@ -7590,6 +7693,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -7797,6 +7901,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -7873,6 +7978,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -8127,6 +8233,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -8175,6 +8282,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 @@ -8962,6 +9070,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -8983,6 +9092,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -9007,6 +9117,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 @@ -9232,6 +9343,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -9439,6 +9551,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -9515,6 +9628,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -9769,6 +9883,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -9817,6 +9932,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 @@ -10604,6 +10720,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -10625,6 +10742,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -10649,6 +10767,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 @@ -10854,6 +10973,7 @@ paths: x-ms-docs-key-type: calendarGroup - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -15602,6 +15722,7 @@ paths: schema: type: string x-ms-docs-key-type: calendarGroup + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -15623,6 +15744,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -15647,6 +15769,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 @@ -15872,6 +15995,7 @@ paths: x-ms-docs-key-type: calendar - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -16106,6 +16230,7 @@ paths: schema: type: string x-ms-docs-key-type: calendar + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -16154,6 +16279,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 @@ -17896,6 +18022,7 @@ paths: schema: type: string x-ms-docs-key-type: calendar + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -17928,6 +18055,7 @@ paths: x-ms-docs-key-type: calendar - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -19802,6 +19930,7 @@ paths: schema: type: string x-ms-docs-key-type: calendar + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -19823,6 +19952,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -19863,6 +19993,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 @@ -20000,6 +20131,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -20207,6 +20339,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -20283,6 +20416,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -20537,6 +20671,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -20585,6 +20720,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 @@ -21372,6 +21508,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -21393,6 +21530,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -21417,6 +21555,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 @@ -21642,6 +21781,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -21849,6 +21989,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -21925,6 +22066,7 @@ paths: x-ms-docs-key-type: event - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -22179,6 +22321,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -22227,6 +22370,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 @@ -23014,6 +23158,7 @@ paths: schema: type: string x-ms-docs-key-type: event + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -23035,6 +23180,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -24272,6 +24418,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 @@ -24288,14 +24442,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 diff --git a/openApiDocs/v1.0/ChangeNotifications.yml b/openApiDocs/v1.0/ChangeNotifications.yml index 9d6a187391c..670dcedbc17 100644 --- a/openApiDocs/v1.0/ChangeNotifications.yml +++ b/openApiDocs/v1.0/ChangeNotifications.yml @@ -17,7 +17,11 @@ paths: url: https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0 operationId: subscription_ListSubscription 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 @@ -343,6 +347,25 @@ components: schema: $ref: '#/components/schemas/microsoft.graph.ODataErrors.ODataError' 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 @@ -351,6 +374,22 @@ components: 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 diff --git a/openApiDocs/v1.0/CloudCommunications.yml b/openApiDocs/v1.0/CloudCommunications.yml index dea0c883530..6b29aca1c0c 100644 --- a/openApiDocs/v1.0/CloudCommunications.yml +++ b/openApiDocs/v1.0/CloudCommunications.yml @@ -69,7 +69,8 @@ paths: get: tags: - communications.callRecord - summary: Get callRecords from communications + summary: Get callRecord + description: 'Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions.' operationId: communication_ListCallRecord parameters: - $ref: '#/components/parameters/top' @@ -142,7 +143,11 @@ paths: get: tags: - communications.callRecord - summary: Get callRecords from communications + summary: Get callRecord + description: 'Retrieve the properties and relationships of a callRecord object. There are two ways to get the id of a callRecord: You can use the $expand query parameter to optionally include session and segment details, as shown in the Get full details example. When you expand session details, the maximum page size is 60 sessions.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0 operationId: communication_GetCallRecord parameters: - name: callRecord-id @@ -244,8 +249,11 @@ paths: get: tags: - communications.callRecord - summary: Get sessions from communications - description: 'List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable.' + summary: List sessions + description: 'Retrieve the list of sessions associated with a callRecord object. If the sessions list is truncated, a sessions@odata.nextLink value will be provided to retrieve the next page of sessions. The maximum page size for sessions is 60 entries.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0 operationId: communication.callRecord_ListSession parameters: - name: callRecord-id @@ -786,7 +794,8 @@ paths: get: tags: - communications.call - summary: Get calls from communications + summary: Get call + description: Retrieve the properties and relationships of a call object. operationId: communication_ListCall parameters: - $ref: '#/components/parameters/top' @@ -836,7 +845,11 @@ paths: post: tags: - communications.call - summary: Create new navigation property to calls for communications + summary: Create call + description: 'Create call enables your bot to create a new outgoing peer-to-peer or group call, or join an existing meeting. You will need to register the calling bot and go through the list of permissions needed as mentioned below.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0 operationId: communication_CreateCall requestBody: description: New navigation property @@ -859,7 +872,11 @@ paths: get: tags: - communications.call - summary: Get calls from communications + summary: Get call + description: Retrieve the properties and relationships of a call object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0 operationId: communication_GetCall parameters: - name: call-id @@ -934,7 +951,11 @@ paths: delete: tags: - communications.call - summary: Delete navigation property calls for communications + summary: Delete call + description: 'Delete or hang up an active call. For group calls, this will only delete your call leg and the underlying group call will still continue.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0 operationId: communication_DeleteCall parameters: - name: call-id @@ -961,7 +982,11 @@ paths: get: tags: - communications.call - summary: Get audioRoutingGroups from communications + summary: List audioRoutingGroups + description: Retrieve a list of audioRoutingGroup objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0 operationId: communication.call_ListAudioRoutingGroup parameters: - name: call-id @@ -1019,7 +1044,11 @@ paths: post: tags: - communications.call - summary: Create new navigation property to audioRoutingGroups for communications + summary: Create audioRoutingGroup + description: Create a new audioRoutingGroup. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0 operationId: communication.call_CreateAudioRoutingGroup parameters: - name: call-id @@ -1051,7 +1080,11 @@ paths: get: tags: - communications.call - summary: Get audioRoutingGroups from communications + summary: Get audioRoutingGroup + description: Retrieve the properties and relationships of an audioRoutingGroup object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0 operationId: communication.call_GetAudioRoutingGroup parameters: - name: call-id @@ -1103,7 +1136,11 @@ paths: patch: tags: - communications.call - summary: Update the navigation property audioRoutingGroups in communications + summary: Update audioRoutingGroup + description: Modify sources and receivers of an audioRoutingGroup. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0 operationId: communication.call_UpdateAudioRoutingGroup parameters: - name: call-id @@ -1142,7 +1179,11 @@ paths: delete: tags: - communications.call - summary: Delete navigation property audioRoutingGroups for communications + summary: Delete audioRoutingGroup + description: Delete the specified audioRoutingGroup. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0 operationId: communication.call_DeleteAudioRoutingGroup parameters: - name: call-id @@ -1199,7 +1240,11 @@ paths: get: tags: - communications.call - summary: Get contentSharingSessions from communications + summary: List contentSharingSessions + description: Retrieve a list of contentSharingSession objects in a call. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0 operationId: communication.call_ListContentSharingSession parameters: - name: call-id @@ -1289,7 +1334,11 @@ paths: get: tags: - communications.call - summary: Get contentSharingSessions from communications + summary: Get contentSharingSession + description: Retrieve the properties of a contentSharingSession object in a call. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0 operationId: communication.call_GetContentSharingSession parameters: - name: call-id @@ -2102,7 +2151,8 @@ paths: get: tags: - communications.call - summary: Get operations from communications + summary: Get addLargeGalleryViewOperation + description: Get the status of an operation that adds the large gallery view to a call. operationId: communication.call_ListOperation parameters: - name: call-id @@ -2192,7 +2242,11 @@ paths: get: tags: - communications.call - summary: Get operations from communications + summary: Get addLargeGalleryViewOperation + description: Get the status of an operation that adds the large gallery view to a call. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0 operationId: communication.call_GetOperation parameters: - name: call-id @@ -2340,7 +2394,11 @@ paths: get: tags: - communications.call - summary: Get participants from communications + summary: List participants + description: Retrieve a list of participant objects in the call. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0 operationId: communication.call_ListParticipant parameters: - name: call-id @@ -2430,7 +2488,11 @@ paths: get: tags: - communications.call - summary: Get participants from communications + summary: Get participant + description: Retrieve the properties and relationships of a participant object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0 operationId: communication.call_GetParticipant parameters: - name: call-id @@ -2521,7 +2583,11 @@ paths: delete: tags: - communications.call - summary: Delete navigation property participants for communications + summary: Delete participant + 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. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0 operationId: communication.call_DeleteParticipant parameters: - name: call-id @@ -2866,7 +2932,11 @@ paths: get: tags: - communications.onlineMeeting - summary: Get onlineMeetings from communications + summary: Get onlineMeeting + description: 'Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report (deprecated) is an online meeting artifact. For details, see Online meeting artifacts and permissions.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0 operationId: communication_ListOnlineMeeting parameters: - $ref: '#/components/parameters/top' @@ -3570,6 +3640,7 @@ paths: tags: - communications.onlineMeeting summary: Get attendeeReport for the navigation property onlineMeetings from communications + description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. operationId: communication_GetOnlineMeetingsAttendeeReport parameters: - name: onlineMeeting-id @@ -3590,11 +3661,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - communications.onlineMeeting summary: Update attendeeReport for the navigation property onlineMeetings in communications + description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. operationId: communication_SetOnlineMeetingsAttendeeReport parameters: - name: onlineMeeting-id @@ -3618,7 +3689,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - communications.onlineMeeting + summary: Delete attendeeReport for the navigation property onlineMeetings in communications + description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. + operationId: communication_DeleteOnlineMeetingsAttendeeReport + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/communications/onlineMeetings/{onlineMeeting-id}/microsoft.graph.getVirtualAppointmentJoinWebUrl()': get: tags: @@ -3988,7 +4084,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - communications.onlineMeeting @@ -4029,7 +4124,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecording' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - communications.onlineMeeting + summary: Delete content for the navigation property recordings in communications + description: The content of the recording. Read-only. + operationId: communication.onlineMeeting_DeleteRecordingsContent + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count': get: tags: @@ -4304,7 +4432,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - communications.onlineMeeting @@ -4345,7 +4472,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.callTranscript' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - communications.onlineMeeting + summary: Delete content for the navigation property transcripts in communications + description: The content of the transcript. Read-only. + operationId: communication.onlineMeeting_DeleteTranscriptsContent + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent': get: tags: @@ -4380,7 +4540,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - communications.onlineMeeting @@ -4417,7 +4576,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - communications.onlineMeeting + summary: Delete metadataContent for the navigation property transcripts in communications + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: communication.onlineMeeting_DeleteTranscriptsMetadataContent + parameters: + - name: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count': get: tags: @@ -4507,7 +4699,8 @@ paths: get: tags: - communications.presence - summary: Get presences from communications + summary: Get presence + description: Get a user's presence information. operationId: communication_ListPresence parameters: - $ref: '#/components/parameters/top' @@ -4580,7 +4773,11 @@ paths: get: tags: - communications.presence - summary: Get presences from communications + summary: Get presence + description: Get a user's presence information. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0 operationId: communication_GetPresence parameters: - name: presence-id @@ -5730,6 +5927,7 @@ paths: tags: - users.onlineMeeting summary: Get attendeeReport for the navigation property onlineMeetings from users + description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. operationId: user_GetOnlineMeetingsAttendeeReport parameters: - name: user-id @@ -5758,11 +5956,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onlineMeeting summary: Update attendeeReport for the navigation property onlineMeetings in users + description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. operationId: user_SetOnlineMeetingsAttendeeReport parameters: - name: user-id @@ -5794,13 +5992,46 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onlineMeeting + summary: Delete attendeeReport for the navigation property onlineMeetings in users + description: The content stream of the attendee report of a Microsoft Teams live event. Read-only. + operationId: user_DeleteOnlineMeetingsAttendeeReport + 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: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings': get: tags: - users.onlineMeeting - summary: Get recordings from users - description: The recordings of an online meeting. Read-only. + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API doesn''t support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' operationId: user.onlineMeeting_ListRecording parameters: - name: user-id @@ -5906,8 +6137,11 @@ paths: get: tags: - users.onlineMeeting - summary: Get recordings from users - description: The recordings of an online meeting. Read-only. + summary: Get callRecording + description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API doesn''t support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0 operationId: user.onlineMeeting_GetRecording parameters: - name: user-id @@ -6095,7 +6329,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onlineMeeting @@ -6144,7 +6377,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.callRecording' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onlineMeeting + summary: Delete content for the navigation property recordings in users + description: The content of the recording. Read-only. + operationId: user.onlineMeeting_DeleteRecordingsContent + 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: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callRecording-id + in: path + description: The unique identifier of callRecording + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callRecording + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count': get: tags: @@ -6179,8 +6453,11 @@ paths: get: tags: - users.onlineMeeting - summary: Get transcripts from users - description: The transcripts of an online meeting. Read-only. + summary: List transcripts + description: Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0 operationId: user.onlineMeeting_ListTranscript parameters: - name: user-id @@ -6286,8 +6563,11 @@ paths: get: tags: - users.onlineMeeting - summary: Get transcripts from users - description: The transcripts of an online meeting. Read-only. + summary: Get callTranscript + description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API doesn't support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0 operationId: user.onlineMeeting_GetTranscript parameters: - name: user-id @@ -6475,7 +6755,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onlineMeeting @@ -6524,7 +6803,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.callTranscript' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onlineMeeting + summary: Delete content for the navigation property transcripts in users + description: The content of the transcript. Read-only. + operationId: user.onlineMeeting_DeleteTranscriptsContent + 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: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent': get: tags: @@ -6567,7 +6887,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onlineMeeting @@ -6612,7 +6931,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onlineMeeting + summary: Delete metadataContent for the navigation property transcripts in users + description: The time-aligned metadata of the utterances in the transcript. Read-only. + operationId: user.onlineMeeting_DeleteTranscriptsMetadataContent + 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: onlineMeeting-id + in: path + description: The unique identifier of onlineMeeting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: onlineMeeting + - name: callTranscript-id + in: path + description: The unique identifier of callTranscript + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: callTranscript + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count': get: tags: @@ -6669,7 +7029,11 @@ paths: get: tags: - users.presence - summary: Get presence from users + summary: 'presence: setStatusMessage' + description: Set a presence status message for a user. An optional expiration date and time can be supplied. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0 operationId: user_GetPresence parameters: - name: user-id @@ -7375,6 +7739,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: @@ -7396,6 +7761,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -7599,6 +7965,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: @@ -8896,6 +9263,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -8905,6 +9273,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 diff --git a/openApiDocs/v1.0/Compliance.yml b/openApiDocs/v1.0/Compliance.yml index e533f27f90f..951901651a4 100644 --- a/openApiDocs/v1.0/Compliance.yml +++ b/openApiDocs/v1.0/Compliance.yml @@ -69,7 +69,11 @@ paths: get: tags: - privacy.subjectRightsRequest - summary: Get subjectRightsRequests from privacy + summary: List subjectRightsRequests + description: Get a list of subjectRightsRequest objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0 operationId: privacy_ListSubjectRightsRequest parameters: - $ref: '#/components/parameters/top' @@ -125,7 +129,11 @@ paths: post: tags: - privacy.subjectRightsRequest - summary: Create new navigation property to subjectRightsRequests for privacy + summary: Create subjectRightsRequest + description: Create a new subjectRightsRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0 operationId: privacy_CreateSubjectRightsRequest requestBody: description: New navigation property @@ -154,7 +162,11 @@ paths: get: tags: - privacy.subjectRightsRequest - summary: Get subjectRightsRequests from privacy + summary: Get subjectRightsRequest + description: Read the properties and relationships of a subjectRightsRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0 operationId: privacy_GetSubjectRightsRequest parameters: - name: subjectRightsRequest-id @@ -204,7 +216,11 @@ paths: patch: tags: - privacy.subjectRightsRequest - summary: Update the navigation property subjectRightsRequests in privacy + summary: Update subjectRightsRequest + description: Update the properties of a subjectRightsRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0 operationId: privacy_UpdateSubjectRightsRequest parameters: - name: subjectRightsRequest-id @@ -1006,8 +1022,11 @@ paths: get: tags: - privacy.subjectRightsRequest - summary: Get notes from privacy - description: List of notes associated with the request. + summary: List authoredNotes + description: 'Get the list of authored notes assoicated with a subject rights request. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0 operationId: privacy.subjectRightsRequest_ListNote parameters: - name: subjectRightsRequest-id @@ -1071,7 +1090,11 @@ paths: post: tags: - privacy.subjectRightsRequest - summary: Create new navigation property to notes for privacy + summary: Create authoredNote + description: Create a new authoredNote object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0 operationId: privacy.subjectRightsRequest_CreateNote parameters: - name: subjectRightsRequest-id @@ -5744,13 +5767,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: @@ -5762,7 +5785,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' @@ -15231,6 +15254,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 diff --git a/openApiDocs/v1.0/CrossDeviceExperiences.yml b/openApiDocs/v1.0/CrossDeviceExperiences.yml index ee35befb533..99aa4fceffa 100644 --- a/openApiDocs/v1.0/CrossDeviceExperiences.yml +++ b/openApiDocs/v1.0/CrossDeviceExperiences.yml @@ -683,13 +683,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: @@ -701,7 +701,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' diff --git a/openApiDocs/v1.0/DeviceManagement.Actions.yml b/openApiDocs/v1.0/DeviceManagement.Actions.yml index d6d4e5f9f12..9bdfb63379f 100644 --- a/openApiDocs/v1.0/DeviceManagement.Actions.yml +++ b/openApiDocs/v1.0/DeviceManagement.Actions.yml @@ -3124,7 +3124,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: @@ -5833,6 +5833,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: @@ -5854,6 +5855,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -6334,13 +6336,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: @@ -6352,7 +6354,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' @@ -7503,7 +7505,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -7823,6 +7824,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: @@ -7923,6 +7925,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: @@ -8228,7 +8231,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 cannot be a dynamic group (that is, groupTypes cannot 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 @@ -8287,7 +8290,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. 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 @@ -9901,6 +9904,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: @@ -10068,6 +10072,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 @@ -10499,7 +10504,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 @@ -12490,7 +12495,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object @@ -13800,6 +13805,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -13809,6 +13815,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 @@ -14526,6 +14533,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -16526,6 +16534,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 @@ -17441,6 +17495,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 @@ -17450,10 +17505,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' @@ -17461,15 +17517,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: @@ -18268,21 +18327,27 @@ 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' additionalProperties: diff --git a/openApiDocs/v1.0/DeviceManagement.Administration.yml b/openApiDocs/v1.0/DeviceManagement.Administration.yml index f6214e71c77..1bfa4f418d6 100644 --- a/openApiDocs/v1.0/DeviceManagement.Administration.yml +++ b/openApiDocs/v1.0/DeviceManagement.Administration.yml @@ -10,8 +10,11 @@ paths: get: tags: - deviceManagement.applePushNotificationCertificate - summary: Get applePushNotificationCertificate from deviceManagement - description: Apple push notification certificate. + summary: Get applePushNotificationCertificate + description: Read properties and relationships of the applePushNotificationCertificate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0 operationId: deviceManagement_GetApplePushNotificationCertificate parameters: - name: $select @@ -47,7 +50,11 @@ paths: patch: tags: - deviceManagement.applePushNotificationCertificate - summary: Update the navigation property applePushNotificationCertificate in deviceManagement + summary: Update applePushNotificationCertificate + description: Update the properties of a applePushNotificationCertificate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateApplePushNotificationCertificate requestBody: description: New navigation property values @@ -88,8 +95,11 @@ paths: get: tags: - deviceManagement.auditEvent - summary: Get auditEvents from deviceManagement - description: The Audit Events + summary: List auditEvents + description: List properties and relationships of the auditEvent objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0 operationId: deviceManagement_ListAuditEvent parameters: - $ref: '#/components/parameters/top' @@ -139,7 +149,11 @@ paths: post: tags: - deviceManagement.auditEvent - summary: Create new navigation property to auditEvents for deviceManagement + summary: Create auditEvent + description: Create a new auditEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-auditing-auditevent-create?view=graph-rest-1.0 operationId: deviceManagement_CreateAuditEvent requestBody: description: New navigation property @@ -162,8 +176,11 @@ paths: get: tags: - deviceManagement.auditEvent - summary: Get auditEvents from deviceManagement - description: The Audit Events + summary: Get auditEvent + description: Read properties and relationships of the auditEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0 operationId: deviceManagement_GetAuditEvent parameters: - name: auditEvent-id @@ -207,7 +224,11 @@ paths: patch: tags: - deviceManagement.auditEvent - summary: Update the navigation property auditEvents in deviceManagement + summary: Update auditEvent + description: Update the properties of a auditEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-auditing-auditevent-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateAuditEvent parameters: - name: auditEvent-id @@ -238,7 +259,11 @@ paths: delete: tags: - deviceManagement.auditEvent - summary: Delete navigation property auditEvents for deviceManagement + summary: Delete auditEvent + description: Deletes a auditEvent. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-auditing-auditevent-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteAuditEvent parameters: - name: auditEvent-id @@ -279,8 +304,11 @@ paths: get: tags: - deviceManagement.complianceManagementPartner - summary: Get complianceManagementPartners from deviceManagement - description: The list of Compliance Management Partners configured by the tenant. + summary: List complianceManagementPartners + description: List properties and relationships of the complianceManagementPartner objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-list?view=graph-rest-1.0 operationId: deviceManagement_ListComplianceManagementPartner parameters: - $ref: '#/components/parameters/top' @@ -330,7 +358,11 @@ paths: post: tags: - deviceManagement.complianceManagementPartner - summary: Create new navigation property to complianceManagementPartners for deviceManagement + summary: Create complianceManagementPartner + description: Create a new complianceManagementPartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-create?view=graph-rest-1.0 operationId: deviceManagement_CreateComplianceManagementPartner requestBody: description: New navigation property @@ -353,8 +385,11 @@ paths: get: tags: - deviceManagement.complianceManagementPartner - summary: Get complianceManagementPartners from deviceManagement - description: The list of Compliance Management Partners configured by the tenant. + summary: Get complianceManagementPartner + description: Read properties and relationships of the complianceManagementPartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-get?view=graph-rest-1.0 operationId: deviceManagement_GetComplianceManagementPartner parameters: - name: complianceManagementPartner-id @@ -398,7 +433,11 @@ paths: patch: tags: - deviceManagement.complianceManagementPartner - summary: Update the navigation property complianceManagementPartners in deviceManagement + summary: Update complianceManagementPartner + description: Update the properties of a complianceManagementPartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateComplianceManagementPartner parameters: - name: complianceManagementPartner-id @@ -429,7 +468,11 @@ paths: delete: tags: - deviceManagement.complianceManagementPartner - summary: Delete navigation property complianceManagementPartners for deviceManagement + summary: Delete complianceManagementPartner + description: Deletes a complianceManagementPartner. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteComplianceManagementPartner parameters: - name: complianceManagementPartner-id @@ -470,8 +513,11 @@ paths: get: tags: - deviceManagement.deviceManagementPartner - summary: Get deviceManagementPartners from deviceManagement - description: The list of Device Management Partners configured by the tenant. + summary: List deviceManagementPartners + description: List properties and relationships of the deviceManagementPartner objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceManagementPartner parameters: - $ref: '#/components/parameters/top' @@ -521,7 +567,11 @@ paths: post: tags: - deviceManagement.deviceManagementPartner - summary: Create new navigation property to deviceManagementPartners for deviceManagement + summary: Create deviceManagementPartner + description: Create a new deviceManagementPartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceManagementPartner requestBody: description: New navigation property @@ -544,8 +594,11 @@ paths: get: tags: - deviceManagement.deviceManagementPartner - summary: Get deviceManagementPartners from deviceManagement - description: The list of Device Management Partners configured by the tenant. + summary: Get deviceManagementPartner + description: Read properties and relationships of the deviceManagementPartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceManagementPartner parameters: - name: deviceManagementPartner-id @@ -589,7 +642,11 @@ paths: patch: tags: - deviceManagement.deviceManagementPartner - summary: Update the navigation property deviceManagementPartners in deviceManagement + summary: Update deviceManagementPartner + description: Update the properties of a deviceManagementPartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceManagementPartner parameters: - name: deviceManagementPartner-id @@ -620,7 +677,11 @@ paths: delete: tags: - deviceManagement.deviceManagementPartner - summary: Delete navigation property deviceManagementPartners for deviceManagement + summary: Delete deviceManagementPartner + description: Deletes a deviceManagementPartner. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceManagementPartner parameters: - name: deviceManagementPartner-id @@ -661,8 +722,11 @@ paths: get: tags: - deviceManagement.deviceManagementExchangeConnector - summary: Get exchangeConnectors from deviceManagement - description: The list of Exchange Connectors configured by the tenant. + summary: List deviceManagementExchangeConnectors + description: List properties and relationships of the deviceManagementExchangeConnector objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-list?view=graph-rest-1.0 operationId: deviceManagement_ListExchangeConnector parameters: - $ref: '#/components/parameters/top' @@ -712,7 +776,11 @@ paths: post: tags: - deviceManagement.deviceManagementExchangeConnector - summary: Create new navigation property to exchangeConnectors for deviceManagement + summary: Create deviceManagementExchangeConnector + description: Create a new deviceManagementExchangeConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-create?view=graph-rest-1.0 operationId: deviceManagement_CreateExchangeConnector requestBody: description: New navigation property @@ -735,8 +803,11 @@ paths: get: tags: - deviceManagement.deviceManagementExchangeConnector - summary: Get exchangeConnectors from deviceManagement - description: The list of Exchange Connectors configured by the tenant. + summary: Get deviceManagementExchangeConnector + description: Read properties and relationships of the deviceManagementExchangeConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-get?view=graph-rest-1.0 operationId: deviceManagement_GetExchangeConnector parameters: - name: deviceManagementExchangeConnector-id @@ -780,7 +851,11 @@ paths: patch: tags: - deviceManagement.deviceManagementExchangeConnector - summary: Update the navigation property exchangeConnectors in deviceManagement + summary: Update deviceManagementExchangeConnector + description: Update the properties of a deviceManagementExchangeConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateExchangeConnector parameters: - name: deviceManagementExchangeConnector-id @@ -811,7 +886,11 @@ paths: delete: tags: - deviceManagement.deviceManagementExchangeConnector - summary: Delete navigation property exchangeConnectors for deviceManagement + summary: Delete deviceManagementExchangeConnector + description: Deletes a deviceManagementExchangeConnector. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteExchangeConnector parameters: - name: deviceManagementExchangeConnector-id @@ -852,8 +931,11 @@ paths: get: tags: - deviceManagement.iosUpdateDeviceStatus - summary: Get iosUpdateStatuses from deviceManagement - description: The IOS software update installation statuses for this account. + summary: List iosUpdateDeviceStatuses + description: List properties and relationships of the iosUpdateDeviceStatus objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0 operationId: deviceManagement_ListIosUpdateStatus parameters: - $ref: '#/components/parameters/top' @@ -903,7 +985,11 @@ paths: post: tags: - deviceManagement.iosUpdateDeviceStatus - summary: Create new navigation property to iosUpdateStatuses for deviceManagement + summary: Create iosUpdateDeviceStatus + description: Create a new iosUpdateDeviceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-create?view=graph-rest-1.0 operationId: deviceManagement_CreateIosUpdateStatus requestBody: description: New navigation property @@ -926,8 +1012,11 @@ paths: get: tags: - deviceManagement.iosUpdateDeviceStatus - summary: Get iosUpdateStatuses from deviceManagement - description: The IOS software update installation statuses for this account. + summary: Get iosUpdateDeviceStatus + description: Read properties and relationships of the iosUpdateDeviceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0 operationId: deviceManagement_GetIosUpdateStatus parameters: - name: iosUpdateDeviceStatus-id @@ -971,7 +1060,11 @@ paths: patch: tags: - deviceManagement.iosUpdateDeviceStatus - summary: Update the navigation property iosUpdateStatuses in deviceManagement + summary: Update iosUpdateDeviceStatus + description: Update the properties of a iosUpdateDeviceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateIosUpdateStatus parameters: - name: iosUpdateDeviceStatus-id @@ -1002,7 +1095,11 @@ paths: delete: tags: - deviceManagement.iosUpdateDeviceStatus - summary: Delete navigation property iosUpdateStatuses for deviceManagement + summary: Delete iosUpdateDeviceStatus + description: Deletes a iosUpdateDeviceStatus. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteIosUpdateStatus parameters: - name: iosUpdateDeviceStatus-id @@ -1043,8 +1140,11 @@ paths: get: tags: - deviceManagement.mobileThreatDefenseConnector - summary: Get mobileThreatDefenseConnectors from deviceManagement - description: The list of Mobile threat Defense connectors configured by the tenant. + summary: List mobileThreatDefenseConnectors + description: List properties and relationships of the mobileThreatDefenseConnector objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-list?view=graph-rest-1.0 operationId: deviceManagement_ListMobileThreatDefenseConnector parameters: - $ref: '#/components/parameters/top' @@ -1094,7 +1194,11 @@ paths: post: tags: - deviceManagement.mobileThreatDefenseConnector - summary: Create new navigation property to mobileThreatDefenseConnectors for deviceManagement + summary: Create mobileThreatDefenseConnector + description: Create a new mobileThreatDefenseConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-create?view=graph-rest-1.0 operationId: deviceManagement_CreateMobileThreatDefenseConnector requestBody: description: New navigation property @@ -1117,8 +1221,11 @@ paths: get: tags: - deviceManagement.mobileThreatDefenseConnector - summary: Get mobileThreatDefenseConnectors from deviceManagement - description: The list of Mobile threat Defense connectors configured by the tenant. + summary: Get mobileThreatDefenseConnector + description: Read properties and relationships of the mobileThreatDefenseConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-get?view=graph-rest-1.0 operationId: deviceManagement_GetMobileThreatDefenseConnector parameters: - name: mobileThreatDefenseConnector-id @@ -1162,7 +1269,11 @@ paths: patch: tags: - deviceManagement.mobileThreatDefenseConnector - summary: Update the navigation property mobileThreatDefenseConnectors in deviceManagement + summary: Update mobileThreatDefenseConnector + description: Update the properties of a mobileThreatDefenseConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateMobileThreatDefenseConnector parameters: - name: mobileThreatDefenseConnector-id @@ -1193,7 +1304,11 @@ paths: delete: tags: - deviceManagement.mobileThreatDefenseConnector - summary: Delete navigation property mobileThreatDefenseConnectors for deviceManagement + summary: Delete mobileThreatDefenseConnector + description: Deletes a mobileThreatDefenseConnector. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteMobileThreatDefenseConnector parameters: - name: mobileThreatDefenseConnector-id @@ -1234,8 +1349,11 @@ paths: get: tags: - deviceManagement.remoteAssistancePartner - summary: Get remoteAssistancePartners from deviceManagement - description: The remote assist partners. + summary: List remoteAssistancePartners + description: List properties and relationships of the remoteAssistancePartner objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0 operationId: deviceManagement_ListRemoteAssistancePartner parameters: - $ref: '#/components/parameters/top' @@ -1285,7 +1403,11 @@ paths: post: tags: - deviceManagement.remoteAssistancePartner - summary: Create new navigation property to remoteAssistancePartners for deviceManagement + summary: Create remoteAssistancePartner + description: Create a new remoteAssistancePartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-create?view=graph-rest-1.0 operationId: deviceManagement_CreateRemoteAssistancePartner requestBody: description: New navigation property @@ -1308,8 +1430,11 @@ paths: get: tags: - deviceManagement.remoteAssistancePartner - summary: Get remoteAssistancePartners from deviceManagement - description: The remote assist partners. + summary: Get remoteAssistancePartner + description: Read properties and relationships of the remoteAssistancePartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0 operationId: deviceManagement_GetRemoteAssistancePartner parameters: - name: remoteAssistancePartner-id @@ -1353,7 +1478,11 @@ paths: patch: tags: - deviceManagement.remoteAssistancePartner - summary: Update the navigation property remoteAssistancePartners in deviceManagement + summary: Update remoteAssistancePartner + description: Update the properties of a remoteAssistancePartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateRemoteAssistancePartner parameters: - name: remoteAssistancePartner-id @@ -1384,7 +1513,11 @@ paths: delete: tags: - deviceManagement.remoteAssistancePartner - summary: Delete navigation property remoteAssistancePartners for deviceManagement + summary: Delete remoteAssistancePartner + description: Deletes a remoteAssistancePartner. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteRemoteAssistancePartner parameters: - name: remoteAssistancePartner-id @@ -1425,8 +1558,11 @@ paths: get: tags: - deviceManagement.resourceOperation - summary: Get resourceOperations from deviceManagement - description: The Resource Operations. + summary: List resourceOperations + description: List properties and relationships of the resourceOperation objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0 operationId: deviceManagement_ListResourceOperation parameters: - $ref: '#/components/parameters/top' @@ -1476,7 +1612,11 @@ paths: post: tags: - deviceManagement.resourceOperation - summary: Create new navigation property to resourceOperations for deviceManagement + summary: Create resourceOperation + description: Create a new resourceOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-create?view=graph-rest-1.0 operationId: deviceManagement_CreateResourceOperation requestBody: description: New navigation property @@ -1499,8 +1639,11 @@ paths: get: tags: - deviceManagement.resourceOperation - summary: Get resourceOperations from deviceManagement - description: The Resource Operations. + summary: Get resourceOperation + description: Read properties and relationships of the resourceOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0 operationId: deviceManagement_GetResourceOperation parameters: - name: resourceOperation-id @@ -1544,7 +1687,11 @@ paths: patch: tags: - deviceManagement.resourceOperation - summary: Update the navigation property resourceOperations in deviceManagement + summary: Update resourceOperation + description: Update the properties of a resourceOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateResourceOperation parameters: - name: resourceOperation-id @@ -1575,7 +1722,11 @@ paths: delete: tags: - deviceManagement.resourceOperation - summary: Delete navigation property resourceOperations for deviceManagement + summary: Delete resourceOperation + description: Deletes a resourceOperation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteResourceOperation parameters: - name: resourceOperation-id @@ -1616,8 +1767,11 @@ paths: get: tags: - deviceManagement.deviceAndAppManagementRoleAssignment - summary: Get roleAssignments from deviceManagement - description: The Role Assignments. + summary: List deviceAndAppManagementRoleAssignments + description: List properties and relationships of the deviceAndAppManagementRoleAssignment objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0 operationId: deviceManagement_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -1667,7 +1821,11 @@ paths: post: tags: - deviceManagement.deviceAndAppManagementRoleAssignment - summary: Create new navigation property to roleAssignments for deviceManagement + summary: Create deviceAndAppManagementRoleAssignment + description: Create a new deviceAndAppManagementRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-create?view=graph-rest-1.0 operationId: deviceManagement_CreateRoleAssignment requestBody: description: New navigation property @@ -1690,8 +1848,11 @@ paths: get: tags: - deviceManagement.deviceAndAppManagementRoleAssignment - summary: Get roleAssignments from deviceManagement - description: The Role Assignments. + summary: Get deviceAndAppManagementRoleAssignment + description: Read properties and relationships of the deviceAndAppManagementRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0 operationId: deviceManagement_GetRoleAssignment parameters: - name: deviceAndAppManagementRoleAssignment-id @@ -1735,7 +1896,11 @@ paths: patch: tags: - deviceManagement.deviceAndAppManagementRoleAssignment - summary: Update the navigation property roleAssignments in deviceManagement + summary: Update deviceAndAppManagementRoleAssignment + description: Update the properties of a deviceAndAppManagementRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateRoleAssignment parameters: - name: deviceAndAppManagementRoleAssignment-id @@ -1766,7 +1931,11 @@ paths: delete: tags: - deviceManagement.deviceAndAppManagementRoleAssignment - summary: Delete navigation property roleAssignments for deviceManagement + summary: Delete deviceAndAppManagementRoleAssignment + description: Deletes a deviceAndAppManagementRoleAssignment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteRoleAssignment parameters: - name: deviceAndAppManagementRoleAssignment-id @@ -1853,8 +2022,11 @@ paths: get: tags: - deviceManagement.roleDefinition - summary: Get roleDefinitions from deviceManagement - description: The Role Definitions. + summary: List roleDefinitions + description: List properties and relationships of the roleDefinition objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-list?view=graph-rest-1.0 operationId: deviceManagement_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -1904,7 +2076,11 @@ paths: post: tags: - deviceManagement.roleDefinition - summary: Create new navigation property to roleDefinitions for deviceManagement + summary: Create deviceAndAppManagementRoleDefinition + description: Create a new deviceAndAppManagementRoleDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0 operationId: deviceManagement_CreateRoleDefinition requestBody: description: New navigation property @@ -1927,8 +2103,11 @@ paths: get: tags: - deviceManagement.roleDefinition - summary: Get roleDefinitions from deviceManagement - description: The Role Definitions. + summary: Get deviceAndAppManagementRoleDefinition + description: Read properties and relationships of the deviceAndAppManagementRoleDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0 operationId: deviceManagement_GetRoleDefinition parameters: - name: roleDefinition-id @@ -1972,7 +2151,11 @@ paths: patch: tags: - deviceManagement.roleDefinition - summary: Update the navigation property roleDefinitions in deviceManagement + summary: Update deviceAndAppManagementRoleDefinition + description: Update the properties of a deviceAndAppManagementRoleDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateRoleDefinition parameters: - name: roleDefinition-id @@ -2003,7 +2186,11 @@ paths: delete: tags: - deviceManagement.roleDefinition - summary: Delete navigation property roleDefinitions for deviceManagement + summary: Delete roleDefinition + description: Deletes a roleDefinition. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteRoleDefinition parameters: - name: roleDefinition-id @@ -2030,8 +2217,11 @@ paths: get: tags: - deviceManagement.roleDefinition - summary: Get roleAssignments from deviceManagement - description: List of Role assignments for this role definition. + summary: List roleAssignments + description: List properties and relationships of the roleAssignment objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0 operationId: deviceManagement.roleDefinition_ListRoleAssignment parameters: - name: roleDefinition-id @@ -2089,7 +2279,11 @@ paths: post: tags: - deviceManagement.roleDefinition - summary: Create new navigation property to roleAssignments for deviceManagement + summary: Create roleAssignment + description: Create a new roleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-create?view=graph-rest-1.0 operationId: deviceManagement.roleDefinition_CreateRoleAssignment parameters: - name: roleDefinition-id @@ -2121,8 +2315,11 @@ paths: get: tags: - deviceManagement.roleDefinition - summary: Get roleAssignments from deviceManagement - description: List of Role assignments for this role definition. + summary: Get roleAssignment + description: Read properties and relationships of the roleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0 operationId: deviceManagement.roleDefinition_GetRoleAssignment parameters: - name: roleDefinition-id @@ -2174,7 +2371,11 @@ paths: patch: tags: - deviceManagement.roleDefinition - summary: Update the navigation property roleAssignments in deviceManagement + summary: Update roleAssignment + description: Update the properties of a roleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-update?view=graph-rest-1.0 operationId: deviceManagement.roleDefinition_UpdateRoleAssignment parameters: - name: roleDefinition-id @@ -2213,7 +2414,11 @@ paths: delete: tags: - deviceManagement.roleDefinition - summary: Delete navigation property roleAssignments for deviceManagement + summary: Delete roleAssignment + description: Deletes a roleAssignment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-delete?view=graph-rest-1.0 operationId: deviceManagement.roleDefinition_DeleteRoleAssignment parameters: - name: roleDefinition-id @@ -2338,8 +2543,11 @@ paths: get: tags: - deviceManagement.telecomExpenseManagementPartner - summary: Get telecomExpenseManagementPartners from deviceManagement - description: The telecom expense management partners. + summary: List telecomExpenseManagementPartners + description: List properties and relationships of the telecomExpenseManagementPartner objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-list?view=graph-rest-1.0 operationId: deviceManagement_ListTelecomExpenseManagementPartner parameters: - $ref: '#/components/parameters/top' @@ -2389,7 +2597,11 @@ paths: post: tags: - deviceManagement.telecomExpenseManagementPartner - summary: Create new navigation property to telecomExpenseManagementPartners for deviceManagement + summary: Create telecomExpenseManagementPartner + description: Create a new telecomExpenseManagementPartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-create?view=graph-rest-1.0 operationId: deviceManagement_CreateTelecomExpenseManagementPartner requestBody: description: New navigation property @@ -2412,8 +2624,11 @@ paths: get: tags: - deviceManagement.telecomExpenseManagementPartner - summary: Get telecomExpenseManagementPartners from deviceManagement - description: The telecom expense management partners. + summary: Get telecomExpenseManagementPartner + description: Read properties and relationships of the telecomExpenseManagementPartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-get?view=graph-rest-1.0 operationId: deviceManagement_GetTelecomExpenseManagementPartner parameters: - name: telecomExpenseManagementPartner-id @@ -2457,7 +2672,11 @@ paths: patch: tags: - deviceManagement.telecomExpenseManagementPartner - summary: Update the navigation property telecomExpenseManagementPartners in deviceManagement + summary: Update telecomExpenseManagementPartner + description: Update the properties of a telecomExpenseManagementPartner object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateTelecomExpenseManagementPartner parameters: - name: telecomExpenseManagementPartner-id @@ -2488,7 +2707,11 @@ paths: delete: tags: - deviceManagement.telecomExpenseManagementPartner - summary: Delete navigation property telecomExpenseManagementPartners for deviceManagement + summary: Delete telecomExpenseManagementPartner + description: Deletes a telecomExpenseManagementPartner. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteTelecomExpenseManagementPartner parameters: - name: telecomExpenseManagementPartner-id @@ -2529,8 +2752,11 @@ paths: get: tags: - deviceManagement.termsAndConditions - summary: Get termsAndConditions from deviceManagement - description: The terms and conditions associated with device management of the company. + summary: List termsAndConditionses + description: List properties and relationships of the termsAndConditions objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0 operationId: deviceManagement_ListTermsAndCondition parameters: - $ref: '#/components/parameters/top' @@ -2580,7 +2806,11 @@ paths: post: tags: - deviceManagement.termsAndConditions - summary: Create new navigation property to termsAndConditions for deviceManagement + summary: Create termsAndConditions + description: Create a new termsAndConditions object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-create?view=graph-rest-1.0 operationId: deviceManagement_CreateTermsAndCondition requestBody: description: New navigation property @@ -2603,8 +2833,11 @@ paths: get: tags: - deviceManagement.termsAndConditions - summary: Get termsAndConditions from deviceManagement - description: The terms and conditions associated with device management of the company. + summary: Get termsAndConditions + description: Read properties and relationships of the termsAndConditions object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0 operationId: deviceManagement_GetTermsAndCondition parameters: - name: termsAndConditions-id @@ -2648,7 +2881,11 @@ paths: patch: tags: - deviceManagement.termsAndConditions - summary: Update the navigation property termsAndConditions in deviceManagement + summary: Update termsAndConditions + description: Update the properties of a termsAndConditions object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateTermsAndCondition parameters: - name: termsAndConditions-id @@ -2679,7 +2916,11 @@ paths: delete: tags: - deviceManagement.termsAndConditions - summary: Delete navigation property termsAndConditions for deviceManagement + summary: Delete termsAndConditions + description: Deletes a termsAndConditions. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteTermsAndCondition parameters: - name: termsAndConditions-id @@ -2706,8 +2947,11 @@ paths: get: tags: - deviceManagement.termsAndConditions - summary: Get acceptanceStatuses from deviceManagement - description: The list of acceptance statuses for this T&C policy. + summary: List termsAndConditionsAcceptanceStatuses + description: List properties and relationships of the termsAndConditionsAcceptanceStatus objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0 operationId: deviceManagement.termsAndCondition_ListAcceptanceStatus parameters: - name: termsAndConditions-id @@ -2765,7 +3009,11 @@ paths: post: tags: - deviceManagement.termsAndConditions - summary: Create new navigation property to acceptanceStatuses for deviceManagement + summary: Create termsAndConditionsAcceptanceStatus + description: Create a new termsAndConditionsAcceptanceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-create?view=graph-rest-1.0 operationId: deviceManagement.termsAndCondition_CreateAcceptanceStatus parameters: - name: termsAndConditions-id @@ -2797,8 +3045,11 @@ paths: get: tags: - deviceManagement.termsAndConditions - summary: Get acceptanceStatuses from deviceManagement - description: The list of acceptance statuses for this T&C policy. + summary: Get termsAndConditionsAcceptanceStatus + description: Read properties and relationships of the termsAndConditionsAcceptanceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0 operationId: deviceManagement.termsAndCondition_GetAcceptanceStatus parameters: - name: termsAndConditions-id @@ -2850,7 +3101,11 @@ paths: patch: tags: - deviceManagement.termsAndConditions - summary: Update the navigation property acceptanceStatuses in deviceManagement + summary: Update termsAndConditionsAcceptanceStatus + description: Update the properties of a termsAndConditionsAcceptanceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-update?view=graph-rest-1.0 operationId: deviceManagement.termsAndCondition_UpdateAcceptanceStatus parameters: - name: termsAndConditions-id @@ -2889,7 +3144,11 @@ paths: delete: tags: - deviceManagement.termsAndConditions - summary: Delete navigation property acceptanceStatuses for deviceManagement + summary: Delete termsAndConditionsAcceptanceStatus + description: Deletes a termsAndConditionsAcceptanceStatus. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-delete?view=graph-rest-1.0 operationId: deviceManagement.termsAndCondition_DeleteAcceptanceStatus parameters: - name: termsAndConditions-id @@ -3000,8 +3259,11 @@ paths: get: tags: - deviceManagement.termsAndConditions - summary: Get assignments from deviceManagement - description: The list of assignments for this T&C policy. + summary: List termsAndConditionsAssignments + description: List properties and relationships of the termsAndConditionsAssignment objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0 operationId: deviceManagement.termsAndCondition_ListAssignment parameters: - name: termsAndConditions-id @@ -3059,7 +3321,11 @@ paths: post: tags: - deviceManagement.termsAndConditions - summary: Create new navigation property to assignments for deviceManagement + summary: Create termsAndConditionsAssignment + description: Create a new termsAndConditionsAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-create?view=graph-rest-1.0 operationId: deviceManagement.termsAndCondition_CreateAssignment parameters: - name: termsAndConditions-id @@ -3091,8 +3357,11 @@ paths: get: tags: - deviceManagement.termsAndConditions - summary: Get assignments from deviceManagement - description: The list of assignments for this T&C policy. + summary: Get termsAndConditionsAssignment + description: Read properties and relationships of the termsAndConditionsAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0 operationId: deviceManagement.termsAndCondition_GetAssignment parameters: - name: termsAndConditions-id @@ -3144,7 +3413,11 @@ paths: patch: tags: - deviceManagement.termsAndConditions - summary: Update the navigation property assignments in deviceManagement + summary: Update termsAndConditionsAssignment + description: Update the properties of a termsAndConditionsAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-update?view=graph-rest-1.0 operationId: deviceManagement.termsAndCondition_UpdateAssignment parameters: - name: termsAndConditions-id @@ -3183,7 +3456,11 @@ paths: delete: tags: - deviceManagement.termsAndConditions - summary: Delete navigation property assignments for deviceManagement + summary: Delete termsAndConditionsAssignment + description: Deletes a termsAndConditionsAssignment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-delete?view=graph-rest-1.0 operationId: deviceManagement.termsAndCondition_DeleteAssignment parameters: - name: termsAndConditions-id @@ -3332,8 +3609,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get auditEvents from deviceManagement - description: A collection of Cloud PC audit events. + summary: List auditEvents + description: List all the cloudPcAuditEvent objects for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_ListAuditEvent parameters: - $ref: '#/components/parameters/top' @@ -3406,8 +3686,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get auditEvents from deviceManagement - description: A collection of Cloud PC audit events. + summary: Get cloudPcAuditEvent + description: Read the properties and relationships of a cloudPcAuditEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_GetAuditEvent parameters: - name: cloudPcAuditEvent-id @@ -3523,8 +3806,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get cloudPCs from deviceManagement - description: A collection of cloud-managed virtual desktops. + summary: List cloudPCs + description: List the cloudPC devices in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_ListCloudPC parameters: - $ref: '#/components/parameters/top' @@ -3597,8 +3883,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get cloudPCs from deviceManagement - description: A collection of cloud-managed virtual desktops. + summary: Get cloudPC + description: Read the properties and relationships of a specific cloudPC object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_GetCloudPC parameters: - name: cloudPC-id @@ -3714,8 +4003,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get deviceImages from deviceManagement - description: A collection of device image resources on Cloud PC. + summary: List deviceImages + description: List the properties and relationships of cloudPcDeviceImage objects (operating system images) uploaded to Cloud PC. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_ListDeviceImage parameters: - $ref: '#/components/parameters/top' @@ -3765,7 +4057,11 @@ paths: post: tags: - deviceManagement.virtualEndpoint - summary: Create new navigation property to deviceImages for deviceManagement + summary: Create cloudPcDeviceImage + description: Create a new cloudPcDeviceImage object. Upload a custom OS image that you can later provision on Cloud PCs. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_CreateDeviceImage requestBody: description: New navigation property @@ -3788,8 +4084,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get deviceImages from deviceManagement - description: A collection of device image resources on Cloud PC. + summary: Get cloudPcDeviceImage + description: Read the properties and relationships of a specific cloudPcDeviceImage object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_GetDeviceImage parameters: - name: cloudPcDeviceImage-id @@ -3864,7 +4163,11 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - summary: Delete navigation property deviceImages for deviceManagement + summary: Delete cloudPcDeviceImage + description: Delete a cloudPcDeviceImage object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_DeleteDeviceImage parameters: - name: cloudPcDeviceImage-id @@ -3905,8 +4208,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get galleryImages from deviceManagement - description: A collection of gallery image resources on Cloud PC. + summary: List galleryImages + description: List the properties and relationships of cloudPcGalleryImage objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_ListGalleryImage parameters: - $ref: '#/components/parameters/top' @@ -3979,8 +4285,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get galleryImages from deviceManagement - description: A collection of gallery image resources on Cloud PC. + summary: Get cloudPcGalleryImage + description: Read the properties and relationships of a specific cloudPcGalleryImage object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_GetGalleryImage parameters: - name: cloudPcGalleryImage-id @@ -4096,8 +4405,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get onPremisesConnections from deviceManagement - description: A defined collection of Azure resource information that can be used to establish Azure network connections for Cloud PCs. + summary: List onPremisesConnections + description: List properties and relationships of the cloudPcOnPremisesConnection objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_ListOnPremisesConnection parameters: - $ref: '#/components/parameters/top' @@ -4147,7 +4459,11 @@ paths: post: tags: - deviceManagement.virtualEndpoint - summary: Create new navigation property to onPremisesConnections for deviceManagement + summary: Create cloudPcOnPremisesConnection + description: Create a new cloudPcOnPremisesConnection object for provisioning Cloud PCs. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_CreateOnPremisesConnection requestBody: description: New navigation property @@ -4170,8 +4486,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get onPremisesConnections from deviceManagement - description: A defined collection of Azure resource information that can be used to establish Azure network connections for Cloud PCs. + summary: Get cloudPcOnPremisesConnection + description: Read the properties and relationships of the cloudPcOnPremisesConnection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_GetOnPremisesConnection parameters: - name: cloudPcOnPremisesConnection-id @@ -4215,7 +4534,11 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - summary: Update the navigation property onPremisesConnections in deviceManagement + summary: Update cloudPcOnPremisesConnection + description: Update the properties of a cloudPcOnPremisesConnection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_UpdateOnPremisesConnection parameters: - name: cloudPcOnPremisesConnection-id @@ -4246,7 +4569,11 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - summary: Delete navigation property onPremisesConnections for deviceManagement + summary: Delete cloudPcOnPremisesConnection + description: 'Delete a specific cloudPcOnPremisesConnection object. When you delete an Azure network connection, permissions to the service are removed from the specified Azure resources. You cannot delete an Azure network connection when it''s in use, as indicated by the inUse property.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_DeleteOnPremisesConnection parameters: - name: cloudPcOnPremisesConnection-id @@ -4287,8 +4614,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get provisioningPolicies from deviceManagement - description: A collection of Cloud PC provisioning policies. + summary: List provisioningPolicies + description: List properties and relationships of the cloudPcProvisioningPolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_ListProvisioningPolicy parameters: - $ref: '#/components/parameters/top' @@ -4338,7 +4668,11 @@ paths: post: tags: - deviceManagement.virtualEndpoint - summary: Create new navigation property to provisioningPolicies for deviceManagement + summary: Create cloudPcProvisioningPolicy + description: Create a new cloudPcProvisioningPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_CreateProvisioningPolicy requestBody: description: New navigation property @@ -4361,8 +4695,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get provisioningPolicies from deviceManagement - description: A collection of Cloud PC provisioning policies. + summary: Get cloudPcProvisioningPolicy + description: Read the properties and relationships of a cloudPcProvisioningPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_GetProvisioningPolicy parameters: - name: cloudPcProvisioningPolicy-id @@ -4406,7 +4743,11 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - summary: Update the navigation property provisioningPolicies in deviceManagement + summary: Update cloudPcProvisioningPolicy + description: Update the properties of a cloudPcProvisioningPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_UpdateProvisioningPolicy parameters: - name: cloudPcProvisioningPolicy-id @@ -4437,7 +4778,11 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - summary: Delete navigation property provisioningPolicies for deviceManagement + summary: Delete cloudPcProvisioningPolicy + description: Delete a cloudPcProvisioningPolicy object. You can’t delete a policy that’s in use. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_DeleteProvisioningPolicy parameters: - name: cloudPcProvisioningPolicy-id @@ -5098,8 +5443,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get userSettings from deviceManagement - description: A collection of Cloud PC user settings. + summary: List userSettings + description: Get a list of cloudPcUserSetting objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_ListUserSetting parameters: - $ref: '#/components/parameters/top' @@ -5149,7 +5497,11 @@ paths: post: tags: - deviceManagement.virtualEndpoint - summary: Create new navigation property to userSettings for deviceManagement + summary: Create cloudPcUserSetting + description: Create a new cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_CreateUserSetting requestBody: description: New navigation property @@ -5172,8 +5524,11 @@ paths: get: tags: - deviceManagement.virtualEndpoint - summary: Get userSettings from deviceManagement - description: A collection of Cloud PC user settings. + summary: Get cloudPcUserSetting + description: Read the properties and relationships of a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_GetUserSetting parameters: - name: cloudPcUserSetting-id @@ -5217,7 +5572,11 @@ paths: patch: tags: - deviceManagement.virtualEndpoint - summary: Update the navigation property userSettings in deviceManagement + summary: Update cloudPcUserSetting + description: Update the properties of a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_UpdateUserSetting parameters: - name: cloudPcUserSetting-id @@ -5248,7 +5607,11 @@ paths: delete: tags: - deviceManagement.virtualEndpoint - summary: Delete navigation property userSettings for deviceManagement + summary: Delete cloudPcUserSetting + description: Delete a cloudPcUserSetting object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0 operationId: deviceManagement.virtualEndpoint_DeleteUserSetting parameters: - name: cloudPcUserSetting-id @@ -6599,7 +6962,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: @@ -9821,6 +10184,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: @@ -9842,6 +10206,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -10805,13 +11170,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: @@ -10823,7 +11188,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' @@ -11974,7 +12339,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -12294,6 +12658,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: @@ -12394,6 +12759,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: @@ -12699,7 +13065,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 cannot be a dynamic group (that is, groupTypes cannot 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 @@ -12758,7 +13124,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. 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 @@ -14372,6 +14738,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: @@ -14539,6 +14906,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 @@ -15055,7 +15423,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 @@ -17046,7 +17414,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object @@ -18344,6 +18712,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -18353,6 +18722,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 @@ -19090,6 +19460,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -21090,6 +21461,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 @@ -22005,6 +22422,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 @@ -22014,10 +22432,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' @@ -22025,15 +22444,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: @@ -22832,21 +23254,27 @@ 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' additionalProperties: diff --git a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml index aa74f9bcaa6..bc148cfc351 100644 --- a/openApiDocs/v1.0/DeviceManagement.Enrollment.yml +++ b/openApiDocs/v1.0/DeviceManagement.Enrollment.yml @@ -10,8 +10,11 @@ paths: get: tags: - deviceManagement.onPremisesConditionalAccessSettings - summary: Get conditionalAccessSettings from deviceManagement - description: The Exchange on premises conditional access settings. On premises conditional access will require devices to be both enrolled and compliant for mail access + summary: Get onPremisesConditionalAccessSettings + description: Read properties and relationships of the onPremisesConditionalAccessSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-onpremisesconditionalaccesssettings-get?view=graph-rest-1.0 operationId: deviceManagement_GetConditionalAccessSetting parameters: - name: $select @@ -47,7 +50,11 @@ paths: patch: tags: - deviceManagement.onPremisesConditionalAccessSettings - summary: Update the navigation property conditionalAccessSettings in deviceManagement + summary: Update onPremisesConditionalAccessSettings + description: Update the properties of a onPremisesConditionalAccessSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-onpremisesconditionalaccesssettings-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateConditionalAccessSetting requestBody: description: New navigation property values @@ -88,8 +95,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get deviceEnrollmentConfigurations from deviceManagement - description: The list of device enrollment configurations + 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-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceEnrollmentConfiguration parameters: - $ref: '#/components/parameters/top' @@ -139,7 +149,11 @@ paths: post: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Create new navigation property to deviceEnrollmentConfigurations for deviceManagement + summary: Create deviceEnrollmentPlatformRestrictionsConfiguration + description: Create a new deviceEnrollmentPlatformRestrictionsConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceEnrollmentConfiguration requestBody: description: New navigation property @@ -162,8 +176,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get deviceEnrollmentConfigurations from deviceManagement - description: The list of device enrollment configurations + summary: Get deviceEnrollmentWindowsHelloForBusinessConfiguration + description: Read properties and relationships of the deviceEnrollmentWindowsHelloForBusinessConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceEnrollmentConfiguration parameters: - name: deviceEnrollmentConfiguration-id @@ -207,7 +224,11 @@ paths: patch: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Update the navigation property deviceEnrollmentConfigurations in deviceManagement + summary: Update deviceEnrollmentLimitConfiguration + description: Update the properties of a deviceEnrollmentLimitConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceEnrollmentConfiguration parameters: - name: deviceEnrollmentConfiguration-id @@ -238,7 +259,11 @@ paths: delete: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Delete navigation property deviceEnrollmentConfigurations for deviceManagement + summary: Delete deviceEnrollmentLimitConfiguration + description: Deletes a deviceEnrollmentLimitConfiguration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceEnrollmentConfiguration parameters: - name: deviceEnrollmentConfiguration-id @@ -265,8 +290,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get assignments from deviceManagement - description: The list of group assignments for the device configuration profile + summary: List enrollmentConfigurationAssignments + description: List properties and relationships of the enrollmentConfigurationAssignment objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-list?view=graph-rest-1.0 operationId: deviceManagement.deviceEnrollmentConfiguration_ListAssignment parameters: - name: deviceEnrollmentConfiguration-id @@ -324,7 +352,11 @@ paths: post: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Create new navigation property to assignments for deviceManagement + summary: Create enrollmentConfigurationAssignment + description: Create a new enrollmentConfigurationAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-create?view=graph-rest-1.0 operationId: deviceManagement.deviceEnrollmentConfiguration_CreateAssignment parameters: - name: deviceEnrollmentConfiguration-id @@ -356,8 +388,11 @@ paths: get: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Get assignments from deviceManagement - description: The list of group assignments for the device configuration profile + summary: Get enrollmentConfigurationAssignment + description: Read properties and relationships of the enrollmentConfigurationAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-get?view=graph-rest-1.0 operationId: deviceManagement.deviceEnrollmentConfiguration_GetAssignment parameters: - name: deviceEnrollmentConfiguration-id @@ -409,7 +444,11 @@ paths: patch: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Update the navigation property assignments in deviceManagement + summary: Update enrollmentConfigurationAssignment + description: Update the properties of a enrollmentConfigurationAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-update?view=graph-rest-1.0 operationId: deviceManagement.deviceEnrollmentConfiguration_UpdateAssignment parameters: - name: deviceEnrollmentConfiguration-id @@ -448,7 +487,11 @@ paths: delete: tags: - deviceManagement.deviceEnrollmentConfiguration - summary: Delete navigation property assignments for deviceManagement + summary: Delete enrollmentConfigurationAssignment + description: Deletes a enrollmentConfigurationAssignment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceEnrollmentConfiguration_DeleteAssignment parameters: - name: deviceEnrollmentConfiguration-id @@ -519,8 +562,11 @@ paths: get: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity - summary: Get importedWindowsAutopilotDeviceIdentities from deviceManagement - description: Collection of imported Windows autopilot devices. + summary: List importedWindowsAutopilotDeviceIdentities + description: List properties and relationships of the importedWindowsAutopilotDeviceIdentity objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0 operationId: deviceManagement_ListImportedWindowsAutopilotDeviceIdentity parameters: - $ref: '#/components/parameters/top' @@ -570,7 +616,11 @@ paths: post: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity - summary: Create new navigation property to importedWindowsAutopilotDeviceIdentities for deviceManagement + summary: Create importedWindowsAutopilotDeviceIdentity + description: Create a new importedWindowsAutopilotDeviceIdentity object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create?view=graph-rest-1.0 operationId: deviceManagement_CreateImportedWindowsAutopilotDeviceIdentity requestBody: description: New navigation property @@ -593,8 +643,11 @@ paths: get: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity - summary: Get importedWindowsAutopilotDeviceIdentities from deviceManagement - description: Collection of imported Windows autopilot devices. + summary: Get importedWindowsAutopilotDeviceIdentity + description: Read properties and relationships of the importedWindowsAutopilotDeviceIdentity object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0 operationId: deviceManagement_GetImportedWindowsAutopilotDeviceIdentity parameters: - name: importedWindowsAutopilotDeviceIdentity-id @@ -669,7 +722,11 @@ paths: delete: tags: - deviceManagement.importedWindowsAutopilotDeviceIdentity - summary: Delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement + summary: Delete importedWindowsAutopilotDeviceIdentity + description: Deletes a importedWindowsAutopilotDeviceIdentity. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteImportedWindowsAutopilotDeviceIdentity parameters: - name: importedWindowsAutopilotDeviceIdentity-id @@ -710,8 +767,11 @@ paths: get: tags: - deviceManagement.windowsAutopilotDeviceIdentity - summary: Get windowsAutopilotDeviceIdentities from deviceManagement - description: The Windows autopilot device identities contained collection. + summary: List windowsAutopilotDeviceIdentities + description: List properties and relationships of the windowsAutopilotDeviceIdentity objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0 operationId: deviceManagement_ListWindowsAutopilotDeviceIdentity parameters: - $ref: '#/components/parameters/top' @@ -761,7 +821,11 @@ paths: post: tags: - deviceManagement.windowsAutopilotDeviceIdentity - summary: Create new navigation property to windowsAutopilotDeviceIdentities for deviceManagement + summary: Create windowsAutopilotDeviceIdentity + description: Create a new windowsAutopilotDeviceIdentity object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-create?view=graph-rest-1.0 operationId: deviceManagement_CreateWindowsAutopilotDeviceIdentity requestBody: description: New navigation property @@ -784,8 +848,11 @@ paths: get: tags: - deviceManagement.windowsAutopilotDeviceIdentity - summary: Get windowsAutopilotDeviceIdentities from deviceManagement - description: The Windows autopilot device identities contained collection. + summary: Get windowsAutopilotDeviceIdentity + description: Read properties and relationships of the windowsAutopilotDeviceIdentity object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0 operationId: deviceManagement_GetWindowsAutopilotDeviceIdentity parameters: - name: windowsAutopilotDeviceIdentity-id @@ -860,7 +927,11 @@ paths: delete: tags: - deviceManagement.windowsAutopilotDeviceIdentity - summary: Delete navigation property windowsAutopilotDeviceIdentities for deviceManagement + summary: Delete windowsAutopilotDeviceIdentity + description: Deletes a windowsAutopilotDeviceIdentity. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteWindowsAutopilotDeviceIdentity parameters: - name: windowsAutopilotDeviceIdentity-id @@ -1402,7 +1473,7 @@ components: properties: appScopeId: type: string - description: 'Identifier of the app specific scope when the assignment scope is app specific. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by a resource application only. For the entitlement management provider, use this property to specify a catalog, for example /AccessPackageCatalog/beedadfe-01d5-4025-910b-84abb9369997. Supports $filter (eq, in). For example /roleManagement/entitlementManagement/roleAssignments?$filter=appScopeId eq ''/AccessPackageCatalog/{catalog id}''.' + description: 'Identifier of the app specific scope when the assignment scope is app specific. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by a resource application only. For the entitlement management provider, use this property to specify a catalog. For example, /AccessPackageCatalog/beedadfe-01d5-4025-910b-84abb9369997. Supports $filter (eq, in). For example, /roleManagement/entitlementManagement/roleAssignments?$filter=appScopeId eq ''/AccessPackageCatalog/{catalog id}''.' nullable: true condition: type: string diff --git a/openApiDocs/v1.0/DeviceManagement.yml b/openApiDocs/v1.0/DeviceManagement.yml index 389ba21409e..3cfd9fe62eb 100644 --- a/openApiDocs/v1.0/DeviceManagement.yml +++ b/openApiDocs/v1.0/DeviceManagement.yml @@ -166,8 +166,11 @@ paths: get: tags: - admin.edge - summary: Get siteLists from admin - description: A collection of site lists to support Internet Explorer mode. + summary: List browserSiteLists + description: Get a list of the browserSiteList objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode_ListSiteList parameters: - $ref: '#/components/parameters/top' @@ -217,7 +220,11 @@ paths: post: tags: - admin.edge - summary: Create new navigation property to siteLists for admin + summary: Create browserSiteList + description: Create a new browserSiteList object to support Internet Explorer mode. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode_CreateSiteList requestBody: description: New navigation property @@ -240,8 +247,11 @@ paths: get: tags: - admin.edge - summary: Get siteLists from admin - description: A collection of site lists to support Internet Explorer mode. + summary: Get browserSiteList + description: Get a browserSiteList that contains browserSite and browserSharedCookie resources. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode_GetSiteList parameters: - name: browserSiteList-id @@ -285,7 +295,11 @@ paths: patch: tags: - admin.edge - summary: Update the navigation property siteLists in admin + summary: Update browserSiteList + description: Update the properties of a browserSiteList object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode_UpdateSiteList parameters: - name: browserSiteList-id @@ -316,7 +330,11 @@ paths: delete: tags: - admin.edge - summary: Delete navigation property siteLists for admin + summary: Delete browserSiteList + description: Delete a browserSiteList object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode_DeleteSiteList parameters: - name: browserSiteList-id @@ -343,8 +361,11 @@ paths: get: tags: - admin.edge - summary: Get sharedCookies from admin - description: A collection of shared cookies defined for the site list. + summary: List browserSharedCookies + description: Get a list of the browserSharedCookie objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteList_ListSharedCookie parameters: - name: browserSiteList-id @@ -402,7 +423,11 @@ paths: post: tags: - admin.edge - summary: Create new navigation property to sharedCookies for admin + summary: Create browserSharedCookie + description: Create a new browserSharedCookie object in a browserSiteList. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteList_CreateSharedCookie parameters: - name: browserSiteList-id @@ -434,8 +459,11 @@ paths: get: tags: - admin.edge - summary: Get sharedCookies from admin - description: A collection of shared cookies defined for the site list. + summary: Get browserSharedCookie + description: 'Get a session cookie that can be shared between a Microsoft Edge process and an Internet Explorer process, while using Internet Explorer mode.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteList_GetSharedCookie parameters: - name: browserSiteList-id @@ -487,7 +515,11 @@ paths: patch: tags: - admin.edge - summary: Update the navigation property sharedCookies in admin + summary: Update browserSharedCookie + description: Update the properties of a browserSharedCookie object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteList_UpdateSharedCookie parameters: - name: browserSiteList-id @@ -526,7 +558,11 @@ paths: delete: tags: - admin.edge - summary: Delete navigation property sharedCookies for admin + summary: Delete browserSharedCookie + description: Delete a browserSharedCookie from a browserSiteList. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteList_DeleteSharedCookie parameters: - name: browserSiteList-id @@ -583,8 +619,11 @@ paths: get: tags: - admin.edge - summary: Get sites from admin - description: A collection of sites defined for the site list. + summary: List browserSites + description: Get a list of the browserSite objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteList_ListSite parameters: - name: browserSiteList-id @@ -642,7 +681,11 @@ paths: post: tags: - admin.edge - summary: Create new navigation property to sites for admin + summary: Create browserSite + description: Create a new browserSite object in a browserSiteList. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteList_CreateSite parameters: - name: browserSiteList-id @@ -674,8 +717,11 @@ paths: get: tags: - admin.edge - summary: Get sites from admin - description: A collection of sites defined for the site list. + summary: Get browserSite + description: Get a browserSite that resides on a browserSiteList. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteList_GetSite parameters: - name: browserSiteList-id @@ -727,7 +773,11 @@ paths: patch: tags: - admin.edge - summary: Update the navigation property sites in admin + summary: Update browserSite + description: Update the properties of a browserSite object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteList_UpdateSite parameters: - name: browserSiteList-id @@ -766,7 +816,11 @@ paths: delete: tags: - admin.edge - summary: Delete navigation property sites for admin + summary: Delete browserSite + description: Delete a browserSite from a browserSiteList. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteList_DeleteSite parameters: - name: browserSiteList-id @@ -841,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-notification-devicemanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicemanagement-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceManagement parameters: - name: $select @@ -881,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-auditing-devicemanagement-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceManagement requestBody: description: New property values @@ -904,8 +958,11 @@ paths: get: tags: - deviceManagement.detectedApp - summary: Get detectedApps from deviceManagement - description: The list of detected apps associated with a device. + summary: List detectedApps + description: List properties and relationships of the detectedApp objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-detectedapp-list?view=graph-rest-1.0 operationId: deviceManagement_ListDetectedApp parameters: - $ref: '#/components/parameters/top' @@ -955,7 +1012,11 @@ paths: post: tags: - deviceManagement.detectedApp - summary: Create new navigation property to detectedApps for deviceManagement + summary: Create detectedApp + description: Create a new detectedApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-detectedapp-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDetectedApp requestBody: description: New navigation property @@ -978,8 +1039,11 @@ paths: get: tags: - deviceManagement.detectedApp - summary: Get detectedApps from deviceManagement - description: The list of detected apps associated with a device. + summary: Get detectedApp + description: Read properties and relationships of the detectedApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0 operationId: deviceManagement_GetDetectedApp parameters: - name: detectedApp-id @@ -1023,7 +1087,11 @@ paths: patch: tags: - deviceManagement.detectedApp - summary: Update the navigation property detectedApps in deviceManagement + summary: Update detectedApp + description: Update the properties of a detectedApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-detectedapp-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDetectedApp parameters: - name: detectedApp-id @@ -1054,7 +1122,11 @@ paths: delete: tags: - deviceManagement.detectedApp - summary: Delete navigation property detectedApps for deviceManagement + summary: Delete detectedApp + description: Deletes a detectedApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-detectedapp-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDetectedApp parameters: - name: detectedApp-id @@ -1231,8 +1303,11 @@ paths: get: tags: - deviceManagement.deviceCategory - summary: Get deviceCategories from deviceManagement - description: The list of device categories with the tenant. + summary: List deviceCategories + description: List properties and relationships of the deviceCategory objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceCategory parameters: - $ref: '#/components/parameters/top' @@ -1282,7 +1357,11 @@ paths: post: tags: - deviceManagement.deviceCategory - summary: Create new navigation property to deviceCategories for deviceManagement + summary: Create deviceCategory + description: Create a new deviceCategory object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceCategory requestBody: description: New navigation property @@ -1305,8 +1384,11 @@ paths: get: tags: - deviceManagement.deviceCategory - summary: Get deviceCategories from deviceManagement - description: The list of device categories with the tenant. + summary: Get deviceCategory + description: Read properties and relationships of the deviceCategory object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceCategory parameters: - name: deviceCategory-id @@ -1350,7 +1432,11 @@ paths: patch: tags: - deviceManagement.deviceCategory - summary: Update the navigation property deviceCategories in deviceManagement + summary: Update deviceCategory + description: Update the properties of a deviceCategory object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceCategory parameters: - name: deviceCategory-id @@ -1381,7 +1467,11 @@ paths: delete: tags: - deviceManagement.deviceCategory - summary: Delete navigation property deviceCategories for deviceManagement + summary: Delete deviceCategory + description: Deletes a deviceCategory. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceCategory parameters: - name: deviceCategory-id @@ -1422,8 +1512,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get deviceCompliancePolicies from deviceManagement - description: The device compliance policies. + summary: List windows81CompliancePolicies + description: List properties and relationships of the windows81CompliancePolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceCompliancePolicy parameters: - $ref: '#/components/parameters/top' @@ -1473,7 +1566,11 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - summary: Create new navigation property to deviceCompliancePolicies for deviceManagement + summary: Create windows10CompliancePolicy + description: Create a new windows10CompliancePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceCompliancePolicy requestBody: description: New navigation property @@ -1496,8 +1593,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get deviceCompliancePolicies from deviceManagement - description: The device compliance policies. + summary: Get androidCompliancePolicy + description: Read properties and relationships of the androidCompliancePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceCompliancePolicy parameters: - name: deviceCompliancePolicy-id @@ -1541,7 +1641,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update the navigation property deviceCompliancePolicies in deviceManagement + summary: Update windowsPhone81CompliancePolicy + description: Update the properties of a windowsPhone81CompliancePolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81compliancepolicy-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceCompliancePolicy parameters: - name: deviceCompliancePolicy-id @@ -1572,7 +1676,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete navigation property deviceCompliancePolicies for deviceManagement + summary: Delete iosCompliancePolicy + description: Deletes a iosCompliancePolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceCompliancePolicy parameters: - name: deviceCompliancePolicy-id @@ -1599,8 +1707,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get assignments from deviceManagement - description: The collection of assignments for this compliance policy. + summary: List deviceCompliancePolicyAssignments + description: List properties and relationships of the deviceCompliancePolicyAssignment objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_ListAssignment parameters: - name: deviceCompliancePolicy-id @@ -1658,7 +1769,11 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - summary: Create new navigation property to assignments for deviceManagement + summary: Create deviceCompliancePolicyAssignment + description: Create a new deviceCompliancePolicyAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-create?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_CreateAssignment parameters: - name: deviceCompliancePolicy-id @@ -1690,8 +1805,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get assignments from deviceManagement - description: The collection of assignments for this compliance policy. + summary: Get deviceCompliancePolicyAssignment + description: Read properties and relationships of the deviceCompliancePolicyAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_GetAssignment parameters: - name: deviceCompliancePolicy-id @@ -1743,7 +1861,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update the navigation property assignments in deviceManagement + summary: Update deviceCompliancePolicyAssignment + description: Update the properties of a deviceCompliancePolicyAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_UpdateAssignment parameters: - name: deviceCompliancePolicy-id @@ -1782,7 +1904,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete navigation property assignments for deviceManagement + summary: Delete deviceCompliancePolicyAssignment + description: Deletes a deviceCompliancePolicyAssignment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_DeleteAssignment parameters: - name: deviceCompliancePolicy-id @@ -2079,8 +2205,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get deviceStatuses from deviceManagement - description: List of DeviceComplianceDeviceStatus. + summary: List deviceComplianceDeviceStatuses + description: List properties and relationships of the deviceComplianceDeviceStatus objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_ListDeviceStatus parameters: - name: deviceCompliancePolicy-id @@ -2138,7 +2267,11 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - summary: Create new navigation property to deviceStatuses for deviceManagement + summary: Create deviceComplianceDeviceStatus + description: Create a new deviceComplianceDeviceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-create?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_CreateDeviceStatus parameters: - name: deviceCompliancePolicy-id @@ -2170,8 +2303,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get deviceStatuses from deviceManagement - description: List of DeviceComplianceDeviceStatus. + summary: Get deviceComplianceDeviceStatus + description: Read properties and relationships of the deviceComplianceDeviceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_GetDeviceStatus parameters: - name: deviceCompliancePolicy-id @@ -2223,7 +2359,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update the navigation property deviceStatuses in deviceManagement + summary: Update deviceComplianceDeviceStatus + description: Update the properties of a deviceComplianceDeviceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_UpdateDeviceStatus parameters: - name: deviceCompliancePolicy-id @@ -2262,7 +2402,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete navigation property deviceStatuses for deviceManagement + summary: Delete deviceComplianceDeviceStatus + description: Deletes a deviceComplianceDeviceStatus. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_DeleteDeviceStatus parameters: - name: deviceCompliancePolicy-id @@ -2319,8 +2463,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get deviceStatusOverview from deviceManagement - description: Device compliance devices status overview + summary: Get deviceComplianceDeviceOverview + description: Read properties and relationships of the deviceComplianceDeviceOverview object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_GetDeviceStatusOverview parameters: - name: deviceCompliancePolicy-id @@ -2364,7 +2511,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update the navigation property deviceStatusOverview in deviceManagement + summary: Update deviceComplianceDeviceOverview + description: Update the properties of a deviceComplianceDeviceOverview object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_UpdateDeviceStatusOverview parameters: - name: deviceCompliancePolicy-id @@ -2422,8 +2573,11 @@ paths: get: 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. + summary: List deviceComplianceScheduledActionForRules + description: List properties and relationships of the deviceComplianceScheduledActionForRule objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_ListScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -2481,7 +2635,11 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - summary: Create new navigation property to scheduledActionsForRule for deviceManagement + summary: Create deviceComplianceScheduledActionForRule + description: Create a new deviceComplianceScheduledActionForRule object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_CreateScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -2513,8 +2671,11 @@ paths: get: 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. + summary: Get deviceComplianceScheduledActionForRule + description: Read properties and relationships of the deviceComplianceScheduledActionForRule object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_GetScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -2566,7 +2727,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update the navigation property scheduledActionsForRule in deviceManagement + summary: Update deviceComplianceScheduledActionForRule + description: Update the properties of a deviceComplianceScheduledActionForRule object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_UpdateScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -2605,7 +2770,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete navigation property scheduledActionsForRule for deviceManagement + summary: Delete deviceComplianceScheduledActionForRule + description: Deletes a deviceComplianceScheduledActionForRule. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_DeleteScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -2950,8 +3119,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get userStatuses from deviceManagement - description: List of DeviceComplianceUserStatus. + summary: List deviceComplianceUserStatuses + description: List properties and relationships of the deviceComplianceUserStatus objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_ListUserStatus parameters: - name: deviceCompliancePolicy-id @@ -3009,7 +3181,11 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicy - summary: Create new navigation property to userStatuses for deviceManagement + summary: Create deviceComplianceUserStatus + description: Create a new deviceComplianceUserStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-create?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_CreateUserStatus parameters: - name: deviceCompliancePolicy-id @@ -3041,8 +3217,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get userStatuses from deviceManagement - description: List of DeviceComplianceUserStatus. + summary: Get deviceComplianceUserStatus + description: Read properties and relationships of the deviceComplianceUserStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_GetUserStatus parameters: - name: deviceCompliancePolicy-id @@ -3094,7 +3273,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update the navigation property userStatuses in deviceManagement + summary: Update deviceComplianceUserStatus + description: Update the properties of a deviceComplianceUserStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_UpdateUserStatus parameters: - name: deviceCompliancePolicy-id @@ -3133,7 +3316,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicy - summary: Delete navigation property userStatuses for deviceManagement + summary: Delete deviceComplianceUserStatus + description: Deletes a deviceComplianceUserStatus. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_DeleteUserStatus parameters: - name: deviceCompliancePolicy-id @@ -3190,8 +3377,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicy - summary: Get userStatusOverview from deviceManagement - description: Device compliance users status overview + summary: Get deviceComplianceUserOverview + description: Read properties and relationships of the deviceComplianceUserOverview object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_GetUserStatusOverview parameters: - name: deviceCompliancePolicy-id @@ -3235,7 +3425,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicy - summary: Update the navigation property userStatusOverview in deviceManagement + summary: Update deviceComplianceUserOverview + description: Update the properties of a deviceComplianceUserOverview object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicy_UpdateUserStatusOverview parameters: - name: deviceCompliancePolicy-id @@ -3307,8 +3501,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicyDeviceStateSummary - summary: Get deviceCompliancePolicyDeviceStateSummary from deviceManagement - description: The device compliance state summary for this account. + summary: Get deviceCompliancePolicyDeviceStateSummary + description: Read properties and relationships of the deviceCompliancePolicyDeviceStateSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceCompliancePolicyDeviceStateSummary parameters: - name: $select @@ -3344,7 +3541,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicyDeviceStateSummary - summary: Update the navigation property deviceCompliancePolicyDeviceStateSummary in deviceManagement + summary: Update deviceCompliancePolicyDeviceStateSummary + description: Update the properties of a deviceCompliancePolicyDeviceStateSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceCompliancePolicyDeviceStateSummary requestBody: description: New navigation property values @@ -3385,8 +3586,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - summary: Get deviceCompliancePolicySettingStateSummaries from deviceManagement - description: The summary states of compliance policy settings for this account. + summary: List deviceCompliancePolicySettingStateSummaries + description: List properties and relationships of the deviceCompliancePolicySettingStateSummary objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceCompliancePolicySettingStateSummary parameters: - $ref: '#/components/parameters/top' @@ -3436,7 +3640,11 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - summary: Create new navigation property to deviceCompliancePolicySettingStateSummaries for deviceManagement + summary: Create deviceCompliancePolicySettingStateSummary + description: Create a new deviceCompliancePolicySettingStateSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceCompliancePolicySettingStateSummary requestBody: description: New navigation property @@ -3459,8 +3667,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - summary: Get deviceCompliancePolicySettingStateSummaries from deviceManagement - description: The summary states of compliance policy settings for this account. + summary: Get deviceCompliancePolicySettingStateSummary + description: Read properties and relationships of the deviceCompliancePolicySettingStateSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceCompliancePolicySettingStateSummary parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3504,7 +3715,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - summary: Update the navigation property deviceCompliancePolicySettingStateSummaries in deviceManagement + summary: Update deviceCompliancePolicySettingStateSummary + description: Update the properties of a deviceCompliancePolicySettingStateSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceCompliancePolicySettingStateSummary parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3535,7 +3750,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - summary: Delete navigation property deviceCompliancePolicySettingStateSummaries for deviceManagement + summary: Delete deviceCompliancePolicySettingStateSummary + description: Deletes a deviceCompliancePolicySettingStateSummary. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceCompliancePolicySettingStateSummary parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3562,8 +3781,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - summary: Get deviceComplianceSettingStates from deviceManagement - description: Not yet documented + summary: List deviceComplianceSettingStates + description: List properties and relationships of the deviceComplianceSettingState objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicySettingStateSummary_ListDeviceComplianceSettingState parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3621,7 +3843,11 @@ paths: post: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - summary: Create new navigation property to deviceComplianceSettingStates for deviceManagement + summary: Create deviceComplianceSettingState + description: Create a new deviceComplianceSettingState object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-create?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicySettingStateSummary_CreateDeviceComplianceSettingState parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3653,8 +3879,11 @@ paths: get: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - summary: Get deviceComplianceSettingStates from deviceManagement - description: Not yet documented + summary: Get deviceComplianceSettingState + description: Read properties and relationships of the deviceComplianceSettingState object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicySettingStateSummary_GetDeviceComplianceSettingState parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3706,7 +3935,11 @@ paths: patch: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - summary: Update the navigation property deviceComplianceSettingStates in deviceManagement + summary: Update deviceComplianceSettingState + description: Update the properties of a deviceComplianceSettingState object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-update?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicySettingStateSummary_UpdateDeviceComplianceSettingState parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3745,7 +3978,11 @@ paths: delete: tags: - deviceManagement.deviceCompliancePolicySettingStateSummary - summary: Delete navigation property deviceComplianceSettingStates for deviceManagement + summary: Delete deviceComplianceSettingState + description: Deletes a deviceComplianceSettingState. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceCompliancePolicySettingStateSummary_DeleteDeviceComplianceSettingState parameters: - name: deviceCompliancePolicySettingStateSummary-id @@ -3816,8 +4053,11 @@ paths: get: tags: - deviceManagement.deviceConfigurationDeviceStateSummary - summary: Get deviceConfigurationDeviceStateSummaries from deviceManagement - description: The device configuration device state summary for this account. + summary: Get deviceConfigurationDeviceStateSummary + description: Read properties and relationships of the deviceConfigurationDeviceStateSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceConfigurationDeviceStateSummary parameters: - name: $select @@ -3853,7 +4093,11 @@ paths: patch: tags: - deviceManagement.deviceConfigurationDeviceStateSummary - summary: Update the navigation property deviceConfigurationDeviceStateSummaries in deviceManagement + summary: Update deviceConfigurationDeviceStateSummary + description: Update the properties of a deviceConfigurationDeviceStateSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceConfigurationDeviceStateSummary requestBody: description: New navigation property values @@ -3894,8 +4138,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get deviceConfigurations from deviceManagement - description: The device configurations. + summary: List windowsPhone81CustomConfigurations + description: List properties and relationships of the windowsPhone81CustomConfiguration objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81customconfiguration-list?view=graph-rest-1.0 operationId: deviceManagement_ListDeviceConfiguration parameters: - $ref: '#/components/parameters/top' @@ -3945,7 +4192,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create new navigation property to deviceConfigurations for deviceManagement + summary: Create androidCustomConfiguration + description: Create a new androidCustomConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-create?view=graph-rest-1.0 operationId: deviceManagement_CreateDeviceConfiguration requestBody: description: New navigation property @@ -3968,8 +4219,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get deviceConfigurations from deviceManagement - description: The device configurations. + 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-windows10secureassessmentconfiguration-get?view=graph-rest-1.0 operationId: deviceManagement_GetDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -4013,7 +4267,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update the navigation property deviceConfigurations in deviceManagement + summary: Update windows10TeamGeneralConfiguration + description: Update the properties of a windows10TeamGeneralConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10teamgeneralconfiguration-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -4044,7 +4302,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete navigation property deviceConfigurations for deviceManagement + summary: Delete macOSGeneralDeviceConfiguration + description: Deletes a macOSGeneralDeviceConfiguration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteDeviceConfiguration parameters: - name: deviceConfiguration-id @@ -4071,8 +4333,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get assignments from deviceManagement - description: The list of assignments for the device configuration profile. + summary: List deviceConfigurationAssignments + description: List properties and relationships of the deviceConfigurationAssignment objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_ListAssignment parameters: - name: deviceConfiguration-id @@ -4130,7 +4395,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create new navigation property to assignments for deviceManagement + summary: Create deviceConfigurationAssignment + description: Create a new deviceConfigurationAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-create?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_CreateAssignment parameters: - name: deviceConfiguration-id @@ -4162,8 +4431,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get assignments from deviceManagement - description: The list of assignments for the device configuration profile. + summary: Get deviceConfigurationAssignment + description: Read properties and relationships of the deviceConfigurationAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_GetAssignment parameters: - name: deviceConfiguration-id @@ -4215,7 +4487,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update the navigation property assignments in deviceManagement + summary: Update deviceConfigurationAssignment + description: Update the properties of a deviceConfigurationAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-update?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_UpdateAssignment parameters: - name: deviceConfiguration-id @@ -4254,7 +4530,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete navigation property assignments for deviceManagement + summary: Delete deviceConfigurationAssignment + description: Deletes a deviceConfigurationAssignment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_DeleteAssignment parameters: - name: deviceConfiguration-id @@ -4311,8 +4591,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get deviceSettingStateSummaries from deviceManagement - description: Device Configuration Setting State Device Summary + summary: List settingStateDeviceSummaries + description: List properties and relationships of the settingStateDeviceSummary objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_ListDeviceSettingStateSummary parameters: - name: deviceConfiguration-id @@ -4370,7 +4653,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create new navigation property to deviceSettingStateSummaries for deviceManagement + summary: Create settingStateDeviceSummary + description: Create a new settingStateDeviceSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-create?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_CreateDeviceSettingStateSummary parameters: - name: deviceConfiguration-id @@ -4402,8 +4689,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get deviceSettingStateSummaries from deviceManagement - description: Device Configuration Setting State Device Summary + summary: Get settingStateDeviceSummary + description: Read properties and relationships of the settingStateDeviceSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_GetDeviceSettingStateSummary parameters: - name: deviceConfiguration-id @@ -4455,7 +4745,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update the navigation property deviceSettingStateSummaries in deviceManagement + summary: Update settingStateDeviceSummary + description: Update the properties of a settingStateDeviceSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-update?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_UpdateDeviceSettingStateSummary parameters: - name: deviceConfiguration-id @@ -4494,7 +4788,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete navigation property deviceSettingStateSummaries for deviceManagement + summary: Delete settingStateDeviceSummary + description: Deletes a settingStateDeviceSummary. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_DeleteDeviceSettingStateSummary parameters: - name: deviceConfiguration-id @@ -4551,8 +4849,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get deviceStatuses from deviceManagement - description: Device configuration installation status by device. + summary: List deviceConfigurationDeviceStatuses + description: List properties and relationships of the deviceConfigurationDeviceStatus objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_ListDeviceStatus parameters: - name: deviceConfiguration-id @@ -4610,7 +4911,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create new navigation property to deviceStatuses for deviceManagement + summary: Create deviceConfigurationDeviceStatus + description: Create a new deviceConfigurationDeviceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-create?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_CreateDeviceStatus parameters: - name: deviceConfiguration-id @@ -4642,8 +4947,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get deviceStatuses from deviceManagement - description: Device configuration installation status by device. + summary: Get deviceConfigurationDeviceStatus + description: Read properties and relationships of the deviceConfigurationDeviceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_GetDeviceStatus parameters: - name: deviceConfiguration-id @@ -4695,7 +5003,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update the navigation property deviceStatuses in deviceManagement + summary: Update deviceConfigurationDeviceStatus + description: Update the properties of a deviceConfigurationDeviceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-update?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_UpdateDeviceStatus parameters: - name: deviceConfiguration-id @@ -4734,7 +5046,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete navigation property deviceStatuses for deviceManagement + summary: Delete deviceConfigurationDeviceStatus + description: Deletes a deviceConfigurationDeviceStatus. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_DeleteDeviceStatus parameters: - name: deviceConfiguration-id @@ -4791,8 +5107,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get deviceStatusOverview from deviceManagement - description: Device Configuration devices status overview + summary: Get deviceConfigurationDeviceOverview + description: Read properties and relationships of the deviceConfigurationDeviceOverview object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_GetDeviceStatusOverview parameters: - name: deviceConfiguration-id @@ -4836,7 +5155,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update the navigation property deviceStatusOverview in deviceManagement + summary: Update deviceConfigurationDeviceOverview + description: Update the properties of a deviceConfigurationDeviceOverview object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_UpdateDeviceStatusOverview parameters: - name: deviceConfiguration-id @@ -4894,8 +5217,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get userStatuses from deviceManagement - description: Device configuration installation status by user. + summary: List deviceConfigurationUserStatuses + description: List properties and relationships of the deviceConfigurationUserStatus objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_ListUserStatus parameters: - name: deviceConfiguration-id @@ -4953,7 +5279,11 @@ paths: post: tags: - deviceManagement.deviceConfiguration - summary: Create new navigation property to userStatuses for deviceManagement + summary: Create deviceConfigurationUserStatus + description: Create a new deviceConfigurationUserStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-create?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_CreateUserStatus parameters: - name: deviceConfiguration-id @@ -4985,8 +5315,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get userStatuses from deviceManagement - description: Device configuration installation status by user. + summary: Get deviceConfigurationUserStatus + description: Read properties and relationships of the deviceConfigurationUserStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_GetUserStatus parameters: - name: deviceConfiguration-id @@ -5038,7 +5371,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update the navigation property userStatuses in deviceManagement + summary: Update deviceConfigurationUserStatus + description: Update the properties of a deviceConfigurationUserStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-update?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_UpdateUserStatus parameters: - name: deviceConfiguration-id @@ -5077,7 +5414,11 @@ paths: delete: tags: - deviceManagement.deviceConfiguration - summary: Delete navigation property userStatuses for deviceManagement + summary: Delete deviceConfigurationUserStatus + description: Deletes a deviceConfigurationUserStatus. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-delete?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_DeleteUserStatus parameters: - name: deviceConfiguration-id @@ -5134,8 +5475,11 @@ paths: get: tags: - deviceManagement.deviceConfiguration - summary: Get userStatusOverview from deviceManagement - description: Device Configuration users status overview + summary: Get deviceConfigurationUserOverview + description: Read properties and relationships of the deviceConfigurationUserOverview object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-get?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_GetUserStatusOverview parameters: - name: deviceConfiguration-id @@ -5179,7 +5523,11 @@ paths: patch: tags: - deviceManagement.deviceConfiguration - summary: Update the navigation property userStatusOverview in deviceManagement + summary: Update deviceConfigurationUserOverview + description: Update the properties of a deviceConfigurationUserOverview object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-update?view=graph-rest-1.0 operationId: deviceManagement.deviceConfiguration_UpdateUserStatusOverview parameters: - name: deviceConfiguration-id @@ -5340,7 +5688,11 @@ paths: post: tags: - deviceManagement.managedDevice - summary: Create new navigation property to managedDevices for deviceManagement + summary: Create managedDevice + description: Create a new managedDevice object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-create?view=graph-rest-1.0 operationId: deviceManagement_CreateManagedDevice requestBody: description: New navigation property @@ -5439,7 +5791,11 @@ paths: delete: tags: - deviceManagement.managedDevice - summary: Delete navigation property managedDevices for deviceManagement + summary: Delete managedDevice + description: Deletes a managedDevice. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-manageddevice-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteManagedDevice parameters: - name: managedDevice-id @@ -6706,8 +7062,11 @@ paths: get: tags: - deviceManagement.mobileAppTroubleshootingEvent - summary: Get mobileAppTroubleshootingEvents from deviceManagement - description: The collection property of MobileAppTroubleshootingEvent. + summary: List mobileAppTroubleshootingEvents + description: List properties and relationships of the mobileAppTroubleshootingEvent objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0 operationId: deviceManagement_ListMobileAppTroubleshootingEvent parameters: - $ref: '#/components/parameters/top' @@ -6757,7 +7116,11 @@ paths: post: tags: - deviceManagement.mobileAppTroubleshootingEvent - summary: Create new navigation property to mobileAppTroubleshootingEvents for deviceManagement + summary: Create mobileAppTroubleshootingEvent + description: Create a new mobileAppTroubleshootingEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-create?view=graph-rest-1.0 operationId: deviceManagement_CreateMobileAppTroubleshootingEvent requestBody: description: New navigation property @@ -6780,8 +7143,11 @@ paths: get: tags: - deviceManagement.mobileAppTroubleshootingEvent - summary: Get mobileAppTroubleshootingEvents from deviceManagement - description: The collection property of MobileAppTroubleshootingEvent. + summary: Get mobileAppTroubleshootingEvent + description: Read properties and relationships of the mobileAppTroubleshootingEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0 operationId: deviceManagement_GetMobileAppTroubleshootingEvent parameters: - name: mobileAppTroubleshootingEvent-id @@ -6825,7 +7191,11 @@ paths: patch: tags: - deviceManagement.mobileAppTroubleshootingEvent - summary: Update the navigation property mobileAppTroubleshootingEvents in deviceManagement + summary: Update mobileAppTroubleshootingEvent + description: Update the properties of a mobileAppTroubleshootingEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateMobileAppTroubleshootingEvent parameters: - name: mobileAppTroubleshootingEvent-id @@ -6856,7 +7226,11 @@ paths: delete: tags: - deviceManagement.mobileAppTroubleshootingEvent - summary: Delete navigation property mobileAppTroubleshootingEvents for deviceManagement + summary: Delete mobileAppTroubleshootingEvent + description: Deletes a mobileAppTroubleshootingEvent. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteMobileAppTroubleshootingEvent parameters: - name: mobileAppTroubleshootingEvent-id @@ -6883,8 +7257,11 @@ paths: get: tags: - deviceManagement.mobileAppTroubleshootingEvent - summary: Get appLogCollectionRequests from deviceManagement - description: Indicates collection of App Log Upload Request. + summary: List appLogCollectionRequests + description: List properties and relationships of the appLogCollectionRequest objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0 operationId: deviceManagement.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -6942,7 +7319,11 @@ paths: post: tags: - deviceManagement.mobileAppTroubleshootingEvent - summary: Create new navigation property to appLogCollectionRequests for deviceManagement + summary: Create appLogCollectionRequest + description: Create a new appLogCollectionRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-create?view=graph-rest-1.0 operationId: deviceManagement.mobileAppTroubleshootingEvent_CreateAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -6974,8 +7355,11 @@ paths: get: tags: - deviceManagement.mobileAppTroubleshootingEvent - summary: Get appLogCollectionRequests from deviceManagement - description: Indicates collection of App Log Upload Request. + summary: Get appLogCollectionRequest + description: Read properties and relationships of the appLogCollectionRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0 operationId: deviceManagement.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -7027,7 +7411,11 @@ paths: patch: tags: - deviceManagement.mobileAppTroubleshootingEvent - summary: Update the navigation property appLogCollectionRequests in deviceManagement + summary: Update appLogCollectionRequest + description: Update the properties of a appLogCollectionRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-update?view=graph-rest-1.0 operationId: deviceManagement.mobileAppTroubleshootingEvent_UpdateAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -7066,7 +7454,11 @@ paths: delete: tags: - deviceManagement.mobileAppTroubleshootingEvent - summary: Delete navigation property appLogCollectionRequests for deviceManagement + summary: Delete appLogCollectionRequest + description: Deletes a appLogCollectionRequest. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-delete?view=graph-rest-1.0 operationId: deviceManagement.mobileAppTroubleshootingEvent_DeleteAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -7137,8 +7529,11 @@ paths: get: tags: - deviceManagement.notificationMessageTemplate - summary: Get notificationMessageTemplates from deviceManagement - description: The Notification Message Templates. + summary: List notificationMessageTemplates + description: List properties and relationships of the notificationMessageTemplate objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0 operationId: deviceManagement_ListNotificationMessageTemplate parameters: - $ref: '#/components/parameters/top' @@ -7188,7 +7583,11 @@ paths: post: tags: - deviceManagement.notificationMessageTemplate - summary: Create new navigation property to notificationMessageTemplates for deviceManagement + summary: Create notificationMessageTemplate + description: Create a new notificationMessageTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-create?view=graph-rest-1.0 operationId: deviceManagement_CreateNotificationMessageTemplate requestBody: description: New navigation property @@ -7211,8 +7610,11 @@ paths: get: tags: - deviceManagement.notificationMessageTemplate - summary: Get notificationMessageTemplates from deviceManagement - description: The Notification Message Templates. + summary: Get notificationMessageTemplate + description: Read properties and relationships of the notificationMessageTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0 operationId: deviceManagement_GetNotificationMessageTemplate parameters: - name: notificationMessageTemplate-id @@ -7256,7 +7658,11 @@ paths: patch: tags: - deviceManagement.notificationMessageTemplate - summary: Update the navigation property notificationMessageTemplates in deviceManagement + summary: Update notificationMessageTemplate + description: Update the properties of a notificationMessageTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateNotificationMessageTemplate parameters: - name: notificationMessageTemplate-id @@ -7287,7 +7693,11 @@ paths: delete: tags: - deviceManagement.notificationMessageTemplate - summary: Delete navigation property notificationMessageTemplates for deviceManagement + summary: Delete notificationMessageTemplate + description: Deletes a notificationMessageTemplate. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteNotificationMessageTemplate parameters: - name: notificationMessageTemplate-id @@ -7314,8 +7724,11 @@ paths: get: tags: - deviceManagement.notificationMessageTemplate - summary: Get localizedNotificationMessages from deviceManagement - description: The list of localized messages for this Notification Message Template. + summary: List localizedNotificationMessages + description: List properties and relationships of the localizedNotificationMessage objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0 operationId: deviceManagement.notificationMessageTemplate_ListLocalizedNotificationMessage parameters: - name: notificationMessageTemplate-id @@ -7373,7 +7786,11 @@ paths: post: tags: - deviceManagement.notificationMessageTemplate - summary: Create new navigation property to localizedNotificationMessages for deviceManagement + summary: Create localizedNotificationMessage + description: Create a new localizedNotificationMessage object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-create?view=graph-rest-1.0 operationId: deviceManagement.notificationMessageTemplate_CreateLocalizedNotificationMessage parameters: - name: notificationMessageTemplate-id @@ -7405,8 +7822,11 @@ paths: get: tags: - deviceManagement.notificationMessageTemplate - summary: Get localizedNotificationMessages from deviceManagement - description: The list of localized messages for this Notification Message Template. + summary: Get localizedNotificationMessage + description: Read properties and relationships of the localizedNotificationMessage object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0 operationId: deviceManagement.notificationMessageTemplate_GetLocalizedNotificationMessage parameters: - name: notificationMessageTemplate-id @@ -7458,7 +7878,11 @@ paths: patch: tags: - deviceManagement.notificationMessageTemplate - summary: Update the navigation property localizedNotificationMessages in deviceManagement + summary: Update localizedNotificationMessage + description: Update the properties of a localizedNotificationMessage object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-update?view=graph-rest-1.0 operationId: deviceManagement.notificationMessageTemplate_UpdateLocalizedNotificationMessage parameters: - name: notificationMessageTemplate-id @@ -7497,7 +7921,11 @@ paths: delete: tags: - deviceManagement.notificationMessageTemplate - summary: Delete navigation property localizedNotificationMessages for deviceManagement + summary: Delete localizedNotificationMessage + description: Deletes a localizedNotificationMessage. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-delete?view=graph-rest-1.0 operationId: deviceManagement.notificationMessageTemplate_DeleteLocalizedNotificationMessage parameters: - name: notificationMessageTemplate-id @@ -7568,8 +7996,11 @@ paths: get: tags: - deviceManagement.softwareUpdateStatusSummary - summary: Get softwareUpdateStatusSummary from deviceManagement - description: The software update status summary. + summary: Get softwareUpdateStatusSummary + description: Read properties and relationships of the softwareUpdateStatusSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0 operationId: deviceManagement_GetSoftwareUpdateStatusSummary parameters: - name: $select @@ -12844,8 +13275,11 @@ paths: get: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary - summary: Get windowsInformationProtectionAppLearningSummaries from deviceManagement - description: The windows information protection app learning summaries. + summary: List windowsInformationProtectionAppLearningSummaries + description: List properties and relationships of the windowsInformationProtectionAppLearningSummary objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0 operationId: deviceManagement_ListWindowsInformationProtectionAppLearningSummary parameters: - $ref: '#/components/parameters/top' @@ -12895,7 +13329,11 @@ paths: post: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary - summary: Create new navigation property to windowsInformationProtectionAppLearningSummaries for deviceManagement + summary: Create windowsInformationProtectionAppLearningSummary + description: Create a new windowsInformationProtectionAppLearningSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-create?view=graph-rest-1.0 operationId: deviceManagement_CreateWindowsInformationProtectionAppLearningSummary requestBody: description: New navigation property @@ -12918,8 +13356,11 @@ paths: get: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary - summary: Get windowsInformationProtectionAppLearningSummaries from deviceManagement - description: The windows information protection app learning summaries. + summary: Get windowsInformationProtectionAppLearningSummary + description: Read properties and relationships of the windowsInformationProtectionAppLearningSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0 operationId: deviceManagement_GetWindowsInformationProtectionAppLearningSummary parameters: - name: windowsInformationProtectionAppLearningSummary-id @@ -12963,7 +13404,11 @@ paths: patch: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary - summary: Update the navigation property windowsInformationProtectionAppLearningSummaries in deviceManagement + summary: Update windowsInformationProtectionAppLearningSummary + description: Update the properties of a windowsInformationProtectionAppLearningSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateWindowsInformationProtectionAppLearningSummary parameters: - name: windowsInformationProtectionAppLearningSummary-id @@ -12994,7 +13439,11 @@ paths: delete: tags: - deviceManagement.windowsInformationProtectionAppLearningSummary - summary: Delete navigation property windowsInformationProtectionAppLearningSummaries for deviceManagement + summary: Delete windowsInformationProtectionAppLearningSummary + description: Deletes a windowsInformationProtectionAppLearningSummary. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteWindowsInformationProtectionAppLearningSummary parameters: - name: windowsInformationProtectionAppLearningSummary-id @@ -13035,8 +13484,11 @@ paths: get: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary - summary: Get windowsInformationProtectionNetworkLearningSummaries from deviceManagement - description: The windows information protection network learning summaries. + summary: List windowsInformationProtectionNetworkLearningSummaries + description: List properties and relationships of the windowsInformationProtectionNetworkLearningSummary objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0 operationId: deviceManagement_ListWindowsInformationProtectionNetworkLearningSummary parameters: - $ref: '#/components/parameters/top' @@ -13086,7 +13538,11 @@ paths: post: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary - summary: Create new navigation property to windowsInformationProtectionNetworkLearningSummaries for deviceManagement + summary: Create windowsInformationProtectionNetworkLearningSummary + description: Create a new windowsInformationProtectionNetworkLearningSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create?view=graph-rest-1.0 operationId: deviceManagement_CreateWindowsInformationProtectionNetworkLearningSummary requestBody: description: New navigation property @@ -13109,8 +13565,11 @@ paths: get: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary - summary: Get windowsInformationProtectionNetworkLearningSummaries from deviceManagement - description: The windows information protection network learning summaries. + summary: Get windowsInformationProtectionNetworkLearningSummary + description: Read properties and relationships of the windowsInformationProtectionNetworkLearningSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0 operationId: deviceManagement_GetWindowsInformationProtectionNetworkLearningSummary parameters: - name: windowsInformationProtectionNetworkLearningSummary-id @@ -13154,7 +13613,11 @@ paths: patch: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary - summary: Update the navigation property windowsInformationProtectionNetworkLearningSummaries in deviceManagement + summary: Update windowsInformationProtectionNetworkLearningSummary + description: Update the properties of a windowsInformationProtectionNetworkLearningSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateWindowsInformationProtectionNetworkLearningSummary parameters: - name: windowsInformationProtectionNetworkLearningSummary-id @@ -13185,7 +13648,11 @@ paths: delete: tags: - deviceManagement.windowsInformationProtectionNetworkLearningSummary - summary: Delete navigation property windowsInformationProtectionNetworkLearningSummaries for deviceManagement + summary: Delete windowsInformationProtectionNetworkLearningSummary + description: Deletes a windowsInformationProtectionNetworkLearningSummary. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteWindowsInformationProtectionNetworkLearningSummary parameters: - name: windowsInformationProtectionNetworkLearningSummary-id @@ -13226,8 +13693,11 @@ paths: get: tags: - deviceManagement.windowsMalwareInformation - summary: Get windowsMalwareInformation from deviceManagement - description: The list of affected malware in the tenant. + summary: List windowsMalwareInformations + description: List properties and relationships of the windowsMalwareInformation objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0 operationId: deviceManagement_ListWindowsMalwareInformation parameters: - $ref: '#/components/parameters/top' @@ -13277,7 +13747,11 @@ paths: post: tags: - deviceManagement.windowsMalwareInformation - summary: Create new navigation property to windowsMalwareInformation for deviceManagement + summary: Create windowsMalwareInformation + description: Create a new windowsMalwareInformation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-create?view=graph-rest-1.0 operationId: deviceManagement_CreateWindowsMalwareInformation requestBody: description: New navigation property @@ -13300,8 +13774,11 @@ paths: get: tags: - deviceManagement.windowsMalwareInformation - summary: Get windowsMalwareInformation from deviceManagement - description: The list of affected malware in the tenant. + summary: Get windowsMalwareInformation + description: Read properties and relationships of the windowsMalwareInformation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0 operationId: deviceManagement_GetWindowsMalwareInformation parameters: - name: windowsMalwareInformation-id @@ -13345,7 +13822,11 @@ paths: patch: tags: - deviceManagement.windowsMalwareInformation - summary: Update the navigation property windowsMalwareInformation in deviceManagement + summary: Update windowsMalwareInformation + description: Update the properties of a windowsMalwareInformation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateWindowsMalwareInformation parameters: - name: windowsMalwareInformation-id @@ -13376,7 +13857,11 @@ paths: delete: tags: - deviceManagement.windowsMalwareInformation - summary: Delete navigation property windowsMalwareInformation for deviceManagement + summary: Delete windowsMalwareInformation + description: Deletes a windowsMalwareInformation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-delete?view=graph-rest-1.0 operationId: deviceManagement_DeleteWindowsMalwareInformation parameters: - name: windowsMalwareInformation-id @@ -13403,8 +13888,11 @@ paths: get: tags: - deviceManagement.windowsMalwareInformation - summary: Get deviceMalwareStates from deviceManagement - description: List of devices affected by current malware with the malware state on each device + summary: List malwareStateForWindowsDevices + description: List properties and relationships of the malwareStateForWindowsDevice objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0 operationId: deviceManagement.windowsMalwareInformation_ListDeviceMalwareState parameters: - name: windowsMalwareInformation-id @@ -13462,7 +13950,11 @@ paths: post: tags: - deviceManagement.windowsMalwareInformation - summary: Create new navigation property to deviceMalwareStates for deviceManagement + summary: Create malwareStateForWindowsDevice + description: Create a new malwareStateForWindowsDevice object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-create?view=graph-rest-1.0 operationId: deviceManagement.windowsMalwareInformation_CreateDeviceMalwareState parameters: - name: windowsMalwareInformation-id @@ -13494,8 +13986,11 @@ paths: get: tags: - deviceManagement.windowsMalwareInformation - summary: Get deviceMalwareStates from deviceManagement - description: List of devices affected by current malware with the malware state on each device + summary: Get malwareStateForWindowsDevice + description: Read properties and relationships of the malwareStateForWindowsDevice object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0 operationId: deviceManagement.windowsMalwareInformation_GetDeviceMalwareState parameters: - name: windowsMalwareInformation-id @@ -13547,7 +14042,11 @@ paths: patch: tags: - deviceManagement.windowsMalwareInformation - summary: Update the navigation property deviceMalwareStates in deviceManagement + summary: Update malwareStateForWindowsDevice + description: Update the properties of a malwareStateForWindowsDevice object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-update?view=graph-rest-1.0 operationId: deviceManagement.windowsMalwareInformation_UpdateDeviceMalwareState parameters: - name: windowsMalwareInformation-id @@ -13586,7 +14085,11 @@ paths: delete: tags: - deviceManagement.windowsMalwareInformation - summary: Delete navigation property deviceMalwareStates for deviceManagement + summary: Delete malwareStateForWindowsDevice + description: Deletes a malwareStateForWindowsDevice. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-delete?view=graph-rest-1.0 operationId: deviceManagement.windowsMalwareInformation_DeleteDeviceMalwareState parameters: - name: windowsMalwareInformation-id @@ -25166,13 +25669,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: @@ -25184,7 +25687,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' @@ -33933,6 +34436,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 diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index 3cd5d656a08..571215c63ce 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -69,8 +69,11 @@ paths: get: tags: - print.printConnector - summary: Get connectors from print - description: The list of available print connectors. + summary: List printConnectors + description: Retrieve a list of print connectors. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0 operationId: print_ListConnector parameters: - $ref: '#/components/parameters/top' @@ -143,8 +146,11 @@ paths: get: tags: - print.printConnector - summary: Get connectors from print - description: The list of available print connectors. + summary: Get printConnector + description: Retrieve the properties and relationships of a printConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0 operationId: print_GetConnector parameters: - name: printConnector-id @@ -188,7 +194,11 @@ paths: patch: tags: - print.printConnector - summary: Update the navigation property connectors in print + summary: Update printConnector + description: Update the properties of a printConnector object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0 operationId: print_UpdateConnector parameters: - name: printConnector-id @@ -219,7 +229,11 @@ paths: delete: tags: - print.printConnector - summary: Delete navigation property connectors for print + summary: Delete printConnector + description: Delete (unregister) a printConnector. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0 operationId: print_DeleteConnector parameters: - name: printConnector-id @@ -260,8 +274,8 @@ paths: get: tags: - print.printOperation - summary: Get operations from print - description: The list of print long running operations. + summary: Get printOperation + description: Retrieve the properties and relationships of a printOperation object. operationId: print_ListOperation parameters: - $ref: '#/components/parameters/top' @@ -334,8 +348,11 @@ paths: get: tags: - print.printOperation - summary: Get operations from print - description: The list of print long running operations. + summary: Get printOperation + description: Retrieve the properties and relationships of a printOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0 operationId: print_GetOperation parameters: - name: printOperation-id @@ -451,8 +468,11 @@ paths: get: tags: - print.printer - summary: Get printers from print - description: The list of printers registered in the tenant. + summary: List printers + description: Retrieve the list of printers that are registered in the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0 operationId: print_ListPrinter parameters: - $ref: '#/components/parameters/top' @@ -525,8 +545,11 @@ paths: get: tags: - print.printer - summary: Get printers from print - description: The list of printers registered in the tenant. + summary: Get printer + description: Retrieve the properties and relationships of a printer object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0 operationId: print_GetPrinter parameters: - name: printer-id @@ -570,7 +593,11 @@ paths: patch: tags: - print.printer - summary: Update the navigation property printers in print + summary: Update printer + description: Update the properties of a printer object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0 operationId: print_UpdatePrinter parameters: - name: printer-id @@ -601,7 +628,11 @@ paths: delete: tags: - print.printer - summary: Delete navigation property printers for print + summary: Delete printer + description: Delete (unregister) a printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0 operationId: print_DeletePrinter parameters: - name: printer-id @@ -628,8 +659,11 @@ paths: get: tags: - print.printer - summary: Get connectors from print - description: The connectors that are associated with the printer. + summary: List printConnectors for a printer + description: Retrieve a list of printConnectors associated with the printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0 operationId: print.printer_ListConnector parameters: - name: printer-id @@ -764,8 +798,11 @@ paths: get: tags: - print.printer - summary: Get jobs from print - description: The list of jobs that are queued for printing by the printer/printerShare. + summary: List printJobs for a printer + description: Retrieve a list of print jobs associated with the printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-1.0 operationId: print.printer_ListJob parameters: - name: printer-id @@ -823,7 +860,11 @@ paths: post: tags: - print.printer - summary: Create new navigation property to jobs for print + summary: Create printJob + description: Create a new printJob for a printer. Also creates a new printDocument associated with the printJob. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-1.0 operationId: print.printer_CreateJob parameters: - name: printer-id @@ -855,8 +896,11 @@ paths: get: tags: - print.printer - summary: Get jobs from print - description: The list of jobs that are queued for printing by the printer/printerShare. + summary: Get printJob + description: Retrieve the properties and relationships of a print job. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-1.0 operationId: print.printer_GetJob parameters: - name: printer-id @@ -908,7 +952,11 @@ paths: patch: tags: - print.printer - summary: Update the navigation property jobs in print + summary: Update printJob + description: 'Update a print job. Only the configuration property can be updated. Updating a print job will only succeed if there is a printTask in a processing state on the associated print job, started by a trigger that the requesting app created. For details about how to register a task trigger, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-1.0 operationId: print.printer_UpdateJob parameters: - name: printer-id @@ -1239,6 +1287,7 @@ paths: tags: - print.printer summary: Get media content for the navigation property documents from print + description: The unique identifier for an entity. Read-only. operationId: print.printer.job_GetDocumentsContent parameters: - name: printer-id @@ -1275,11 +1324,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - print.printer summary: Update media content for the navigation property documents in print + description: The unique identifier for an entity. Read-only. operationId: print.printer.job_SetDocumentsContent parameters: - name: printer-id @@ -1319,7 +1368,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - print.printer + summary: Delete media content for the navigation property documents in print + description: The unique identifier for an entity. Read-only. + operationId: print.printer.job_DeleteDocumentsContent + parameters: + - name: printer-id + in: path + description: The unique identifier of printer + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printer + - name: printJob-id + in: path + description: The unique identifier of printJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printJob + - name: printDocument-id + in: path + description: The unique identifier of printDocument + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printDocument + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/microsoft.graph.createUploadSession': post: tags: @@ -2037,8 +2127,11 @@ paths: get: tags: - print.printer - summary: Get shares from print - description: 'The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable.' + summary: List printerShares for a printer + description: Retrieve a list of printer shares associated with the printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0 operationId: print.printer_ListShare parameters: - name: printer-id @@ -2173,8 +2266,11 @@ paths: get: tags: - print.printer - summary: Get taskTriggers from print - description: A list of task triggers that are associated with the printer. + summary: List taskTriggers + description: 'Retrieve a list of task triggers associated with the printer. The list of task triggers defines which tasks will be triggered as a result of events that occur during printing. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0 operationId: print.printer_ListTaskTrigger parameters: - name: printer-id @@ -2232,7 +2328,11 @@ paths: post: tags: - print.printer - summary: Create new navigation property to taskTriggers for print + summary: Create printTaskTrigger + description: 'Create a new task trigger on the specified printer. Currently, only one task trigger can be specified per printer, but this limit might be removed in the future. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0 operationId: print.printer_CreateTaskTrigger parameters: - name: printer-id @@ -2264,8 +2364,11 @@ paths: get: tags: - print.printer - summary: Get taskTriggers from print - description: A list of task triggers that are associated with the printer. + summary: Get printTaskTrigger + description: 'Get a task trigger from a printer. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0 operationId: print.printer_GetTaskTrigger parameters: - name: printer-id @@ -2356,7 +2459,11 @@ paths: delete: tags: - print.printer - summary: Delete navigation property taskTriggers for print + summary: Delete printTaskTrigger + description: Delete the task trigger of a printer to prevent related print events from triggering tasks on the specified printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0 operationId: print.printer_DeleteTaskTrigger parameters: - name: printer-id @@ -2525,8 +2632,11 @@ paths: get: tags: - print.printService - summary: Get services from print - description: The list of available Universal Print service endpoints. + summary: List printServices + description: Retrieve a list of printService objects that represent the services available to your tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0 operationId: print_ListService parameters: - $ref: '#/components/parameters/top' @@ -2599,8 +2709,11 @@ paths: get: tags: - print.printService - summary: Get services from print - description: The list of available Universal Print service endpoints. + summary: Get printService + description: Retrieve the properties and relationships of a print service. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0 operationId: print_GetService parameters: - name: printService-id @@ -2702,8 +2815,11 @@ paths: get: tags: - print.printService - summary: Get endpoints from print - description: Endpoints that can be used to access the service. Read-only. Nullable. + summary: List endpoints + description: Retrieve a list of endpoints exposed by a print service. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0 operationId: print.service_ListEndpoint parameters: - name: printService-id @@ -2793,8 +2909,11 @@ paths: get: tags: - print.printService - summary: Get endpoints from print - description: Endpoints that can be used to access the service. Read-only. Nullable. + summary: Get printServiceEndpoint + description: Retrieve the properties and relationships of a print service endpoint. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0 operationId: print.service_GetEndpoint parameters: - name: printService-id @@ -2956,8 +3075,11 @@ paths: get: tags: - print.printerShare - summary: Get shares from print - description: The list of printer shares registered in the tenant. + summary: List shares + description: Retrieve a list of printerShares. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0 operationId: print_ListShare parameters: - $ref: '#/components/parameters/top' @@ -3007,7 +3129,11 @@ paths: post: tags: - print.printerShare - summary: Create new navigation property to shares for print + summary: Create printerShare + description: Create a new printerShare for the specified printer. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0 operationId: print_CreateShare requestBody: description: New navigation property @@ -3030,8 +3156,11 @@ paths: get: tags: - print.printerShare - summary: Get shares from print - description: The list of printer shares registered in the tenant. + summary: Get printerShare + description: Retrieve the properties and relationships of a printer share. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0 operationId: print_GetShare parameters: - name: printerShare-id @@ -3075,7 +3204,11 @@ paths: patch: tags: - print.printerShare - summary: Update the navigation property shares in print + summary: Update printerShare + description: 'Update the properties of a printer share. This method can be used to swap printers. For example, if a physical printer device breaks, an administrator can register a new printer device and update this printerShare to point to the new printer without requiring users to take any action.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0 operationId: print_UpdateShare parameters: - name: printerShare-id @@ -3106,7 +3239,11 @@ paths: delete: tags: - print.printerShare - summary: Delete navigation property shares for print + summary: Delete printerShare + description: 'Delete a printer share (unshare the associated printer). This action can''t be undone. If the printer is shared again in the future, any Windows users who had previously installed the printer needs to discover and reinstall it.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0 operationId: print_DeleteShare parameters: - name: printerShare-id @@ -3133,8 +3270,11 @@ paths: get: tags: - print.printerShare - summary: Get allowedGroups from print - description: The groups whose users have access to print using the printer. + summary: List allowedGroups + description: Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0 operationId: print.share_ListAllowedGroup parameters: - name: printerShare-id @@ -3193,7 +3333,11 @@ paths: delete: tags: - print.printerShare - summary: Delete ref of navigation property allowedGroups for print + summary: Delete allowedGroup from printerShare + description: Revoke the specified group's access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0 operationId: print.share.allowedGroup_DeleteGroupGraphBPreRef parameters: - name: printerShare-id @@ -3347,8 +3491,11 @@ paths: get: tags: - print.printerShare - summary: Get ref of allowedGroups from print - description: The groups whose users have access to print using the printer. + summary: List allowedGroups + description: Retrieve a list of groups that have been granted access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0 operationId: print.share_ListAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -3386,7 +3533,11 @@ paths: post: tags: - print.printerShare - summary: Create new navigation property ref to allowedGroups for print + summary: Create allowedGroup for printerShare + description: Grant the specified group access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0 operationId: print.share_CreateAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -3408,7 +3559,11 @@ paths: delete: tags: - print.printerShare - summary: Delete ref of navigation property allowedGroups for print + summary: Delete allowedGroup from printerShare + description: Revoke the specified group's access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0 operationId: print.share_DeleteAllowedGroupGraphBPreRef parameters: - name: printerShare-id @@ -3443,8 +3598,11 @@ paths: get: tags: - print.printerShare - summary: Get allowedUsers from print - description: The users who have access to print using the printer. + summary: List allowedUsers + description: Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0 operationId: print.share_ListAllowedUser parameters: - name: printerShare-id @@ -3503,7 +3661,11 @@ paths: delete: tags: - print.printerShare - summary: Delete ref of navigation property allowedUsers for print + summary: Delete allowedUser from printerShare + description: Revoke the specified user's access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0 operationId: print.share.allowedUser_DeleteUserGraphBPreRef parameters: - name: printerShare-id @@ -3748,8 +3910,11 @@ paths: get: tags: - print.printerShare - summary: Get ref of allowedUsers from print - description: The users who have access to print using the printer. + summary: List allowedUsers + description: Retrieve a list of users who have been granted access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0 operationId: print.share_ListAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -3787,7 +3952,11 @@ paths: post: tags: - print.printerShare - summary: Create new navigation property ref to allowedUsers for print + summary: Create allowedUser for printerShare + description: Grant the specified user access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0 operationId: print.share_CreateAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -3809,7 +3978,11 @@ paths: delete: tags: - print.printerShare - summary: Delete ref of navigation property allowedUsers for print + summary: Delete allowedUser from printerShare + description: Revoke the specified user's access to submit print jobs to the associated printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0 operationId: print.share_DeleteAllowedUserGraphBPreRef parameters: - name: printerShare-id @@ -3844,8 +4017,11 @@ paths: get: tags: - print.printerShare - summary: Get jobs from print - description: The list of jobs that are queued for printing by the printer/printerShare. + summary: List printJobs for a printerShare + description: Retrieve a list of print jobs associated with the printerShare. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-1.0 operationId: print.share_ListJob parameters: - name: printerShare-id @@ -3903,7 +4079,11 @@ paths: post: tags: - print.printerShare - summary: Create new navigation property to jobs for print + summary: Create printJob for a printerShare + description: Create a new printJob for a printerShare. Also creates a new printDocument associated with the printJob. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-1.0 operationId: print.share_CreateJob parameters: - name: printerShare-id @@ -4319,6 +4499,7 @@ paths: tags: - print.printerShare summary: Get media content for the navigation property documents from print + description: The unique identifier for an entity. Read-only. operationId: print.share.job_GetDocumentsContent parameters: - name: printerShare-id @@ -4355,11 +4536,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - print.printerShare summary: Update media content for the navigation property documents in print + description: The unique identifier for an entity. Read-only. operationId: print.share.job_SetDocumentsContent parameters: - name: printerShare-id @@ -4399,7 +4580,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - print.printerShare + summary: Delete media content for the navigation property documents in print + description: The unique identifier for an entity. Read-only. + operationId: print.share.job_DeleteDocumentsContent + parameters: + - name: printerShare-id + in: path + description: The unique identifier of printerShare + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printerShare + - name: printJob-id + in: path + description: The unique identifier of printJob + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printJob + - name: printDocument-id + in: path + description: The unique identifier of printDocument + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printDocument + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/microsoft.graph.createUploadSession': post: tags: @@ -5152,8 +5374,11 @@ paths: get: tags: - print.printTaskDefinition - summary: Get taskDefinitions from print - description: List of abstract definition for a task that can be triggered when various events occur within Universal Print. + summary: List taskDefinitions + description: 'Retrieve a list of task definitions that the requesting app defined in the tenant. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0 operationId: print_ListTaskDefinition parameters: - $ref: '#/components/parameters/top' @@ -5203,7 +5428,11 @@ paths: post: tags: - print.printTaskDefinition - summary: Create new navigation property to taskDefinitions for print + summary: Create printTaskDefinition + description: 'Create a new task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0 operationId: print_CreateTaskDefinition requestBody: description: New navigation property @@ -5226,8 +5455,11 @@ paths: get: tags: - print.printTaskDefinition - summary: Get taskDefinitions from print - description: List of abstract definition for a task that can be triggered when various events occur within Universal Print. + summary: Get printTaskDefinition + description: 'Get details about a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0 operationId: print_GetTaskDefinition parameters: - name: printTaskDefinition-id @@ -5271,7 +5503,11 @@ paths: patch: tags: - print.printTaskDefinition - summary: Update the navigation property taskDefinitions in print + summary: Update printTaskDefinition + description: 'Update a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0 operationId: print_UpdateTaskDefinition parameters: - name: printTaskDefinition-id @@ -5302,7 +5538,11 @@ paths: delete: tags: - print.printTaskDefinition - summary: Delete navigation property taskDefinitions for print + summary: Delete printTaskDefinition + description: 'Delete a taskDefinition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0 operationId: print_DeleteTaskDefinition parameters: - name: printTaskDefinition-id @@ -5329,8 +5569,11 @@ paths: get: tags: - print.printTaskDefinition - summary: Get tasks from print - description: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + summary: List tasks + description: 'Retrieve a list of tasks associated with a task definition. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0 operationId: print.taskDefinition_ListTask parameters: - name: printTaskDefinition-id @@ -5420,8 +5663,11 @@ paths: get: tags: - print.printTaskDefinition - summary: Get tasks from print - description: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + summary: Get printTask + description: 'Get details about a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0 operationId: print.taskDefinition_GetTask parameters: - name: printTaskDefinition-id @@ -5473,7 +5719,11 @@ paths: patch: tags: - print.printTaskDefinition - summary: Update the navigation property tasks in print + summary: Update printTask + description: 'Update a print task. For details about how to use this API to add pull printing support to Universal Print, see Extending Universal Print to support pull printing.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0 operationId: print.taskDefinition_UpdateTask parameters: - name: printTaskDefinition-id @@ -6373,6 +6623,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.printMargin: title: printMargin @@ -13235,13 +13531,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: @@ -13253,7 +13549,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' diff --git a/openApiDocs/v1.0/Devices.CorporateManagement.yml b/openApiDocs/v1.0/Devices.CorporateManagement.yml index fd6052dbae8..3a249505904 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-books-deviceappmanagement-get?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetDeviceAppManagement parameters: - name: $select @@ -77,8 +77,11 @@ paths: get: tags: - deviceAppManagement.androidManagedAppProtection - summary: Get androidManagedAppProtections from deviceAppManagement - description: Android managed app policies. + summary: List androidManagedAppProtections + description: List properties and relationships of the androidManagedAppProtection objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListAndroidManagedAppProtection parameters: - $ref: '#/components/parameters/top' @@ -128,7 +131,11 @@ paths: post: tags: - deviceAppManagement.androidManagedAppProtection - summary: Create new navigation property to androidManagedAppProtections for deviceAppManagement + summary: Create androidManagedAppProtection + description: Create a new androidManagedAppProtection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateAndroidManagedAppProtection requestBody: description: New navigation property @@ -151,8 +158,11 @@ paths: get: tags: - deviceAppManagement.androidManagedAppProtection - summary: Get androidManagedAppProtections from deviceAppManagement - description: Android managed app policies. + summary: Get androidManagedAppProtection + description: Read properties and relationships of the androidManagedAppProtection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetAndroidManagedAppProtection parameters: - name: androidManagedAppProtection-id @@ -196,7 +206,11 @@ paths: patch: tags: - deviceAppManagement.androidManagedAppProtection - summary: Update the navigation property androidManagedAppProtections in deviceAppManagement + summary: Update androidManagedAppProtection + description: Update the properties of a androidManagedAppProtection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateAndroidManagedAppProtection parameters: - name: androidManagedAppProtection-id @@ -227,7 +241,11 @@ paths: delete: tags: - deviceAppManagement.androidManagedAppProtection - summary: Delete navigation property androidManagedAppProtections for deviceAppManagement + summary: Delete androidManagedAppProtection + description: Deletes a androidManagedAppProtection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteAndroidManagedAppProtection parameters: - name: androidManagedAppProtection-id @@ -851,8 +869,11 @@ paths: get: tags: - deviceAppManagement.defaultManagedAppProtection - summary: Get defaultManagedAppProtections from deviceAppManagement - description: Default managed app policies. + summary: List defaultManagedAppProtections + description: List properties and relationships of the defaultManagedAppProtection objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListDefaultManagedAppProtection parameters: - $ref: '#/components/parameters/top' @@ -902,7 +923,11 @@ paths: post: tags: - deviceAppManagement.defaultManagedAppProtection - summary: Create new navigation property to defaultManagedAppProtections for deviceAppManagement + summary: Create defaultManagedAppProtection + description: Create a new defaultManagedAppProtection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateDefaultManagedAppProtection requestBody: description: New navigation property @@ -925,8 +950,11 @@ paths: get: tags: - deviceAppManagement.defaultManagedAppProtection - summary: Get defaultManagedAppProtections from deviceAppManagement - description: Default managed app policies. + summary: Get defaultManagedAppProtection + description: Read properties and relationships of the defaultManagedAppProtection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetDefaultManagedAppProtection parameters: - name: defaultManagedAppProtection-id @@ -970,7 +998,11 @@ paths: patch: tags: - deviceAppManagement.defaultManagedAppProtection - summary: Update the navigation property defaultManagedAppProtections in deviceAppManagement + summary: Update defaultManagedAppProtection + description: Update the properties of a defaultManagedAppProtection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateDefaultManagedAppProtection parameters: - name: defaultManagedAppProtection-id @@ -1001,7 +1033,11 @@ paths: delete: tags: - deviceAppManagement.defaultManagedAppProtection - summary: Delete navigation property defaultManagedAppProtections for deviceAppManagement + summary: Delete defaultManagedAppProtection + description: Deletes a defaultManagedAppProtection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteDefaultManagedAppProtection parameters: - name: defaultManagedAppProtection-id @@ -1385,8 +1421,11 @@ paths: get: tags: - deviceAppManagement.iosManagedAppProtection - summary: Get iosManagedAppProtections from deviceAppManagement - description: iOS managed app policies. + summary: List iosManagedAppProtections + description: List properties and relationships of the iosManagedAppProtection objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListIosManagedAppProtection parameters: - $ref: '#/components/parameters/top' @@ -1436,7 +1475,11 @@ paths: post: tags: - deviceAppManagement.iosManagedAppProtection - summary: Create new navigation property to iosManagedAppProtections for deviceAppManagement + summary: Create iosManagedAppProtection + description: Create a new iosManagedAppProtection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateIosManagedAppProtection requestBody: description: New navigation property @@ -1459,8 +1502,11 @@ paths: get: tags: - deviceAppManagement.iosManagedAppProtection - summary: Get iosManagedAppProtections from deviceAppManagement - description: iOS managed app policies. + summary: Get iosManagedAppProtection + description: Read properties and relationships of the iosManagedAppProtection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetIosManagedAppProtection parameters: - name: iosManagedAppProtection-id @@ -1504,7 +1550,11 @@ paths: patch: tags: - deviceAppManagement.iosManagedAppProtection - summary: Update the navigation property iosManagedAppProtections in deviceAppManagement + summary: Update iosManagedAppProtection + description: Update the properties of a iosManagedAppProtection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateIosManagedAppProtection parameters: - name: iosManagedAppProtection-id @@ -1535,7 +1585,11 @@ paths: delete: tags: - deviceAppManagement.iosManagedAppProtection - summary: Delete navigation property iosManagedAppProtections for deviceAppManagement + summary: Delete iosManagedAppProtection + description: Deletes a iosManagedAppProtection. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteIosManagedAppProtection parameters: - name: iosManagedAppProtection-id @@ -1562,8 +1616,11 @@ paths: get: tags: - deviceAppManagement.iosManagedAppProtection - summary: Get apps from deviceAppManagement - description: List of apps to which the policy is deployed. + summary: List managedMobileApps + description: List properties and relationships of the managedMobileApp objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-list?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtection_ListApp parameters: - name: iosManagedAppProtection-id @@ -1621,7 +1678,11 @@ paths: post: tags: - deviceAppManagement.iosManagedAppProtection - summary: Create new navigation property to apps for deviceAppManagement + summary: Create managedMobileApp + description: Create a new managedMobileApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-create?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtection_CreateApp parameters: - name: iosManagedAppProtection-id @@ -1653,8 +1714,11 @@ paths: get: tags: - deviceAppManagement.iosManagedAppProtection - summary: Get apps from deviceAppManagement - description: List of apps to which the policy is deployed. + summary: Get managedMobileApp + description: Read properties and relationships of the managedMobileApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-get?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtection_GetApp parameters: - name: iosManagedAppProtection-id @@ -1706,7 +1770,11 @@ paths: patch: tags: - deviceAppManagement.iosManagedAppProtection - summary: Update the navigation property apps in deviceAppManagement + summary: Update managedMobileApp + description: Update the properties of a managedMobileApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-update?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtection_UpdateApp parameters: - name: iosManagedAppProtection-id @@ -1745,7 +1813,11 @@ paths: delete: tags: - deviceAppManagement.iosManagedAppProtection - summary: Delete navigation property apps for deviceAppManagement + summary: Delete managedMobileApp + description: Deletes a managedMobileApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-delete?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtection_DeleteApp parameters: - name: iosManagedAppProtection-id @@ -1802,8 +1874,11 @@ paths: get: tags: - deviceAppManagement.iosManagedAppProtection - summary: Get assignments from deviceAppManagement - description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + summary: List targetedManagedAppPolicyAssignments + description: List properties and relationships of the targetedManagedAppPolicyAssignment objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-list?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtection_ListAssignment parameters: - name: iosManagedAppProtection-id @@ -1893,8 +1968,11 @@ paths: get: tags: - deviceAppManagement.iosManagedAppProtection - summary: Get assignments from deviceAppManagement - description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + summary: Get targetedManagedAppPolicyAssignment + description: Read properties and relationships of the targetedManagedAppPolicyAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtection_GetAssignment parameters: - name: iosManagedAppProtection-id @@ -1946,7 +2024,11 @@ paths: patch: tags: - deviceAppManagement.iosManagedAppProtection - summary: Update the navigation property assignments in deviceAppManagement + summary: Update targetedManagedAppPolicyAssignment + description: Update the properties of a targetedManagedAppPolicyAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-update?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtection_UpdateAssignment parameters: - name: iosManagedAppProtection-id @@ -1985,7 +2067,11 @@ paths: delete: tags: - deviceAppManagement.iosManagedAppProtection - summary: Delete navigation property assignments for deviceAppManagement + summary: Delete targetedManagedAppPolicyAssignment + description: Deletes a targetedManagedAppPolicyAssignment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-delete?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtection_DeleteAssignment parameters: - name: iosManagedAppProtection-id @@ -2042,8 +2128,11 @@ paths: get: tags: - deviceAppManagement.iosManagedAppProtection - summary: Get deploymentSummary from deviceAppManagement - description: Navigation property to deployment summary of the configuration. + summary: Get managedAppPolicyDeploymentSummary + description: Read properties and relationships of the managedAppPolicyDeploymentSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicydeploymentsummary-get?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtection_GetDeploymentSummary parameters: - name: iosManagedAppProtection-id @@ -2087,7 +2176,11 @@ paths: patch: tags: - deviceAppManagement.iosManagedAppProtection - summary: Update the navigation property deploymentSummary in deviceAppManagement + summary: Update managedAppPolicyDeploymentSummary + description: Update the properties of a managedAppPolicyDeploymentSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedapppolicydeploymentsummary-update?view=graph-rest-1.0 operationId: deviceAppManagement.iosManagedAppProtection_UpdateDeploymentSummary parameters: - name: iosManagedAppProtection-id @@ -2159,8 +2252,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: Get managedAppPolicies from deviceAppManagement - description: Managed app policies. + summary: List managedAppProtections + description: List properties and relationships of the managedAppProtection objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedAppPolicy parameters: - $ref: '#/components/parameters/top' @@ -2233,8 +2329,11 @@ paths: get: tags: - deviceAppManagement.managedAppPolicy - summary: Get managedAppPolicies from deviceAppManagement - description: Managed app policies. + summary: Get managedAppConfiguration + description: Read properties and relationships of the managedAppConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedAppPolicy parameters: - name: managedAppPolicy-id @@ -2389,8 +2488,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: Get managedAppRegistrations from deviceAppManagement - description: The managed app registrations. + summary: List managedAppRegistrations + description: List properties and relationships of the managedAppRegistration objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedAppRegistration parameters: - $ref: '#/components/parameters/top' @@ -2440,7 +2542,11 @@ paths: post: tags: - deviceAppManagement.managedAppRegistration - summary: Create new navigation property to managedAppRegistrations for deviceAppManagement + summary: Create androidManagedAppRegistration + description: Create a new androidManagedAppRegistration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateManagedAppRegistration requestBody: description: New navigation property @@ -2463,8 +2569,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: Get managedAppRegistrations from deviceAppManagement - description: The managed app registrations. + summary: Get androidManagedAppRegistration + description: Read properties and relationships of the androidManagedAppRegistration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedAppRegistration parameters: - name: managedAppRegistration-id @@ -3140,8 +3249,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: Get operations from deviceAppManagement - description: Zero or more long running operations triggered on the app registration. + summary: List managedAppOperations + description: List properties and relationships of the managedAppOperation objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-list?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistration_ListOperation parameters: - name: managedAppRegistration-id @@ -3199,7 +3311,11 @@ paths: post: tags: - deviceAppManagement.managedAppRegistration - summary: Create new navigation property to operations for deviceAppManagement + summary: Create managedAppOperation + description: Create a new managedAppOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistration_CreateOperation parameters: - name: managedAppRegistration-id @@ -3231,8 +3347,11 @@ paths: get: tags: - deviceAppManagement.managedAppRegistration - summary: Get operations from deviceAppManagement - description: Zero or more long running operations triggered on the app registration. + summary: Get managedAppOperation + description: Read properties and relationships of the managedAppOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistration_GetOperation parameters: - name: managedAppRegistration-id @@ -3284,7 +3403,11 @@ paths: patch: tags: - deviceAppManagement.managedAppRegistration - summary: Update the navigation property operations in deviceAppManagement + summary: Update managedAppOperation + description: Update the properties of a managedAppOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-update?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistration_UpdateOperation parameters: - name: managedAppRegistration-id @@ -3323,7 +3446,11 @@ paths: delete: tags: - deviceAppManagement.managedAppRegistration - summary: Delete navigation property operations for deviceAppManagement + summary: Delete managedAppOperation + description: Deletes a managedAppOperation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-delete?view=graph-rest-1.0 operationId: deviceAppManagement.managedAppRegistration_DeleteOperation parameters: - name: managedAppRegistration-id @@ -3434,8 +3561,11 @@ paths: get: tags: - deviceAppManagement.managedAppStatus - summary: Get managedAppStatuses from deviceAppManagement - description: The managed app statuses. + 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-managedappstatus-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedAppStatus parameters: - $ref: '#/components/parameters/top' @@ -3508,8 +3638,11 @@ paths: get: tags: - deviceAppManagement.managedAppStatus - summary: Get managedAppStatuses from deviceAppManagement - description: The managed app statuses. + summary: Get managedAppStatusRaw + description: Read properties and relationships of the managedAppStatusRaw object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedAppStatus parameters: - name: managedAppStatus-id @@ -3625,8 +3758,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get managedEBooks from deviceAppManagement - description: The Managed eBook. + summary: List managedEBooks + description: List properties and relationships of the managedEBook objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListManagedEBook parameters: - $ref: '#/components/parameters/top' @@ -3676,7 +3812,11 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create new navigation property to managedEBooks for deviceAppManagement + summary: Create iosVppEBook + description: Create a new iosVppEBook object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateManagedEBook requestBody: description: New navigation property @@ -3699,8 +3839,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get managedEBooks from deviceAppManagement - description: The Managed eBook. + 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-managedebook-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetManagedEBook parameters: - name: managedEBook-id @@ -3744,7 +3887,11 @@ paths: patch: tags: - deviceAppManagement.managedEBook - summary: Update the navigation property managedEBooks in deviceAppManagement + summary: Update iosVppEBook + description: Update the properties of a iosVppEBook object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateManagedEBook parameters: - name: managedEBook-id @@ -3775,7 +3922,11 @@ paths: delete: tags: - deviceAppManagement.managedEBook - summary: Delete navigation property managedEBooks for deviceAppManagement + summary: Delete iosVppEBook + description: Deletes a iosVppEBook. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebook-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteManagedEBook parameters: - name: managedEBook-id @@ -3802,8 +3953,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get assignments from deviceAppManagement - description: The list of assignments for this eBook. + 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-iosvppebookassignment-list?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_ListAssignment parameters: - name: managedEBook-id @@ -3861,7 +4015,11 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create new navigation property to assignments for deviceAppManagement + summary: Create managedEBookAssignment + description: Create a new managedEBookAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_CreateAssignment parameters: - name: managedEBook-id @@ -3893,8 +4051,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get assignments from deviceAppManagement - description: The list of assignments for this eBook. + 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-managedebookassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_GetAssignment parameters: - name: managedEBook-id @@ -3946,7 +4107,11 @@ paths: patch: tags: - deviceAppManagement.managedEBook - summary: Update the navigation property assignments in deviceAppManagement + summary: Update iosVppEBookAssignment + description: Update the properties of a iosVppEBookAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_UpdateAssignment parameters: - name: managedEBook-id @@ -3985,7 +4150,11 @@ paths: delete: tags: - deviceAppManagement.managedEBook - summary: Delete navigation property assignments for deviceAppManagement + summary: Delete iosVppEBookAssignment + description: Deletes a iosVppEBookAssignment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_DeleteAssignment parameters: - name: managedEBook-id @@ -4042,8 +4211,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get deviceStates from deviceAppManagement - description: The list of installation states for this eBook. + summary: List deviceInstallStates + description: List properties and relationships of the deviceInstallState objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_ListDeviceState parameters: - name: managedEBook-id @@ -4101,7 +4273,11 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create new navigation property to deviceStates for deviceAppManagement + summary: Create deviceInstallState + description: Create a new deviceInstallState object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_CreateDeviceState parameters: - name: managedEBook-id @@ -4133,8 +4309,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get deviceStates from deviceAppManagement - description: The list of installation states for this eBook. + summary: Get deviceInstallState + description: Read properties and relationships of the deviceInstallState object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_GetDeviceState parameters: - name: managedEBook-id @@ -4186,7 +4365,11 @@ paths: patch: tags: - deviceAppManagement.managedEBook - summary: Update the navigation property deviceStates in deviceAppManagement + summary: Update deviceInstallState + description: Update the properties of a deviceInstallState object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-update?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_UpdateDeviceState parameters: - name: managedEBook-id @@ -4225,7 +4408,11 @@ paths: delete: tags: - deviceAppManagement.managedEBook - summary: Delete navigation property deviceStates for deviceAppManagement + summary: Delete deviceInstallState + description: Deletes a deviceInstallState. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-delete?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_DeleteDeviceState parameters: - name: managedEBook-id @@ -4282,8 +4469,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get installSummary from deviceAppManagement - description: Mobile App Install Summary. + summary: Get eBookInstallSummary + description: Read properties and relationships of the eBookInstallSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_GetInstallSummary parameters: - name: managedEBook-id @@ -4327,7 +4517,11 @@ paths: patch: tags: - deviceAppManagement.managedEBook - summary: Update the navigation property installSummary in deviceAppManagement + summary: Update eBookInstallSummary + description: Update the properties of a eBookInstallSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-update?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_UpdateInstallSummary parameters: - name: managedEBook-id @@ -4424,8 +4618,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get userStateSummary from deviceAppManagement - description: The list of installation states for this eBook. + summary: List userInstallStateSummaries + description: List properties and relationships of the userInstallStateSummary objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_ListUserStateSummary parameters: - name: managedEBook-id @@ -4483,7 +4680,11 @@ paths: post: tags: - deviceAppManagement.managedEBook - summary: Create new navigation property to userStateSummary for deviceAppManagement + summary: Create userInstallStateSummary + description: Create a new userInstallStateSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-create?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_CreateUserStateSummary parameters: - name: managedEBook-id @@ -4515,8 +4716,11 @@ paths: get: tags: - deviceAppManagement.managedEBook - summary: Get userStateSummary from deviceAppManagement - description: The list of installation states for this eBook. + summary: Get userInstallStateSummary + description: Read properties and relationships of the userInstallStateSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_GetUserStateSummary parameters: - name: managedEBook-id @@ -4568,7 +4772,11 @@ paths: patch: tags: - deviceAppManagement.managedEBook - summary: Update the navigation property userStateSummary in deviceAppManagement + summary: Update userInstallStateSummary + description: Update the properties of a userInstallStateSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-update?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_UpdateUserStateSummary parameters: - name: managedEBook-id @@ -4607,7 +4815,11 @@ paths: delete: tags: - deviceAppManagement.managedEBook - summary: Delete navigation property userStateSummary for deviceAppManagement + summary: Delete userInstallStateSummary + description: Deletes a userInstallStateSummary. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-delete?view=graph-rest-1.0 operationId: deviceAppManagement.managedEBook_DeleteUserStateSummary parameters: - name: managedEBook-id @@ -4966,8 +5178,11 @@ paths: get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy - summary: Get mdmWindowsInformationProtectionPolicies from deviceAppManagement - description: Windows information protection for apps running on devices which are MDM enrolled. + summary: List mdmWindowsInformationProtectionPolicies + description: List properties and relationships of the mdmWindowsInformationProtectionPolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListMdmWindowsInformationProtectionPolicy parameters: - $ref: '#/components/parameters/top' @@ -5017,7 +5232,11 @@ paths: post: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy - summary: Create new navigation property to mdmWindowsInformationProtectionPolicies for deviceAppManagement + summary: Create mdmWindowsInformationProtectionPolicy + description: Create a new mdmWindowsInformationProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateMdmWindowsInformationProtectionPolicy requestBody: description: New navigation property @@ -5040,8 +5259,11 @@ paths: get: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy - summary: Get mdmWindowsInformationProtectionPolicies from deviceAppManagement - description: Windows information protection for apps running on devices which are MDM enrolled. + summary: Get mdmWindowsInformationProtectionPolicy + description: Read properties and relationships of the mdmWindowsInformationProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetMdmWindowsInformationProtectionPolicy parameters: - name: mdmWindowsInformationProtectionPolicy-id @@ -5085,7 +5307,11 @@ paths: patch: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy - summary: Update the navigation property mdmWindowsInformationProtectionPolicies in deviceAppManagement + summary: Update mdmWindowsInformationProtectionPolicy + description: Update the properties of a mdmWindowsInformationProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateMdmWindowsInformationProtectionPolicy parameters: - name: mdmWindowsInformationProtectionPolicy-id @@ -5116,7 +5342,11 @@ paths: delete: tags: - deviceAppManagement.mdmWindowsInformationProtectionPolicy - summary: Delete navigation property mdmWindowsInformationProtectionPolicies for deviceAppManagement + summary: Delete mdmWindowsInformationProtectionPolicy + description: Deletes a mdmWindowsInformationProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteMdmWindowsInformationProtectionPolicy parameters: - name: mdmWindowsInformationProtectionPolicy-id @@ -5893,8 +6123,11 @@ paths: get: tags: - deviceAppManagement.mobileAppCategory - summary: Get mobileAppCategories from deviceAppManagement - description: The mobile app categories. + summary: List mobileAppCategories + description: List properties and relationships of the mobileAppCategory objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListMobileAppCategory parameters: - $ref: '#/components/parameters/top' @@ -5944,7 +6177,11 @@ paths: post: tags: - deviceAppManagement.mobileAppCategory - summary: Create new navigation property to mobileAppCategories for deviceAppManagement + summary: Create mobileAppCategory + description: Create a new mobileAppCategory object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateMobileAppCategory requestBody: description: New navigation property @@ -5967,8 +6204,11 @@ paths: get: tags: - deviceAppManagement.mobileAppCategory - summary: Get mobileAppCategories from deviceAppManagement - description: The mobile app categories. + summary: Get mobileAppCategory + description: Read properties and relationships of the mobileAppCategory object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetMobileAppCategory parameters: - name: mobileAppCategory-id @@ -6012,7 +6252,11 @@ paths: patch: tags: - deviceAppManagement.mobileAppCategory - summary: Update the navigation property mobileAppCategories in deviceAppManagement + summary: Update mobileAppCategory + description: Update the properties of a mobileAppCategory object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateMobileAppCategory parameters: - name: mobileAppCategory-id @@ -6043,7 +6287,11 @@ paths: delete: tags: - deviceAppManagement.mobileAppCategory - summary: Delete navigation property mobileAppCategories for deviceAppManagement + summary: Delete mobileAppCategory + description: Deletes a mobileAppCategory. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteMobileAppCategory parameters: - name: mobileAppCategory-id @@ -6084,8 +6332,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get mobileAppConfigurations from deviceAppManagement - description: The Managed Device Mobile Application Configurations. + summary: List managedDeviceMobileAppConfigurations + description: List properties and relationships of the managedDeviceMobileAppConfiguration objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListMobileAppConfiguration parameters: - $ref: '#/components/parameters/top' @@ -6135,7 +6386,11 @@ paths: post: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Create new navigation property to mobileAppConfigurations for deviceAppManagement + summary: Create iosMobileAppConfiguration + description: Create a new iosMobileAppConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateMobileAppConfiguration requestBody: description: New navigation property @@ -6158,8 +6413,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get mobileAppConfigurations from deviceAppManagement - description: The Managed Device Mobile Application Configurations. + summary: Get iosMobileAppConfiguration + description: Read properties and relationships of the iosMobileAppConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetMobileAppConfiguration parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6203,7 +6461,11 @@ paths: patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Update the navigation property mobileAppConfigurations in deviceAppManagement + summary: Update iosMobileAppConfiguration + description: Update the properties of a iosMobileAppConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateMobileAppConfiguration parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6234,7 +6496,11 @@ paths: delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Delete navigation property mobileAppConfigurations for deviceAppManagement + summary: Delete iosMobileAppConfiguration + description: Deletes a iosMobileAppConfiguration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteMobileAppConfiguration parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6261,8 +6527,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get assignments from deviceAppManagement - description: The list of group assignemenets for app configration. + summary: List managedDeviceMobileAppConfigurationAssignments + description: List properties and relationships of the managedDeviceMobileAppConfigurationAssignment objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_ListAssignment parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6320,7 +6589,11 @@ paths: post: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Create new navigation property to assignments for deviceAppManagement + summary: Create managedDeviceMobileAppConfigurationAssignment + description: Create a new managedDeviceMobileAppConfigurationAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_CreateAssignment parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6352,8 +6625,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get assignments from deviceAppManagement - description: The list of group assignemenets for app configration. + summary: Get managedDeviceMobileAppConfigurationAssignment + description: Read properties and relationships of the managedDeviceMobileAppConfigurationAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_GetAssignment parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6405,7 +6681,11 @@ paths: patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Update the navigation property assignments in deviceAppManagement + summary: Update managedDeviceMobileAppConfigurationAssignment + description: Update the properties of a managedDeviceMobileAppConfigurationAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-update?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_UpdateAssignment parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6444,7 +6724,11 @@ paths: delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Delete navigation property assignments for deviceAppManagement + summary: Delete managedDeviceMobileAppConfigurationAssignment + description: Deletes a managedDeviceMobileAppConfigurationAssignment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-delete?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_DeleteAssignment parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6501,8 +6785,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get deviceStatuses from deviceAppManagement - description: List of ManagedDeviceMobileAppConfigurationDeviceStatus. + summary: List managedDeviceMobileAppConfigurationDeviceStatuses + description: List properties and relationships of the managedDeviceMobileAppConfigurationDeviceStatus objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_ListDeviceStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6560,7 +6847,11 @@ paths: post: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Create new navigation property to deviceStatuses for deviceAppManagement + summary: Create managedDeviceMobileAppConfigurationDeviceStatus + description: Create a new managedDeviceMobileAppConfigurationDeviceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_CreateDeviceStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6592,8 +6883,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get deviceStatuses from deviceAppManagement - description: List of ManagedDeviceMobileAppConfigurationDeviceStatus. + summary: Get managedDeviceMobileAppConfigurationDeviceStatus + description: Read properties and relationships of the managedDeviceMobileAppConfigurationDeviceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_GetDeviceStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6645,7 +6939,11 @@ paths: patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Update the navigation property deviceStatuses in deviceAppManagement + summary: Update managedDeviceMobileAppConfigurationDeviceStatus + description: Update the properties of a managedDeviceMobileAppConfigurationDeviceStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_UpdateDeviceStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6684,7 +6982,11 @@ paths: delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Delete navigation property deviceStatuses for deviceAppManagement + summary: Delete managedDeviceMobileAppConfigurationDeviceStatus + description: Deletes a managedDeviceMobileAppConfigurationDeviceStatus. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_DeleteDeviceStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6741,8 +7043,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get deviceStatusSummary from deviceAppManagement - description: App configuration device status summary. + summary: Get managedDeviceMobileAppConfigurationDeviceSummary + description: Read properties and relationships of the managedDeviceMobileAppConfigurationDeviceSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_GetDeviceStatusSummary parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6786,7 +7091,11 @@ paths: patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Update the navigation property deviceStatusSummary in deviceAppManagement + summary: Update managedDeviceMobileAppConfigurationDeviceSummary + description: Update the properties of a managedDeviceMobileAppConfigurationDeviceSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_UpdateDeviceStatusSummary parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6883,8 +7192,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get userStatuses from deviceAppManagement - description: List of ManagedDeviceMobileAppConfigurationUserStatus. + summary: List managedDeviceMobileAppConfigurationUserStatuses + description: List properties and relationships of the managedDeviceMobileAppConfigurationUserStatus objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_ListUserStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6942,7 +7254,11 @@ paths: post: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Create new navigation property to userStatuses for deviceAppManagement + summary: Create managedDeviceMobileAppConfigurationUserStatus + description: Create a new managedDeviceMobileAppConfigurationUserStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_CreateUserStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -6974,8 +7290,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get userStatuses from deviceAppManagement - description: List of ManagedDeviceMobileAppConfigurationUserStatus. + summary: Get managedDeviceMobileAppConfigurationUserStatus + description: Read properties and relationships of the managedDeviceMobileAppConfigurationUserStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_GetUserStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7027,7 +7346,11 @@ paths: patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Update the navigation property userStatuses in deviceAppManagement + summary: Update managedDeviceMobileAppConfigurationUserStatus + description: Update the properties of a managedDeviceMobileAppConfigurationUserStatus object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_UpdateUserStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7066,7 +7389,11 @@ paths: delete: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Delete navigation property userStatuses for deviceAppManagement + summary: Delete managedDeviceMobileAppConfigurationUserStatus + description: Deletes a managedDeviceMobileAppConfigurationUserStatus. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_DeleteUserStatus parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7123,8 +7450,11 @@ paths: get: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Get userStatusSummary from deviceAppManagement - description: App configuration user status summary. + summary: Get managedDeviceMobileAppConfigurationUserSummary + description: Read properties and relationships of the managedDeviceMobileAppConfigurationUserSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_GetUserStatusSummary parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7168,7 +7498,11 @@ paths: patch: tags: - deviceAppManagement.managedDeviceMobileAppConfiguration - summary: Update the navigation property userStatusSummary in deviceAppManagement + summary: Update managedDeviceMobileAppConfigurationUserSummary + description: Update the properties of a managedDeviceMobileAppConfigurationUserSummary object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-update?view=graph-rest-1.0 operationId: deviceAppManagement.mobileAppConfiguration_UpdateUserStatusSummary parameters: - name: managedDeviceMobileAppConfiguration-id @@ -7240,8 +7574,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get mobileApps from deviceAppManagement - description: The mobile apps. + summary: List windowsMobileMSIs + description: List properties and relationships of the windowsMobileMSI objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-windowsmobilemsi-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListMobileApp parameters: - $ref: '#/components/parameters/top' @@ -7291,7 +7628,11 @@ paths: post: tags: - deviceAppManagement.mobileApp - summary: Create new navigation property to mobileApps for deviceAppManagement + summary: Create macOSOfficeSuiteApp + description: Create a new macOSOfficeSuiteApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateMobileApp requestBody: description: New navigation property @@ -7314,8 +7655,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get mobileApps from deviceAppManagement - description: The mobile apps. + summary: Get macOSOfficeSuiteApp + description: Read properties and relationships of the macOSOfficeSuiteApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetMobileApp parameters: - name: mobileApp-id @@ -7359,7 +7703,11 @@ paths: patch: tags: - deviceAppManagement.mobileApp - summary: Update the navigation property mobileApps in deviceAppManagement + summary: Update iosStoreApp + description: Update the properties of a iosStoreApp object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-iosstoreapp-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateMobileApp parameters: - name: mobileApp-id @@ -7390,7 +7738,11 @@ paths: delete: tags: - deviceAppManagement.mobileApp - summary: Delete navigation property mobileApps for deviceAppManagement + summary: Delete windowsMicrosoftEdgeApp + description: Deletes a windowsMicrosoftEdgeApp. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-windowsmicrosoftedgeapp-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteMobileApp parameters: - name: mobileApp-id @@ -7417,8 +7769,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get assignments from deviceAppManagement - description: The list of group assignments for this mobile app. + summary: List mobileAppAssignments + description: List properties and relationships of the mobileAppAssignment objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0 operationId: deviceAppManagement.mobileApp_ListAssignment parameters: - name: mobileApp-id @@ -7476,7 +7831,11 @@ paths: post: tags: - deviceAppManagement.mobileApp - summary: Create new navigation property to assignments for deviceAppManagement + summary: Create mobileAppAssignment + description: Create a new mobileAppAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0 operationId: deviceAppManagement.mobileApp_CreateAssignment parameters: - name: mobileApp-id @@ -7508,8 +7867,11 @@ paths: get: tags: - deviceAppManagement.mobileApp - summary: Get assignments from deviceAppManagement - description: The list of group assignments for this mobile app. + summary: Get mobileAppAssignment + description: Read properties and relationships of the mobileAppAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0 operationId: deviceAppManagement.mobileApp_GetAssignment parameters: - name: mobileApp-id @@ -7561,7 +7923,11 @@ paths: patch: tags: - deviceAppManagement.mobileApp - summary: Update the navigation property assignments in deviceAppManagement + summary: Update mobileAppAssignment + description: Update the properties of a mobileAppAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0 operationId: deviceAppManagement.mobileApp_UpdateAssignment parameters: - name: mobileApp-id @@ -7600,7 +7966,11 @@ paths: delete: tags: - deviceAppManagement.mobileApp - summary: Delete navigation property assignments for deviceAppManagement + summary: Delete mobileAppAssignment + description: Deletes a mobileAppAssignment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0 operationId: deviceAppManagement.mobileApp_DeleteAssignment parameters: - name: mobileApp-id @@ -25770,8 +26140,11 @@ paths: get: tags: - deviceAppManagement.targetedManagedAppConfiguration - summary: Get targetedManagedAppConfigurations from deviceAppManagement - description: Targeted managed app configurations. + summary: List targetedManagedAppConfigurations + description: List properties and relationships of the targetedManagedAppConfiguration objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListTargetedManagedAppConfiguration parameters: - $ref: '#/components/parameters/top' @@ -25821,7 +26194,11 @@ paths: post: tags: - deviceAppManagement.targetedManagedAppConfiguration - summary: Create new navigation property to targetedManagedAppConfigurations for deviceAppManagement + summary: Create targetedManagedAppConfiguration + description: Create a new targetedManagedAppConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateTargetedManagedAppConfiguration requestBody: description: New navigation property @@ -25844,8 +26221,11 @@ paths: get: tags: - deviceAppManagement.targetedManagedAppConfiguration - summary: Get targetedManagedAppConfigurations from deviceAppManagement - description: Targeted managed app configurations. + summary: Get targetedManagedAppConfiguration + description: Read properties and relationships of the targetedManagedAppConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetTargetedManagedAppConfiguration parameters: - name: targetedManagedAppConfiguration-id @@ -25889,7 +26269,11 @@ paths: patch: tags: - deviceAppManagement.targetedManagedAppConfiguration - summary: Update the navigation property targetedManagedAppConfigurations in deviceAppManagement + summary: Update targetedManagedAppConfiguration + description: Update the properties of a targetedManagedAppConfiguration object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateTargetedManagedAppConfiguration parameters: - name: targetedManagedAppConfiguration-id @@ -25920,7 +26304,11 @@ paths: delete: tags: - deviceAppManagement.targetedManagedAppConfiguration - summary: Delete navigation property targetedManagedAppConfigurations for deviceAppManagement + summary: Delete targetedManagedAppConfiguration + description: Deletes a targetedManagedAppConfiguration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteTargetedManagedAppConfiguration parameters: - name: targetedManagedAppConfiguration-id @@ -26624,8 +27012,11 @@ paths: get: tags: - deviceAppManagement.vppToken - summary: Get vppTokens from deviceAppManagement - description: List of Vpp tokens for this organization. + summary: List vppTokens + description: List properties and relationships of the vppToken objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListVppToken parameters: - $ref: '#/components/parameters/top' @@ -26675,7 +27066,11 @@ paths: post: tags: - deviceAppManagement.vppToken - summary: Create new navigation property to vppTokens for deviceAppManagement + summary: Create vppToken + description: Create a new vppToken object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateVppToken requestBody: description: New navigation property @@ -26698,8 +27093,11 @@ paths: get: tags: - deviceAppManagement.vppToken - summary: Get vppTokens from deviceAppManagement - description: List of Vpp tokens for this organization. + summary: Get vppToken + description: Read properties and relationships of the vppToken object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetVppToken parameters: - name: vppToken-id @@ -26743,7 +27141,11 @@ paths: patch: tags: - deviceAppManagement.vppToken - summary: Update the navigation property vppTokens in deviceAppManagement + summary: Update vppToken + description: Update the properties of a vppToken object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateVppToken parameters: - name: vppToken-id @@ -26774,7 +27176,11 @@ paths: delete: tags: - deviceAppManagement.vppToken - summary: Delete navigation property vppTokens for deviceAppManagement + summary: Delete vppToken + description: Deletes a vppToken. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteVppToken parameters: - name: vppToken-id @@ -26844,8 +27250,11 @@ paths: get: tags: - deviceAppManagement.windowsInformationProtectionPolicy - summary: Get windowsInformationProtectionPolicies from deviceAppManagement - description: Windows information protection for apps running on devices which are not MDM enrolled. + summary: List windowsInformationProtectionPolicies + description: List properties and relationships of the windowsInformationProtectionPolicy objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-list?view=graph-rest-1.0 operationId: deviceAppManagement_ListWindowsInformationProtectionPolicy parameters: - $ref: '#/components/parameters/top' @@ -26895,7 +27304,11 @@ paths: post: tags: - deviceAppManagement.windowsInformationProtectionPolicy - summary: Create new navigation property to windowsInformationProtectionPolicies for deviceAppManagement + summary: Create windowsInformationProtectionPolicy + description: Create a new windowsInformationProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-create?view=graph-rest-1.0 operationId: deviceAppManagement_CreateWindowsInformationProtectionPolicy requestBody: description: New navigation property @@ -26918,8 +27331,11 @@ paths: get: tags: - deviceAppManagement.windowsInformationProtectionPolicy - summary: Get windowsInformationProtectionPolicies from deviceAppManagement - description: Windows information protection for apps running on devices which are not MDM enrolled. + summary: Get windowsInformationProtectionPolicy + description: Read properties and relationships of the windowsInformationProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-get?view=graph-rest-1.0 operationId: deviceAppManagement_GetWindowsInformationProtectionPolicy parameters: - name: windowsInformationProtectionPolicy-id @@ -26963,7 +27379,11 @@ paths: patch: tags: - deviceAppManagement.windowsInformationProtectionPolicy - summary: Update the navigation property windowsInformationProtectionPolicies in deviceAppManagement + summary: Update windowsInformationProtectionPolicy + description: Update the properties of a windowsInformationProtectionPolicy object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-update?view=graph-rest-1.0 operationId: deviceAppManagement_UpdateWindowsInformationProtectionPolicy parameters: - name: windowsInformationProtectionPolicy-id @@ -26994,7 +27414,11 @@ paths: delete: tags: - deviceAppManagement.windowsInformationProtectionPolicy - summary: Delete navigation property windowsInformationProtectionPolicies for deviceAppManagement + summary: Delete windowsInformationProtectionPolicy + description: Deletes a windowsInformationProtectionPolicy. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-delete?view=graph-rest-1.0 operationId: deviceAppManagement_DeleteWindowsInformationProtectionPolicy parameters: - name: windowsInformationProtectionPolicy-id @@ -27261,8 +27685,11 @@ paths: get: tags: - deviceAppManagement.windowsInformationProtectionPolicy - summary: Get exemptAppLockerFiles from deviceAppManagement - description: Another way to input exempt apps through xml files + summary: List windowsInformationProtectionAppLockerFiles + description: List properties and relationships of the windowsInformationProtectionAppLockerFile objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-list?view=graph-rest-1.0 operationId: deviceAppManagement.windowsInformationProtectionPolicy_ListExemptAppLockerFile parameters: - name: windowsInformationProtectionPolicy-id @@ -27320,7 +27747,11 @@ paths: post: tags: - deviceAppManagement.windowsInformationProtectionPolicy - summary: Create new navigation property to exemptAppLockerFiles for deviceAppManagement + summary: Create windowsInformationProtectionAppLockerFile + description: Create a new windowsInformationProtectionAppLockerFile object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-create?view=graph-rest-1.0 operationId: deviceAppManagement.windowsInformationProtectionPolicy_CreateExemptAppLockerFile parameters: - name: windowsInformationProtectionPolicy-id @@ -27352,8 +27783,11 @@ paths: get: tags: - deviceAppManagement.windowsInformationProtectionPolicy - summary: Get exemptAppLockerFiles from deviceAppManagement - description: Another way to input exempt apps through xml files + summary: Get windowsInformationProtectionAppLockerFile + description: Read properties and relationships of the windowsInformationProtectionAppLockerFile object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-get?view=graph-rest-1.0 operationId: deviceAppManagement.windowsInformationProtectionPolicy_GetExemptAppLockerFile parameters: - name: windowsInformationProtectionPolicy-id @@ -27405,7 +27839,11 @@ paths: patch: tags: - deviceAppManagement.windowsInformationProtectionPolicy - summary: Update the navigation property exemptAppLockerFiles in deviceAppManagement + summary: Update windowsInformationProtectionAppLockerFile + description: Update the properties of a windowsInformationProtectionAppLockerFile object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-update?view=graph-rest-1.0 operationId: deviceAppManagement.windowsInformationProtectionPolicy_UpdateExemptAppLockerFile parameters: - name: windowsInformationProtectionPolicy-id @@ -27444,7 +27882,11 @@ paths: delete: tags: - deviceAppManagement.windowsInformationProtectionPolicy - summary: Delete navigation property exemptAppLockerFiles for deviceAppManagement + summary: Delete windowsInformationProtectionAppLockerFile + description: Deletes a windowsInformationProtectionAppLockerFile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-delete?view=graph-rest-1.0 operationId: deviceAppManagement.windowsInformationProtectionPolicy_DeleteExemptAppLockerFile parameters: - name: windowsInformationProtectionPolicy-id @@ -33839,7 +34281,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: @@ -37877,6 +38319,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: @@ -37898,6 +38341,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -38413,13 +38857,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: @@ -38431,7 +38875,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' @@ -39582,7 +40026,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -39902,6 +40345,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: @@ -40002,6 +40446,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: @@ -40307,7 +40752,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 cannot be a dynamic group (that is, groupTypes cannot 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 @@ -40366,7 +40811,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. 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 @@ -41124,6 +41569,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: @@ -41291,6 +41737,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 @@ -41728,7 +42175,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 @@ -43719,7 +44166,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object @@ -44605,6 +45052,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -44614,6 +45062,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 @@ -45331,6 +45780,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -46934,6 +47384,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 @@ -47849,6 +48345,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 @@ -47858,10 +48355,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' @@ -47869,15 +48367,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: @@ -48670,21 +49171,27 @@ 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' additionalProperties: diff --git a/openApiDocs/v1.0/Devices.ServiceAnnouncement.yml b/openApiDocs/v1.0/Devices.ServiceAnnouncement.yml index 4e79a816b36..fa21ada0ad3 100644 --- a/openApiDocs/v1.0/Devices.ServiceAnnouncement.yml +++ b/openApiDocs/v1.0/Devices.ServiceAnnouncement.yml @@ -12,9 +12,6 @@ paths: - admin.Actions summary: Invoke action publish description: Publish the specified browserSiteList for devices to download. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-1.0 operationId: admin.edge.internetExplorerMode.siteList_publish parameters: - name: browserSiteList-id @@ -137,8 +134,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get healthOverviews from admin - description: 'A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.' + summary: List healthOverviews + description: Retrieve the serviceHealth resources from the healthOverviews navigation property. This operation provides the health report of all subscribed services for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0 operationId: admin.serviceAnnouncement_ListHealthOverview parameters: - $ref: '#/components/parameters/top' @@ -211,8 +211,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get healthOverviews from admin - description: 'A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.' + summary: Get serviceHealth + description: Retrieve the properties and relationships of a serviceHealth object. This operation provides the health information of a specified service for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0 operationId: admin.serviceAnnouncement_GetHealthOverview parameters: - name: serviceHealth-id @@ -534,9 +537,6 @@ paths: - admin.Functions summary: Invoke function incidentReport description: Provide the Post-Incident Review (PIR) document of a specified service issue for tenant. An issue only with status of PostIncidentReviewPublished indicates that the PIR document exists for the issue. The operation returns an error if the specified issue doesn't exist for the tenant or if PIR document does not exist for the issue. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.healthOverview.issue_incidentReport parameters: - name: serviceHealth-id @@ -612,8 +612,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get issues from admin - description: 'A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.' + summary: List issues + description: Retrieve serviceHealthIssue resources from the issues navigation property. This operation retrieves information about all service health issues that exist for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0 operationId: admin.serviceAnnouncement_ListIssue parameters: - $ref: '#/components/parameters/top' @@ -686,8 +689,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get issues from admin - description: 'A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.' + summary: Get serviceHealthIssue + description: Retrieve the properties and relationships of a serviceHealthIssue object. This operation retrieves a specified service health issue for tenant. The operation returns an error if the issue does not exist for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0 operationId: admin.serviceAnnouncement_GetIssue parameters: - name: serviceHealthIssue-id @@ -839,8 +845,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get messages from admin - description: 'A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.' + summary: List serviceAnnouncement messages + description: Retrieve the serviceUpdateMessage resources from the messages navigation property. This operation retrieves all service update messages that exist for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0 operationId: admin.serviceAnnouncement_ListMessage parameters: - $ref: '#/components/parameters/top' @@ -913,8 +922,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get messages from admin - description: 'A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.' + summary: Get serviceUpdateMessage + description: Retrieve the properties and relationships of a serviceUpdateMessage object. This operation retrieves a specified service update message for the tenant. The operation returns an error if the message does not exist for the tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0 operationId: admin.serviceAnnouncement_GetMessage parameters: - name: serviceUpdateMessage-id @@ -1016,8 +1028,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get attachments from admin - description: A collection of serviceAnnouncementAttachments. + summary: List attachments + description: Get the list of attachments associated with a service message. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.message_ListAttachment parameters: - name: serviceUpdateMessage-id @@ -1107,8 +1122,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get attachments from admin - description: A collection of serviceAnnouncementAttachments. + summary: Get serviceAnnouncementAttachment + description: Read the properties and relationships of a serviceAnnouncementAttachment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0 operationId: admin.serviceAnnouncement.message_GetAttachment parameters: - name: serviceUpdateMessage-id @@ -1264,7 +1282,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - admin.serviceAnnouncement @@ -1305,7 +1322,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - admin.serviceAnnouncement + summary: Delete content for the navigation property attachments in admin + description: The attachment content. + operationId: admin.serviceAnnouncement.message_DeleteAttachmentsContent + parameters: + - name: serviceUpdateMessage-id + in: path + description: The unique identifier of serviceUpdateMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceUpdateMessage + - name: serviceAnnouncementAttachment-id + in: path + description: The unique identifier of serviceAnnouncementAttachment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceAnnouncementAttachment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count': get: tags: @@ -1332,8 +1382,11 @@ paths: get: tags: - admin.serviceAnnouncement - summary: Get attachmentsArchive for the navigation property messages from admin - description: The zip file that contains all attachments for a message. + summary: List attachments + description: Get the list of attachments associated with a service message. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0 operationId: admin.serviceAnnouncement_GetMessagesAttachmentsArchive parameters: - name: serviceUpdateMessage-id @@ -1354,7 +1407,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - admin.serviceAnnouncement @@ -1383,7 +1435,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - admin.serviceAnnouncement + summary: Delete attachmentsArchive for the navigation property messages in admin + description: The zip file that contains all attachments for a message. + operationId: admin.serviceAnnouncement_DeleteMessagesAttachmentsArchive + parameters: + - name: serviceUpdateMessage-id + in: path + description: The unique identifier of serviceUpdateMessage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: serviceUpdateMessage + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' /admin/serviceAnnouncement/messages/$count: get: tags: diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 1264a6a72b2..2adf6ab82ca 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -69,7 +69,11 @@ paths: get: tags: - education.educationClass - summary: Get classes from education + summary: List educationClasses + description: Get a list of the educationClass objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0 operationId: education_ListClass parameters: - $ref: '#/components/parameters/top' @@ -119,7 +123,11 @@ paths: post: tags: - education.educationClass - summary: Create new navigation property to classes for education + summary: Create educationClass + description: Create a new educationClass object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0 operationId: education_CreateClass requestBody: description: New navigation property @@ -142,7 +150,11 @@ paths: get: tags: - education.educationClass - summary: Get classes from education + summary: Get educationClass + description: 'Retrieve a class from the system. A class is a universal group with a special property that indicates to the system that the group is a class. Group members represent the students; group admins represent the teachers in the class. If you''re using the delegated token, the user will only see classes in which they are members.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0 operationId: education_GetClass parameters: - name: educationClass-id @@ -186,7 +198,11 @@ paths: patch: tags: - education.educationClass - summary: Update the navigation property classes in education + summary: Update educationClass + description: Update the properties of an educationClass object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0 operationId: education_UpdateClass parameters: - name: educationClass-id @@ -217,7 +233,11 @@ paths: delete: tags: - education.educationClass - summary: Delete navigation property classes for education + summary: Delete educationClass + description: 'Delete an educationClass. Because a class is also a universal group, deleting a class deletes the group.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0 operationId: education_DeleteClass parameters: - name: educationClass-id @@ -244,8 +264,11 @@ paths: get: tags: - education.educationClass - summary: Get assignmentCategories from education - description: All categories associated with this class. Nullable. + summary: List assignmentCategories + description: Retrieve a list of educationCategory objects. Only teachers can perform this operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0 operationId: education.class_ListAssignmentCategory parameters: - name: educationClass-id @@ -303,7 +326,11 @@ paths: post: tags: - education.educationClass - summary: Create new navigation property to assignmentCategories for education + summary: Create educationCategory + description: Create a new educationCategory on an educationClass. Only teachers can perform this operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0 operationId: education.class_CreateAssignmentCategory parameters: - name: educationClass-id @@ -335,8 +362,11 @@ paths: get: tags: - education.educationClass - summary: Get assignmentCategories from education - description: All categories associated with this class. Nullable. + summary: Get educationCategory + description: 'Retrieve an educationCategory object. Only teachers, students, and applications with application permissions can perform this operation.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0 operationId: education.class_GetAssignmentCategory parameters: - name: educationClass-id @@ -427,7 +457,11 @@ paths: delete: tags: - education.educationClass - summary: Delete navigation property assignmentCategories for education + summary: Delete educationCategory + description: Delete an existing category. Only teachers can perform this operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0 operationId: education.class_DeleteAssignmentCategory parameters: - name: educationClass-id @@ -565,8 +599,11 @@ paths: get: tags: - education.educationClass - summary: Get assignmentDefaults from education - description: Specifies class-level defaults respected by new assignments created in the class. + summary: Get educationAssignmentDefaults + description: Read the properties and relationships of an educationAssignmentDefaults object. These are the class-level assignment defaults respected by new assignments created in the class. Callers can continue to specify custom values on each assignment creation if they don't want the default behaviors. Only teachers can perform this operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0 operationId: education.class_GetAssignmentDefault parameters: - name: educationClass-id @@ -610,7 +647,11 @@ paths: patch: tags: - education.educationClass - summary: Update the navigation property assignmentDefaults in education + summary: Update educationAssignmentDefaults + description: Update the properties of an educationAssignmentDefaults object. Only teachers can update these settings. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0 operationId: education.class_UpdateAssignmentDefault parameters: - name: educationClass-id @@ -668,8 +709,11 @@ paths: get: tags: - education.educationClass - summary: Get assignments from education - description: All assignments associated with this class. Nullable. + summary: List class assignments + description: 'Retrieve a list of assignment objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher, or an application running with application permissions, can see all assignment objects for the class. Students can only see assignments that are assigned to them.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0 operationId: education.class_ListAssignment parameters: - name: educationClass-id @@ -727,7 +771,11 @@ paths: post: tags: - education.educationClass - summary: Create new navigation property to assignments for education + summary: Create educationAssignment + description: 'Create a new assignment. Only teachers in a class can create an assignment. Assignments start in the Draft state, which means that students will not see the assignment until publication.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0 operationId: education.class_CreateAssignment parameters: - name: educationClass-id @@ -759,8 +807,11 @@ paths: get: tags: - education.educationClass - summary: Get assignments from education - description: All assignments associated with this class. Nullable. + summary: Get educationAssignment + description: 'Get the properties and relationships of an assignment. Only teachers, students, and applications with application permissions can perform this operation. Students can only see assignments assigned to them; teachers and applications with application permissions can see all assignments in a class. You can use the Prefer header in your request to get the inactive status in case the assignment is deactivated; otherwise, the response value for the status property is unknownFutureValue.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0 operationId: education.class_GetAssignment parameters: - name: educationClass-id @@ -812,7 +863,11 @@ paths: patch: tags: - education.educationClass - summary: Update the navigation property assignments in education + summary: Update educationassignment + description: 'Update an educationAssignment object. Only teachers can perform this action. Alternatively, request to change the status of an assignment with publish action. Don''t use a PATCH operation for this purpose.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0 operationId: education.class_UpdateAssignment parameters: - name: educationClass-id @@ -851,7 +906,11 @@ paths: delete: tags: - education.educationClass - summary: Delete navigation property assignments for education + summary: Delete educationAssignment + description: Delete an existing assignment. Only teachers within a class can delete assignments. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0 operationId: education.class_DeleteAssignment parameters: - name: educationClass-id @@ -2281,6 +2340,51 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.excuse': + post: + tags: + - education.Actions + summary: Invoke action excuse + description: 'Excuse a submission. Excused submissions aren''t included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0 + operationId: education.class.assignment.submission_excuse + parameters: + - name: educationClass-id + in: path + description: The unique identifier of educationClass + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: educationClass + - name: educationAssignment-id + in: path + description: The unique identifier of educationAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: educationAssignment + - name: educationSubmission-id + in: path + description: The unique identifier of educationSubmission + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: educationSubmission + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.reassign': post: tags: @@ -3690,7 +3794,11 @@ paths: patch: tags: - education.educationClass - summary: Update the navigation property assignmentSettings in education + summary: Update educationAssignmentSettings + description: Update the properties of an educationAssignmentSettings object. Only teachers can update these settings. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0 operationId: education.class_UpdateAssignmentSetting parameters: - name: educationClass-id @@ -4115,8 +4223,11 @@ paths: get: tags: - education.educationClass - summary: Get members from education - description: All users in the class. Nullable. + summary: List members of an educationClass + description: Retrieves the educationUser members of an educationClass. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0 operationId: education.class_ListMember parameters: - name: educationClass-id @@ -4175,7 +4286,11 @@ paths: delete: tags: - education.educationClass - summary: Delete ref of navigation property members for education + summary: Remove member from educationClass + description: Remove an educationUser from an educationClass. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0 operationId: education.class.member_DeleteEducationUserGraphBPreRef parameters: - name: educationClass-id @@ -4232,8 +4347,11 @@ paths: get: tags: - education.educationClass - summary: Get ref of members from education - description: All users in the class. Nullable. + summary: List members of an educationClass + description: Retrieves the educationUser members of an educationClass. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0 operationId: education.class_ListMemberGraphBPreRef parameters: - name: educationClass-id @@ -4271,7 +4389,11 @@ paths: post: tags: - education.educationClass - summary: Create new navigation property ref to members for education + summary: Add a student + description: Add an educationUser member to an educationClass. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0 operationId: education.class_CreateMemberGraphBPreRef parameters: - name: educationClass-id @@ -4293,7 +4415,11 @@ paths: delete: tags: - education.educationClass - summary: Delete ref of navigation property members for education + summary: Remove member from educationClass + description: Remove an educationUser from an educationClass. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0 operationId: education.class_DeleteMemberGraphBPreRef parameters: - name: educationClass-id @@ -4328,8 +4454,11 @@ paths: get: tags: - education.educationClass - summary: Get modules from education - description: All modules in the class. Nullable. + summary: List class modules + description: 'Retrieve a list of module objects. Only teachers, students, and applications with application permissions can perform this operation. A teacher or an application with application permissions can see all module objects for the class. Students can only see published modules.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0 operationId: education.class_ListModule parameters: - name: educationClass-id @@ -4387,7 +4516,11 @@ paths: post: tags: - education.educationClass - summary: Create new navigation property to modules for education + summary: Create educationModule + description: 'Create a new module in a class. Only teachers in a class can create a module. Modules start in the draft state, which means that students can''t see the modules until publication.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-1.0 operationId: education.class_CreateModule parameters: - name: educationClass-id @@ -4419,8 +4552,11 @@ paths: get: tags: - education.educationClass - summary: Get modules from education - description: All modules in the class. Nullable. + summary: Get educationModule + description: 'Get the properties and relationships of a module. Only teachers, students, and applications with application permissions can perform this operation. Students can only see published modules; teachers and applications with application permissions can see all modules in a class.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0 operationId: education.class_GetModule parameters: - name: educationClass-id @@ -4472,7 +4608,11 @@ paths: patch: tags: - education.educationClass - summary: Update the navigation property modules in education + summary: Update educationModule + description: Update an educationModule object in a class. Only teachers in the class can perform this operation. You can't use a PATCH request to change the status of a module. Use the publish action to change the module status. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-1.0 operationId: education.class_UpdateModule parameters: - name: educationClass-id @@ -4511,7 +4651,11 @@ paths: delete: tags: - education.educationClass - summary: Delete navigation property modules for education + summary: Delete educationModule + description: Delete an existing module in a class. Only teachers within a class can delete modules. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-1.0 operationId: education.class_DeleteModule parameters: - name: educationClass-id @@ -5004,8 +5148,11 @@ paths: get: tags: - education.educationClass - summary: Get schools from education - description: All schools that this class is associated with. Nullable. + summary: List schools + description: Retrieve a list of schools in which the class is taught. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0 operationId: education.class_ListSchool parameters: - name: educationClass-id @@ -5140,8 +5287,11 @@ paths: get: tags: - education.educationClass - summary: Get teachers from education - description: All teachers in the class. Nullable. + summary: List teachers + description: Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0 operationId: education.class_ListTeacher parameters: - name: educationClass-id @@ -5200,7 +5350,11 @@ paths: delete: tags: - education.educationClass - summary: Delete ref of navigation property teachers for education + summary: Remove teacher from educationClass + description: Remove a teacher from an educationClass. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0 operationId: education.class.teacher_DeleteEducationUserGraphBPreRef parameters: - name: educationClass-id @@ -5257,8 +5411,11 @@ paths: get: tags: - education.educationClass - summary: Get ref of teachers from education - description: All teachers in the class. Nullable. + summary: List teachers + description: Retrieve a list of teachers for a class. Delegated tokens must be members of the class to get the teacher list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0 operationId: education.class_ListTeacherGraphBPreRef parameters: - name: educationClass-id @@ -5296,7 +5453,11 @@ paths: post: tags: - education.educationClass - summary: Create new navigation property ref to teachers for education + summary: Add teacher + description: Add a teacher to a class. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0 operationId: education.class_CreateTeacherGraphBPreRef parameters: - name: educationClass-id @@ -5318,7 +5479,11 @@ paths: delete: tags: - education.educationClass - summary: Delete ref of navigation property teachers for education + summary: Remove teacher from educationClass + description: Remove a teacher from an educationClass. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0 operationId: education.class_DeleteTeacherGraphBPreRef parameters: - name: educationClass-id @@ -5517,8 +5682,11 @@ paths: get: tags: - education.educationUser - summary: Get assignments from education - description: Assignments belonging to the user. + summary: List assignments of a user + description: 'Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0 operationId: education.me_ListAssignment parameters: - $ref: '#/components/parameters/top' @@ -6841,6 +7009,43 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.excuse': + post: + tags: + - education.Actions + summary: Invoke action excuse + description: 'Excuse a submission. Excused submissions aren''t included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0 + operationId: education.me.assignment.submission_excuse + parameters: + - name: educationAssignment-id + in: path + description: The unique identifier of educationAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: educationAssignment + - name: educationSubmission-id + in: path + description: The unique identifier of educationSubmission + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: educationSubmission + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.reassign': post: tags: @@ -7997,8 +8202,11 @@ paths: get: tags: - education.educationUser - summary: Get classes from education - description: Classes to which the user belongs. Nullable. + summary: List classes of an educationUser + description: Get the educationClass resources an educationUser is a member of. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0 operationId: education.me_ListClass parameters: - $ref: '#/components/parameters/top' @@ -8109,8 +8317,11 @@ paths: get: tags: - education.educationUser - summary: Get rubrics from education - description: 'When set, the grading rubric attached to the assignment.' + summary: List rubrics + description: Retrieve a list of educationRubric objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0 operationId: education.me_ListRubric parameters: - $ref: '#/components/parameters/top' @@ -8160,7 +8371,11 @@ paths: post: tags: - education.educationUser - summary: Create new navigation property to rubrics for education + summary: Create educationRubric + description: Create a new educationRubric object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0 operationId: education.me_CreateRubric requestBody: description: New navigation property @@ -8183,8 +8398,11 @@ paths: get: tags: - education.educationUser - summary: Get rubrics from education - description: 'When set, the grading rubric attached to the assignment.' + summary: Get educationRubric + description: Retrieve the properties and relationships of an educationRubric object. Only teachers and students can perform this operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0 operationId: education.me_GetRubric parameters: - name: educationRubric-id @@ -8228,7 +8446,11 @@ paths: patch: tags: - education.educationUser - summary: Update the navigation property rubrics in education + 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0 operationId: education.me_UpdateRubric parameters: - name: educationRubric-id @@ -8259,7 +8481,11 @@ paths: delete: tags: - education.educationUser - summary: Delete navigation property rubrics for education + summary: Delete educationRubric + description: Delete an educationRubric object. Only teachers can perform this operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0 operationId: education.me_DeleteRubric parameters: - name: educationRubric-id @@ -8300,8 +8526,11 @@ paths: get: tags: - education.educationUser - summary: Get schools from education - description: Schools to which the user belongs. Nullable. + summary: List schools of an educationUser + description: Retrieve a list of schools for a user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0 operationId: education.me_ListSchool parameters: - $ref: '#/components/parameters/top' @@ -8524,8 +8753,11 @@ paths: get: tags: - education.educationUser - summary: Get user from education - description: The directory user that corresponds to this user. + summary: Get educationUser + description: Retrieve the simple directory user that corresponds to this educationUser. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0 operationId: education.me_GetUser parameters: - name: $select @@ -8685,7 +8917,11 @@ paths: get: tags: - education.educationSchool - summary: Get schools from education + summary: List educationSchools + description: Get a list of the educationSchool objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0 operationId: education_ListSchool parameters: - $ref: '#/components/parameters/top' @@ -8735,7 +8971,11 @@ paths: post: tags: - education.educationSchool - summary: Create new navigation property to schools for education + summary: Create educationSchool + description: Create a new educationSchool object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0 operationId: education_CreateSchool requestBody: description: New navigation property @@ -8758,7 +8998,11 @@ paths: get: tags: - education.educationSchool - summary: Get schools from education + summary: Get educationSchool + description: Read the properties and relationships of an educationSchool object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0 operationId: education_GetSchool parameters: - name: educationSchool-id @@ -8802,7 +9046,11 @@ paths: patch: tags: - education.educationSchool - summary: Update the navigation property schools in education + summary: Update educationSchool + description: Update the properties of an educationSchool object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0 operationId: education_UpdateSchool parameters: - name: educationSchool-id @@ -8833,7 +9081,11 @@ paths: delete: tags: - education.educationSchool - summary: Delete navigation property schools for education + summary: Delete educationSchool + description: Delete a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0 operationId: education_DeleteSchool parameters: - name: educationSchool-id @@ -8937,8 +9189,11 @@ paths: get: tags: - education.educationSchool - summary: Get classes from education - description: Classes taught at the school. Nullable. + summary: List classes of an educationSchool + description: Get the educationClass resources owned by an educationSchool. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0 operationId: education.school_ListClass parameters: - name: educationSchool-id @@ -8997,7 +9252,11 @@ paths: delete: tags: - education.educationSchool - summary: Delete ref of navigation property classes for education + summary: Remove educationClass + description: Delete a class from a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0 operationId: education.school.class_DeleteEducationClassGraphBPreRef parameters: - name: educationSchool-id @@ -9054,8 +9313,11 @@ paths: get: tags: - education.educationSchool - summary: Get ref of classes from education - description: Classes taught at the school. Nullable. + summary: List classes of an educationSchool + description: Get the educationClass resources owned by an educationSchool. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0 operationId: education.school_ListClassGraphBPreRef parameters: - name: educationSchool-id @@ -9093,7 +9355,11 @@ paths: post: tags: - education.educationSchool - summary: Create new navigation property ref to classes for education + summary: Add educationClass to educationSchool + description: Add a class to a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0 operationId: education.school_CreateClassGraphBPreRef parameters: - name: educationSchool-id @@ -9115,7 +9381,11 @@ paths: delete: tags: - education.educationSchool - summary: Delete ref of navigation property classes for education + summary: Remove educationClass + description: Delete a class from a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0 operationId: education.school_DeleteClassGraphBPreRef parameters: - name: educationSchool-id @@ -9150,8 +9420,11 @@ paths: get: tags: - education.educationSchool - summary: Get users from education - description: Users in the school. Nullable. + summary: List users of an educationSchool + description: Get the educationUser resources associated with an educationSchool. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0 operationId: education.school_ListUser parameters: - name: educationSchool-id @@ -9210,7 +9483,11 @@ paths: delete: tags: - education.educationSchool - summary: Delete ref of navigation property users for education + summary: Remove educationUser from an educationSchool + description: Delete a user from a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0 operationId: education.school.user_DeleteEducationUserGraphBPreRef parameters: - name: educationSchool-id @@ -9267,8 +9544,11 @@ paths: get: tags: - education.educationSchool - summary: Get ref of users from education - description: Users in the school. Nullable. + summary: List users of an educationSchool + description: Get the educationUser resources associated with an educationSchool. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0 operationId: education.school_ListUserGraphBPreRef parameters: - name: educationSchool-id @@ -9306,7 +9586,11 @@ paths: post: tags: - education.educationSchool - summary: Create new navigation property ref to users for education + summary: Add educationUser to an educationSchool + description: Add a user to a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0 operationId: education.school_CreateUserGraphBPreRef parameters: - name: educationSchool-id @@ -9328,7 +9612,11 @@ paths: delete: tags: - education.educationSchool - summary: Delete ref of navigation property users for education + summary: Remove educationUser from an educationSchool + description: Delete a user from a school. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0 operationId: education.school_DeleteUserGraphBPreRef parameters: - name: educationSchool-id @@ -9450,7 +9738,11 @@ paths: get: tags: - education.educationUser - summary: Get users from education + summary: List educationUsers + description: Get a list of the educationUser objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0 operationId: education_ListUser parameters: - $ref: '#/components/parameters/top' @@ -9500,7 +9792,11 @@ paths: post: tags: - education.educationUser - summary: Create new navigation property to users for education + summary: Create educationUser + description: Create a new educationUser object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0 operationId: education_CreateUser requestBody: description: New navigation property @@ -9523,7 +9819,11 @@ paths: get: tags: - education.educationUser - summary: Get users from education + summary: Get educationUser + description: Read the properties and relationships of an educationUser object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0 operationId: education_GetUser parameters: - name: educationUser-id @@ -9567,7 +9867,11 @@ paths: patch: tags: - education.educationUser - summary: Update the navigation property users in education + summary: Update educationUser + description: Update the properties of an educationUser object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0 operationId: education_UpdateUser parameters: - name: educationUser-id @@ -9598,7 +9902,11 @@ paths: delete: tags: - education.educationUser - summary: Delete navigation property users for education + summary: Delete educationUser + description: Delete a user. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0 operationId: education_DeleteUser parameters: - name: educationUser-id @@ -9625,8 +9933,11 @@ paths: get: tags: - education.educationUser - summary: Get assignments from education - description: Assignments belonging to the user. + summary: List assignments of a user + description: 'Returns a list of educationAssignment assigned to a educationUser for all classes. Only teachers, students, and applications with application permissions can perform this operation. This method allows a caller to find all the assignments belonging to a student or a teacher in a single call rather than having to request assignments from each class. The assignment list contains what is needed to get the detailed information for the assignment from within the class namespace. Use the methods defined for the assignment for all other operations.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0 operationId: education.user_ListAssignment parameters: - name: educationUser-id @@ -11238,6 +11549,51 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.excuse': + post: + tags: + - education.Actions + summary: Invoke action excuse + description: 'Excuse a submission. Excused submissions aren''t included in average grade calculations. Grading rubrics and feedback are deleted. Only teachers can perform this action. If the Prefer: include-unknown-enum-members request header is provided, the excused submission shows the excused status. Otherwise, the submission status retains the returned status. For more information about how to use this header, see the Examples section.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0 + operationId: education.user.assignment.submission_excuse + parameters: + - name: educationUser-id + in: path + description: The unique identifier of educationUser + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: educationUser + - name: educationAssignment-id + in: path + description: The unique identifier of educationAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: educationAssignment + - name: educationSubmission-id + in: path + description: The unique identifier of educationSubmission + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: educationSubmission + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.educationSubmission' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/microsoft.graph.reassign': post: tags: @@ -13114,8 +13470,11 @@ paths: get: tags: - education.educationUser - summary: Get taughtClasses from education - description: Classes for which the user is a teacher. + summary: List taughtClasses + description: Get the educationClass resources owned by an educationUser. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0 operationId: education.user_ListTaughtClass parameters: - name: educationUser-id @@ -13888,6 +14247,15 @@ components: - title: educationSubmission type: object properties: + excusedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + excusedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-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 that the submission was excused. 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 reassignedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' reassignedDateTime: @@ -14074,7 +14442,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 cannot be a dynamic group (that is, groupTypes cannot 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 @@ -14133,7 +14501,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. 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 @@ -14504,6 +14872,7 @@ components: nullable: true officeLocation: type: string + description: The office location for the user. nullable: true onPremisesInfo: $ref: '#/components/schemas/microsoft.graph.educationOnPremisesInfo' @@ -14527,6 +14896,7 @@ components: refreshTokensValidFromDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[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. Returned only on $select. Read-only.' format: date-time nullable: true relatedContacts: @@ -14689,7 +15059,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: @@ -15447,6 +15817,7 @@ components: - returned - unknownFutureValue - reassigned + - excused type: string microsoft.graph.directoryObject: allOf: @@ -17922,6 +18293,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: @@ -17943,6 +18315,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -19315,6 +19688,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 @@ -19653,6 +20027,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: @@ -20304,13 +20679,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: @@ -20322,7 +20697,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' @@ -20814,7 +21189,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -20873,6 +21247,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: @@ -21956,6 +22331,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: @@ -24547,7 +24923,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 @@ -24966,7 +25342,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object @@ -25688,6 +26064,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -25697,6 +26074,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 @@ -27254,6 +27632,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -28620,6 +28999,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 @@ -29535,6 +29960,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 @@ -29544,10 +29970,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' @@ -29555,15 +29982,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: @@ -30039,21 +30469,27 @@ 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' additionalProperties: diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index 0a8a98a9031..fc8c91407a7 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -366,7 +366,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -407,7 +406,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property bundles in drives + description: 'The content stream, if the item represents a file.' + operationId: drive_DeleteBundlesContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/bundles/$count': get: tags: @@ -787,7 +819,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -828,7 +859,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property following in drives + description: 'The content stream, if the item represents a file.' + operationId: drive_DeleteFollowingContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/following/$count': get: tags: @@ -855,8 +919,11 @@ paths: get: tags: - drives.driveItem - summary: Get items from drives - description: All items contained in the drive. Read-only. Nullable. + summary: 'drive: sharedWithMe' + description: Get a list of driveItem objects shared with the owner of a drive. The driveItems returned from the sharedWithMe method always include the remoteItem facet that indicates they are items from a different drive. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0 operationId: drive_ListItem parameters: - name: drive-id @@ -1930,7 +1997,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -1987,7 +2053,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.item.analytic.itemActivityStat.activity_DeleteDriveItemContent + 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 + - 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' '/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -2113,8 +2228,11 @@ paths: get: tags: - drives.driveItem - summary: Get children from drives - description: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. + summary: List children of a driveItem + description: Return a collection of DriveItems in the children relationship of a DriveItem. DriveItems with a non-null folder or package facet can have one or more child DriveItems. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0 operationId: drive.item_ListChild parameters: - name: drive-id @@ -2327,7 +2445,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -2376,7 +2493,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property children in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.item_DeleteChildrenContent + 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 + - name: driveItem-id1 + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/items/{driveItem-id}/children/$count': get: tags: @@ -2448,7 +2606,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -2489,7 +2646,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property items in drives + description: 'The content stream, if the item represents a file.' + operationId: drive_DeleteItemsContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/items/{driveItem-id}/createdByUser': get: tags: @@ -3972,7 +4162,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -4013,7 +4202,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.item.listItem_DeleteDriveItemContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/items/{driveItem-id}/listItem/fields': get: tags: @@ -6685,7 +6907,11 @@ paths: patch: tags: - drives.driveItem - summary: Update the navigation property retentionLabel in drives + summary: 'driveItem: lockOrUnlockRecord' + description: 'Lock or unlock a retention label on a driveItem that classifies content as records. For information about retention labels from an administrator''s perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint. For more information about how you can lock and unlock retention labels, see Use record versioning to update records stored in SharePoint or OneDrive.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0 operationId: drive.item_UpdateRetentionLabel parameters: - name: drive-id @@ -6724,7 +6950,11 @@ paths: delete: tags: - drives.driveItem - summary: Delete navigation property retentionLabel for drives + summary: 'driveItem: removeRetentionLabel' + description: 'Remove a retention label from a driveItem. For information about retention labels from an administrator''s perspective, see Use retention labels to manage the lifecycle of documents stored in SharePoint.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0 operationId: drive.item_DeleteRetentionLabel parameters: - name: drive-id @@ -7672,7 +7902,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -7721,17 +7950,58 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion': - post: + delete: tags: - - drives.Actions - summary: Invoke action restoreVersion - description: 'Restore a previous version of a DriveItem 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 file.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0 - operationId: drive.item.version_restoreVersion + - drives.driveItem + summary: Delete content for the navigation property versions in drives + description: The content stream for this version of the item. + operationId: drive.item_DeleteVersionsContent + 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 + - name: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion': + post: + tags: + - drives.Actions + summary: Invoke action restoreVersion + description: 'Restore a previous version of a DriveItem 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 file.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0 + operationId: drive.item.version_restoreVersion parameters: - name: drive-id in: path @@ -10302,6 +10572,7 @@ paths: - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values @@ -11370,7 +11641,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.list @@ -11411,7 +11681,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.list + summary: Delete content for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.list.item_DeleteDriveItemContent + 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: 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/list/items/{listItem-id}/fields': get: tags: @@ -14457,7 +14760,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -14506,7 +14808,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.root.analytic.itemActivityStat.activity_DeleteDriveItemContent + 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: 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' '/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -14790,7 +15133,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -14831,7 +15173,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property children in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.root_DeleteChildrenContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/root/children/$count': get: tags: @@ -14887,7 +15262,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -14920,14 +15294,12 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/drives/{drive-id}/root/createdByUser': - get: + delete: tags: - drives.driveItem - summary: Get createdByUser from drives - description: Identity of the user who created the item. Read-only. - operationId: drive.root_GetCreatedGraphBPreUser + summary: Delete content for the navigation property root in drives + description: 'The content stream, if the item represents a file.' + operationId: drive_DeleteRootContent parameters: - name: drive-id in: path @@ -14937,43 +15309,24 @@ paths: 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 + - 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 - '/drives/{drive-id}/root/createdByUser/mailboxSettings': + '/drives/{drive-id}/root/createdByUser': get: tags: - drives.driveItem - 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: drive.root.createdGraphBPreUser_GetMailboxSetting + summary: Get createdByUser from drives + description: Identity of the user who created the item. Read-only. + operationId: drive.root_GetCreatedGraphBPreUser parameters: - name: drive-id in: path @@ -15005,50 +15358,21 @@ paths: type: string responses: 2XX: - description: Result entities - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - default: - $ref: '#/components/responses/error' - patch: - tags: - - drives.driveItem - summary: Update property mailboxSettings value. - operationId: drive.root.createdGraphBPreUser_UpdateMailboxSetting - 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 - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' - required: true - responses: - 2XX: - description: Success + description: Retrieved navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + $ref: '#/components/schemas/microsoft.graph.user' default: $ref: '#/components/responses/error' - '/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors': + x-ms-docs-operation-type: operation + '/drives/{drive-id}/root/createdByUser/mailboxSettings': get: tags: - drives.driveItem - 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).' - operationId: drive.root.createdGraphBPreUser_ListServiceProvisioningError + 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: drive.root.createdGraphBPreUser_GetMailboxSetting parameters: - name: drive-id in: path @@ -15058,21 +15382,96 @@ paths: schema: type: string x-ms-docs-key-type: drive - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Result entities + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + default: + $ref: '#/components/responses/error' + patch: + tags: + - drives.driveItem + summary: Update property mailboxSettings value. + operationId: drive.root.createdGraphBPreUser_UpdateMailboxSetting + 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 + 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' + '/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors': + get: + tags: + - drives.driveItem + 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).' + operationId: drive.root.createdGraphBPreUser_ListServiceProvisioningError + 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string - name: $select in: query description: Select properties to be returned @@ -16155,7 +16554,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -16188,7 +16586,32 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property driveItem in drives + description: 'The content stream, if the item represents a file.' + operationId: drive.root.listItem_DeleteDriveItemContent + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/root/listItem/fields': get: tags: @@ -19295,7 +19718,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -19336,7 +19758,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property versions in drives + description: The content stream for this version of the item. + operationId: drive.root_DeleteVersionsContent + 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: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/root/versions/{driveItemVersion-id}/microsoft.graph.restoreVersion': post: tags: @@ -19547,7 +20002,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - drives.driveItem @@ -19588,7 +20042,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - drives.driveItem + summary: Delete content for the navigation property special in drives + description: 'The content stream, if the item represents a file.' + operationId: drive_DeleteSpecialContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/drives/{drive-id}/special/$count': get: tags: @@ -20093,7 +20580,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -20142,7 +20628,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property bundles in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive_DeleteBundlesContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/bundles/$count': get: tags: @@ -20594,7 +21121,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -20643,7 +21169,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property following in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive_DeleteFollowingContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/following/$count': get: tags: @@ -21921,7 +22488,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -21986,7 +22552,64 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.item.analytic.itemActivityStat.activity_DeleteDriveItemContent + 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 + - 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' '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -22382,7 +23005,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -22439,7 +23061,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property children in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.item_DeleteChildrenContent + 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 + - name: driveItem-id1 + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count': get: tags: @@ -22527,7 +23198,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -22576,7 +23246,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property items in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive_DeleteItemsContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser': get: tags: @@ -24258,7 +24969,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -24307,7 +25017,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.item.listItem_DeleteDriveItemContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields': get: tags: @@ -26759,7 +27510,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -26816,7 +27566,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property versions in groups + description: The content stream for this version of the item. + operationId: group.drive.item_DeleteVersionsContent + 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 + - name: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count': get: tags: @@ -30583,7 +31382,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -30632,7 +31430,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.list.item_DeleteDriveItemContent + 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: 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields': get: tags: @@ -33296,43 +34135,155 @@ paths: 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: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: 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 + '/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': + get: + tags: + - groups.drive + summary: Get content for the navigation property driveItem from groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.root.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: drive-id + in: path + description: The unique identifier of drive + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: drive + - 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: + - groups.drive + summary: Update content for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.root.analytic.itemActivityStat.activity_SetDriveItemContent + 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: 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: Retrieved navigation property + description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content': - get: + delete: tags: - groups.drive - summary: Get content for the navigation property driveItem from groups + summary: Delete content for the navigation property driveItem in groups description: 'The content stream, if the item represents a file.' - operationId: group.drive.root.analytic.itemActivityStat.activity_GetDriveItemContent + operationId: group.drive.root.analytic.itemActivityStat.activity_DeleteDriveItemContent parameters: - name: group-id in: path @@ -33366,81 +34317,17 @@ paths: 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' - x-ms-docs-operation-type: operation - put: - tags: - - groups.drive - summary: Update content for the navigation property driveItem in groups - description: 'The content stream, if the item represents a file.' - operationId: group.drive.root.analytic.itemActivityStat.activity_SetDriveItemContent - 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: 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 + - name: If-Match + in: header + description: ETag 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' - x-ms-docs-operation-type: operation '/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -33780,7 +34667,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -33829,7 +34715,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property children in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.root_DeleteChildrenContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/root/children/$count': get: tags: @@ -33901,7 +34828,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -33942,7 +34868,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property root in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive_DeleteRootContent + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/root/createdByUser': get: tags: @@ -35384,7 +36343,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -35425,7 +36383,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive.root.listItem_DeleteDriveItemContent + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/root/listItem/fields': get: tags: @@ -37525,7 +38516,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -37557,24 +38547,65 @@ paths: schema: type: string x-ms-docs-key-type: driveItemVersion - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true + 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.driveItemVersion' + default: + $ref: '#/components/responses/error' + delete: + tags: + - groups.drive + summary: Delete content for the navigation property versions in groups + description: The content stream for this version of the item. + operationId: group.drive.root_DeleteVersionsContent + 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: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + - 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.driveItemVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/groups/{group-id}/drives/{drive-id}/root/versions/$count': get: tags: @@ -37784,7 +38815,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.drive @@ -37833,7 +38863,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.drive + summary: Delete content for the navigation property special in groups + description: 'The content stream, if the item represents a file.' + operationId: group.drive_DeleteSpecialContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/drives/{drive-id}/special/$count': get: tags: @@ -38282,8 +39353,11 @@ paths: get: tags: - shares.driveItem - summary: Get driveItem from shares - description: Used to access the underlying driveItem + summary: Accessing shared DriveItems + description: 'Access a shared DriveItem or a collection of shared items by using a shareId or sharing URL. To use a sharing URL with this API, your app needs to transform the URL into a sharing token.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0 operationId: share_GetDriveItem parameters: - name: sharedDriveItem-id @@ -38357,7 +39431,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.driveItem @@ -38390,7 +39463,32 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.driveItem + summary: Delete content for the navigation property driveItem in shares + description: 'The content stream, if the item represents a file.' + operationId: share_DeleteDriveItemContent + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/items': get: tags: @@ -38546,7 +39644,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.driveItem @@ -38587,7 +39684,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.driveItem + summary: Delete content for the navigation property items in shares + description: 'The content stream, if the item represents a file.' + operationId: share_DeleteItemsContent + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - name: driveItem-id + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/items/$count': get: tags: @@ -41097,6 +42227,7 @@ paths: - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values @@ -42165,7 +43296,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.list @@ -42206,7 +43336,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.list + summary: Delete content for the navigation property driveItem in shares + description: 'The content stream, if the item represents a file.' + operationId: share.list.item_DeleteDriveItemContent + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields': get: tags: @@ -45027,7 +46190,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.listItem @@ -45060,7 +46222,32 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.listItem + summary: Delete content for the navigation property driveItem in shares + description: 'The content stream, if the item represents a file.' + operationId: share.listItem_DeleteDriveItemContent + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/listItem/fields': get: tags: @@ -46246,7 +47433,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - shares.driveItem @@ -46279,7 +47465,32 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - shares.driveItem + summary: Delete content for the navigation property root in shares + description: 'The content stream, if the item represents a file.' + operationId: share_DeleteRootContent + parameters: + - name: sharedDriveItem-id + in: path + description: The unique identifier of sharedDriveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: sharedDriveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/shares/{sharedDriveItem-id}/site': get: tags: @@ -46822,7 +48033,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -46854,24 +48064,65 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true + 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' + delete: + tags: + - users.drive + summary: Delete content for the navigation property bundles in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive_DeleteBundlesContent + 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 + - 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.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/users/{user-id}/drives/{drive-id}/bundles/$count': get: tags: @@ -47323,7 +48574,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -47372,7 +48622,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property following in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive_DeleteFollowingContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/following/$count': get: tags: @@ -48650,7 +49941,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -48715,7 +50005,64 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property driveItem in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.item.analytic.itemActivityStat.activity_DeleteDriveItemContent + 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 + - 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' '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -49111,7 +50458,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -49143,77 +50489,174 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - name: driveItem-id1 - in: path - description: The unique identifier of driveItem - required: true - style: simple + - name: driveItem-id1 + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + 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' + delete: + tags: + - users.drive + summary: Delete content for the navigation property children in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.item_DeleteChildrenContent + 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 + - name: driveItem-id1 + in: path + description: The unique identifier of driveItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count': + get: + tags: + - users.drive + summary: Get the number of the resource + operationId: user.drive.item.child_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content': + get: + tags: + - users.drive + summary: Get content for the navigation property items from users + description: 'The content stream, if the item represents a file.' + operationId: user.drive_GetItemsContent + 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 + - name: $format + in: query + description: Format of the content + style: form + explode: false schema: type: string - x-ms-docs-key-type: driveItem - requestBody: - description: New media content. - content: - application/octet-stream: - schema: - type: string - format: binary - required: true responses: 2XX: - description: Success + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count': - get: - tags: - - users.drive - summary: Get the number of the resource - operationId: user.drive.item.child_GetCount - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: 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 - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' + type: string + format: binary default: $ref: '#/components/responses/error' - '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content': - get: + put: tags: - users.drive - summary: Get content for the navigation property items from users + summary: Update content for the navigation property items in users description: 'The content stream, if the item represents a file.' - operationId: user.drive_GetItemsContent + operationId: user.drive_SetItemsContent parameters: - name: user-id in: path @@ -49239,30 +50682,29 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - - 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 + description: Success content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: + delete: tags: - users.drive - summary: Update content for the navigation property items in users + summary: Delete content for the navigation property items in users description: 'The content stream, if the item represents a file.' - operationId: user.drive_SetItemsContent + operationId: user.drive_DeleteItemsContent parameters: - name: user-id in: path @@ -49288,24 +50730,17 @@ paths: schema: type: string x-ms-docs-key-type: driveItem - 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 - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser': get: tags: @@ -50987,7 +52422,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -51036,7 +52470,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property driveItem in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.item.listItem_DeleteDriveItemContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields': get: tags: @@ -53488,7 +54963,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -53545,7 +55019,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property versions in users + description: The content stream for this version of the item. + operationId: user.drive.item_DeleteVersionsContent + 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 + - name: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count': get: tags: @@ -57312,7 +58835,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -57344,24 +58866,65 @@ 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 + 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' + delete: + tags: + - users.drive + summary: Delete content for the navigation property driveItem in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.list.item_DeleteDriveItemContent + 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: 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 responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields': get: tags: @@ -60112,7 +61675,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -60169,7 +61731,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property driveItem in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.root.analytic.itemActivityStat.activity_DeleteDriveItemContent + 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: 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' '/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -60509,7 +62120,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -60558,7 +62168,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property children in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.root_DeleteChildrenContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/root/children/$count': get: tags: @@ -60630,7 +62281,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -60671,7 +62321,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property root in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive_DeleteRootContent + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/root/createdByUser': get: tags: @@ -62113,7 +63796,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -62154,7 +63836,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property driveItem in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive.root.listItem_DeleteDriveItemContent + 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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/root/listItem/fields': get: tags: @@ -64254,7 +65969,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -64303,7 +66017,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItemVersion' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property versions in users + description: The content stream for this version of the item. + operationId: user.drive.root_DeleteVersionsContent + 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: driveItemVersion-id + in: path + description: The unique identifier of driveItemVersion + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: driveItemVersion + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/root/versions/$count': get: tags: @@ -64513,7 +66268,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.drive @@ -64562,7 +66316,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.drive + summary: Delete content for the navigation property special in users + description: 'The content stream, if the item represents a file.' + operationId: user.drive_DeleteSpecialContent + 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 + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/drives/{drive-id}/special/$count': get: tags: @@ -64864,7 +66659,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: @@ -65553,6 +67348,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: @@ -68860,6 +70656,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: @@ -68881,6 +70678,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -70572,13 +72370,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: @@ -70590,7 +72388,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' @@ -71430,7 +73228,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -71489,6 +73286,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: @@ -71794,7 +73592,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 cannot be a dynamic group (that is, groupTypes cannot 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 @@ -71853,7 +73651,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. 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 @@ -73467,6 +75265,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: @@ -73634,6 +75433,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 @@ -74475,7 +76275,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 @@ -75128,7 +76928,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object @@ -76433,6 +78233,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -76442,6 +78243,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 @@ -77469,6 +79271,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -78861,21 +80664,27 @@ 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' additionalProperties: @@ -79082,6 +80891,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 @@ -79997,6 +81852,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 @@ -80006,10 +81862,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' @@ -80017,15 +81874,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: diff --git a/openApiDocs/v1.0/Groups.yml b/openApiDocs/v1.0/Groups.yml index 9f23aaf6911..05264b02fec 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 @@ -518,8 +518,11 @@ paths: get: tags: - groups.directoryObject - summary: Get acceptedSenders from groups - 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.' + summary: List acceptedSenders + description: "Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).\nMake sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0 operationId: group_ListAcceptedSender parameters: - name: group-id @@ -532,6 +535,7 @@ paths: 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 @@ -567,7 +571,10 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property acceptedSenders for groups + summary: Remove acceptedSender + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0 operationId: group.acceptedSender_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -613,6 +620,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -623,8 +631,11 @@ paths: get: tags: - groups.directoryObject - summary: Get ref of acceptedSenders from groups - 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.' + summary: List acceptedSenders + description: "Users in the accepted senders list can post to conversations of the group (identified in the GET request URL).\nMake sure you do not specify the same user or group in the accepted senders and rejected senders lists, otherwise you will get an error." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0 operationId: group_ListAcceptedSenderGraphBPreRef parameters: - name: group-id @@ -661,7 +672,11 @@ paths: post: tags: - groups.directoryObject - summary: Create new navigation property ref to acceptedSenders for groups + summary: Create acceptedSender + description: 'Specify the user or group in @odata.id in the request body. Users in the accepted senders list can post to conversations of the group. Make sure you don''t specify the same user or group in the accepted senders and rejected senders lists, otherwise you''ll get an error.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0 operationId: group_CreateAcceptedSenderGraphBPreRef parameters: - name: group-id @@ -683,7 +698,10 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property acceptedSenders for groups + summary: Remove acceptedSender + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0 operationId: group_DeleteAcceptedSenderGraphBPreRef parameters: - name: group-id @@ -3895,8 +3913,11 @@ paths: get: tags: - groups.conversation - summary: Get conversations from groups - description: The group's conversations. + summary: List conversations + description: Retrieve the list of conversations in this group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0 operationId: group_ListConversation parameters: - name: group-id @@ -3944,7 +3965,11 @@ paths: post: tags: - groups.conversation - summary: Create new navigation property to conversations for groups + summary: Create conversation + description: Use reply thread or reply post to further post to that conversation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0 operationId: group_CreateConversation parameters: - name: group-id @@ -3976,8 +4001,11 @@ paths: get: tags: - groups.conversation - summary: Get conversations from groups - description: The group's conversations. + summary: Get conversation + description: Retrieve the properties and relationships of conversation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0 operationId: group_GetConversation parameters: - name: group-id @@ -4019,7 +4047,11 @@ paths: delete: tags: - groups.conversation - summary: Delete navigation property conversations for groups + summary: Delete conversation + description: Delete conversation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0 operationId: group_DeleteConversation parameters: - name: group-id @@ -4054,8 +4086,11 @@ paths: get: tags: - groups.conversation - summary: Get threads from groups - description: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. + summary: List threads + description: 'Get all the threads in a group conversation. Note: You can also get all the threads of a group.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0 operationId: group.conversation_ListThread parameters: - name: group-id @@ -4076,6 +4111,7 @@ paths: x-ms-docs-key-type: conversation - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -4120,7 +4156,11 @@ paths: post: tags: - groups.conversation - summary: Create new navigation property to threads for groups + summary: Create thread + description: "Create a new thread in the specified conversation. A thread and post are created as specified. Use reply thread to further post \nto that thread. Or, if you get the post ID, you can also reply to that post in that thread. Note: You can also start a new conversation by first creating a thread." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0 operationId: group.conversation_CreateThread parameters: - name: group-id @@ -4312,10 +4352,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - 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.' + 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/post-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: group.conversation.thread_reply parameters: - name: group-id @@ -6411,6 +6451,7 @@ paths: schema: type: string x-ms-docs-key-type: conversation + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -12505,8 +12546,11 @@ paths: get: tags: - groups.groupLifecyclePolicy - summary: Get groupLifecyclePolicies from groups - description: The collection of lifecycle policies for this group. Read-only. Nullable. + summary: List groupLifecyclePolicies + description: Retrieves a list of groupLifecyclePolicy objects to which a group belongs. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0 operationId: group_ListGroupLifecyclePolicy parameters: - name: group-id @@ -12855,8 +12899,11 @@ paths: get: tags: - groups.directoryObject - summary: Get memberOf from groups - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable. Supports $expand.' + summary: List memberOf + description: 'Get groups that the group is a direct member of. This operation is not transitive. Unlike getting a user''s Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0 operationId: group_ListMemberGraphOPre parameters: - name: group-id @@ -13051,7 +13098,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group + summary: List memberOf + description: 'Get groups that the group is a direct member of. This operation is not transitive. Unlike getting a user''s Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0 operationId: group_GetMemberGraphOPreAsGroup parameters: - name: group-id @@ -13245,7 +13296,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection + summary: List memberOf + description: 'Get groups that the group is a direct member of. This operation is not transitive. Unlike getting a user''s Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0 operationId: group_ListMemberGraphOPreAsGroup parameters: - name: group-id @@ -13345,8 +13400,11 @@ paths: get: tags: - groups.directoryObject - summary: Get members from groups - description: 'The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName).' + summary: List group members + description: 'Get a list of the group''s direct members. A group can have users, organizational contacts, devices, service principals and other groups as members. This operation is not transitive.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0 operationId: group_ListMember parameters: - name: group-id @@ -13415,7 +13473,11 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property members for groups + summary: Remove member + description: Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0 operationId: group.member_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -13760,7 +13822,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user + summary: List group members + description: 'Get a list of the group''s direct members. A group can have users, organizational contacts, devices, service principals and other groups as members. This operation is not transitive.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0 operationId: group_GetMemberAsUser parameters: - name: group-id @@ -13854,8 +13920,11 @@ paths: get: tags: - groups.directoryObject - summary: Get ref of members from groups - description: 'The members of this group, who can be users, devices, other groups, or service principals. Supports the List members, Add member, and Remove member operations. Nullable. Supports $expand including nested $select. For example, /groups?$filter=startsWith(displayName,''Role'')&$select=id,displayName&$expand=members($select=id,userPrincipalName,displayName).' + summary: List group members + description: 'Get a list of the group''s direct members. A group can have users, organizational contacts, devices, service principals and other groups as members. This operation is not transitive.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0 operationId: group_ListMemberGraphBPreRef parameters: - name: group-id @@ -13903,7 +13972,11 @@ paths: post: tags: - groups.directoryObject - summary: Create new navigation property ref to members for groups + summary: Add members + description: Add a member to a security or Microsoft 365 group through the members navigation property. The following table shows the types of members that can be added to either security groups or Microsoft 365 groups. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0 operationId: group_CreateMemberGraphBPreRef parameters: - name: group-id @@ -13925,7 +13998,11 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property members for groups + summary: Remove member + description: Remove a member from a group via the members navigation property. You can't remove a member from groups with dynamic memberships. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0 operationId: group_DeleteMemberGraphBPreRef parameters: - name: group-id @@ -14460,7 +14537,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection + summary: List group members + description: 'Get a list of the group''s direct members. A group can have users, organizational contacts, devices, service principals and other groups as members. This operation is not transitive.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0 operationId: group_ListMemberAsUser parameters: - name: group-id @@ -17842,8 +17923,11 @@ paths: get: tags: - groups.directoryObject - summary: Get owners from groups - 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).' + summary: List group owners + description: Retrieve a list of the group's owners. The owners are a set of users or service principals who are allowed to modify the group object. Owners are currently not available in Microsoft Graph for groups that were created in Exchange or groups that are synchronized from an on-premises environment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0 operationId: group_ListOwner parameters: - name: group-id @@ -17912,7 +17996,11 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property owners for groups + summary: Remove group owner + description: 'Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0 operationId: group.owner_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -18351,8 +18439,11 @@ paths: get: tags: - groups.directoryObject - summary: Get ref of owners from groups - 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).' + summary: List group owners + description: Retrieve a list of the group's owners. The owners are a set of users or service principals who are allowed to modify the group object. Owners are currently not available in Microsoft Graph for groups that were created in Exchange or groups that are synchronized from an on-premises environment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0 operationId: group_ListOwnerGraphBPreRef parameters: - name: group-id @@ -18400,7 +18491,11 @@ paths: post: tags: - groups.directoryObject - summary: Create new navigation property ref to owners for groups + summary: Add owners + description: Add a user or service principal to a Microsoft 365 or security group's owners. The owners are a set of users or service principals who are allowed to modify the group object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0 operationId: group_CreateOwnerGraphBPreRef parameters: - name: group-id @@ -18422,7 +18517,11 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property owners for groups + summary: Remove group owner + description: 'Remove an owner from a Microsoft 365 group or a security group through the owners navigation property. Once owners are assigned to a group, the last owner (a user object) of the group cannot be removed.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0 operationId: group_DeleteOwnerGraphBPreRef parameters: - name: group-id @@ -19057,7 +19156,11 @@ paths: get: tags: - groups.resourceSpecificPermissionGrant - summary: Get permissionGrants from groups + summary: List permissionGrants of a group + description: 'List all resource-specific permission grants on the group. This list specifies the Microsoft Entra apps that have access to the group, along with the corresponding resource-specific access that each app has.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0 operationId: group_ListPermissionGrant parameters: - name: group-id @@ -19389,6 +19492,7 @@ paths: tags: - groups.profilePhoto summary: Get media content for the navigation property photo from groups + description: The group's profile photo operationId: group_GetPhotoContent parameters: - name: group-id @@ -19409,11 +19513,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.profilePhoto summary: Update media content for the navigation property photo in groups + description: The group's profile photo operationId: group_SetPhotoContent parameters: - name: group-id @@ -19437,13 +19541,41 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.profilePhoto + summary: Delete media content for the navigation property photo in groups + description: The group's profile photo + operationId: group_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}/photos': get: tags: - groups.profilePhoto - summary: Get photos from groups - description: The profile photos owned by the group. Read-only. Nullable. + summary: List photos + description: Retrieve a list of profilePhoto objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0 operationId: group_ListPhoto parameters: - name: group-id @@ -19456,7 +19588,9 @@ paths: 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 @@ -19535,6 +19669,7 @@ paths: tags: - groups.profilePhoto summary: Get media content for the navigation property photos from groups + description: The unique identifier for an entity. Read-only. operationId: group_GetPhotosContent parameters: - name: group-id @@ -19563,11 +19698,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.profilePhoto summary: Update media content for the navigation property photos in groups + description: The unique identifier for an entity. Read-only. operationId: group_SetPhotosContent parameters: - name: group-id @@ -19599,13 +19734,49 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.profilePhoto + summary: Delete media content for the navigation property photos in groups + description: The unique identifier for an entity. Read-only. + operationId: group_DeletePhotosContent + 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: profilePhoto-id + in: path + description: The unique identifier of profilePhoto + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: profilePhoto + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/rejectedSenders': get: tags: - groups.directoryObject - summary: Get rejectedSenders from groups - description: The list of users or groups not allowed to create posts or calendar events in this group. Nullable + summary: List rejectedSenders + description: 'Users in the rejected senders list can''t post to conversations of the group (identified in the GET request URL). Make sure you don''t specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0 operationId: group_ListRejectedSender parameters: - name: group-id @@ -19618,6 +19789,7 @@ paths: 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 @@ -19653,7 +19825,10 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property rejectedSenders for groups + summary: Remove rejectedSender + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0 operationId: group.rejectedSender_DeleteDirectoryObjectGraphBPreRef parameters: - name: group-id @@ -19699,6 +19874,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -19709,8 +19885,11 @@ paths: get: tags: - groups.directoryObject - summary: Get ref of rejectedSenders from groups - description: The list of users or groups not allowed to create posts or calendar events in this group. Nullable + summary: List rejectedSenders + description: 'Users in the rejected senders list can''t post to conversations of the group (identified in the GET request URL). Make sure you don''t specify the same user or group in the rejected senders and accepted senders lists, otherwise you get an error.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0 operationId: group_ListRejectedSenderGraphBPreRef parameters: - name: group-id @@ -19747,7 +19926,11 @@ paths: post: tags: - groups.directoryObject - summary: Create new navigation property ref to rejectedSenders for groups + summary: Create rejectedSender + description: 'Specify the user or group in @odata.id in the request body. Users in the rejected senders list can''t post to conversations of the group (identified in the POST request URL). Make sure you don''t specify the same user or group in the rejected senders and accepted senders lists, otherwise you''ll get an error.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0 operationId: group_CreateRejectedSenderGraphBPreRef parameters: - name: group-id @@ -19769,7 +19952,10 @@ paths: delete: tags: - groups.directoryObject - summary: Delete ref of navigation property rejectedSenders for groups + summary: Remove rejectedSender + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0 operationId: group_DeleteRejectedSenderGraphBPreRef parameters: - name: group-id @@ -19804,8 +19990,11 @@ paths: get: tags: - groups.groupSetting - summary: Get settings from groups - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + summary: List settings + description: Retrieve a list of tenant-level or group-specific group settings objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0 operationId: group_ListSetting parameters: - name: group-id @@ -19863,7 +20052,11 @@ paths: post: tags: - groups.groupSetting - summary: Create new navigation property to settings for groups + summary: Create settings + description: 'Create a new setting based on the templates available in groupSettingTemplates. These settings can be at the tenant-level or at the group level. Group settings apply to only Microsoft 365 groups. The template named Group.Unified can be used to configure tenant-wide Microsoft 365 group settings, while the template named Group.Unified.Guest can be used to configure group-specific settings.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0 operationId: group_CreateSetting parameters: - name: group-id @@ -19895,8 +20088,11 @@ paths: get: tags: - groups.groupSetting - summary: Get settings from groups - description: 'Settings that can govern this group''s behavior, like whether members can invite guest users to the group. Nullable.' + summary: Get groupSetting + description: Retrieve the properties of a specific group setting object. The setting can be a tenant-level or group-specific setting. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0 operationId: group_GetSetting parameters: - name: group-id @@ -19948,7 +20144,11 @@ paths: patch: tags: - groups.groupSetting - summary: Update the navigation property settings in groups + summary: Update groupSetting + description: Update the properties of a groupSetting object for tenant-wide group settings or a specific group setting. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0 operationId: group_UpdateSetting parameters: - name: group-id @@ -26567,8 +26767,11 @@ paths: get: tags: - groups.conversationThread - summary: Get threads from groups - description: The group's conversation threads. Nullable. + summary: List threads + description: Get all the threads of a group. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0 operationId: group_ListThread parameters: - name: group-id @@ -26581,6 +26784,7 @@ paths: 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 @@ -26615,7 +26819,11 @@ paths: post: tags: - groups.conversationThread - summary: Create new navigation property to threads for groups + summary: Create conversation thread + description: "Start a new group conversation by first creating a thread. A new conversation, conversation thread, and post are created in the group.\nUse reply thread or reply post to further post to that thread. Note: You can also start a new thread in an existing conversation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0 operationId: group_CreateThread parameters: - name: group-id @@ -26647,8 +26855,11 @@ paths: get: tags: - groups.conversationThread - summary: Get threads from groups - description: The group's conversation threads. Nullable. + summary: Get conversation thread + description: Get a thread object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0 operationId: group_GetThread parameters: - name: group-id @@ -26690,7 +26901,10 @@ paths: patch: tags: - groups.conversationThread - summary: Update the navigation property threads in groups + summary: Update conversation thread + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0 operationId: group_UpdateThread parameters: - name: group-id @@ -26729,7 +26943,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete navigation property threads for groups + summary: Delete conversation thread + description: Delete conversationThread. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0 operationId: group_DeleteThread parameters: - name: group-id @@ -26765,10 +26983,10 @@ paths: tags: - groups.Actions summary: Invoke action reply - 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.' + 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/post-reply?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0 operationId: group.thread_reply parameters: - name: group-id @@ -26809,7 +27027,11 @@ paths: get: tags: - groups.conversationThread - summary: Get posts from groups + 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." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0 operationId: group.thread_ListPost parameters: - name: group-id @@ -26830,6 +27052,7 @@ paths: x-ms-docs-key-type: conversationThread - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby @@ -28571,6 +28794,7 @@ paths: schema: type: string x-ms-docs-key-type: conversationThread + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -28592,6 +28816,7 @@ paths: schema: type: string x-ms-docs-key-type: group + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -28602,8 +28827,11 @@ paths: get: tags: - groups.directoryObject - summary: Get transitiveMemberOf from groups - description: 'The groups that a group is a member of, either directly or through nested membership. Nullable.' + summary: List group transitive memberOf + description: 'Get groups that the group is a member of. This operation is transitive and will also include all groups that this group is a nested member of. Unlike getting a user''s Microsoft 365 groups, this returns all types of groups, not just Microsoft 365 groups.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0 operationId: group_ListTransitiveMemberGraphOPre parameters: - name: group-id @@ -29092,8 +29320,11 @@ paths: get: tags: - groups.directoryObject - summary: Get transitiveMembers from groups - description: The direct and transitive members of a group. Nullable. + summary: List group transitive members + description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0 operationId: group_ListTransitiveMember parameters: - name: group-id @@ -29350,7 +29581,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group + summary: List group transitive members + description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0 operationId: group_GetTransitiveMemberAsGroup parameters: - name: group-id @@ -29536,7 +29771,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.user + summary: List group transitive members + description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0 operationId: group_GetTransitiveMemberAsUser parameters: - name: group-id @@ -29830,7 +30069,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection + summary: List group transitive members + description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0 operationId: group_ListTransitiveMemberAsGroup parameters: - name: group-id @@ -30130,7 +30373,11 @@ paths: get: tags: - groups.directoryObject - summary: Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection + summary: List group transitive members + description: 'Get a list of the group''s members. A group can have different object types as members. For more information about supported member types for different groups, see Group membership. This operation is transitive and returns a flat list of all nested members. An attempt to filter by an OData cast that represents an unsupported member type returns a 400 Bad Request error with the Request_UnsupportedQuery code.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0 operationId: group_ListTransitiveMemberAsUser parameters: - name: group-id @@ -31543,7 +31790,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 cannot be a dynamic group (that is, groupTypes cannot 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 @@ -31602,7 +31849,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. 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 @@ -32295,6 +32542,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: @@ -32915,7 +33163,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 @@ -33512,7 +33760,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: @@ -36463,14 +36711,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: @@ -38622,6 +38873,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: @@ -38643,6 +38895,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -39868,6 +40121,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 @@ -41544,13 +41798,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: @@ -41562,7 +41816,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' @@ -41949,7 +42203,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -42008,6 +42261,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: @@ -43091,6 +43345,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: @@ -44496,6 +44751,7 @@ components: 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: @@ -44515,6 +44771,7 @@ components: 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: @@ -44925,7 +45182,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object @@ -45647,6 +45904,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -45656,6 +45914,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 @@ -47120,6 +47379,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -48082,21 +48342,27 @@ 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' additionalProperties: @@ -48448,6 +48714,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 @@ -49363,6 +49675,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 @@ -49372,10 +49685,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' @@ -49383,15 +49697,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: @@ -49697,6 +50014,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 diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index 08cee90e56e..9f17cbb9eda 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/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-1.0 operationId: admin_GetPerson parameters: - name: $select @@ -48,8 +51,11 @@ paths: get: tags: - admin.peopleAdminSettings - summary: Get profileCardProperties from admin - description: Contains a collection of the properties an administrator has 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-1.0 operationId: admin.person_ListProfileCardProperty parameters: - $ref: '#/components/parameters/top' @@ -99,7 +105,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-1.0 operationId: admin.person_CreateProfileCardProperty requestBody: description: New navigation property @@ -122,8 +132,11 @@ paths: get: tags: - admin.peopleAdminSettings - summary: Get profileCardProperties from admin - description: Contains a collection of the properties an administrator has 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-1.0 operationId: admin.person_GetProfileCardProperty parameters: - name: profileCardProperty-id @@ -167,7 +180,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-1.0 operationId: admin.person_UpdateProfileCardProperty parameters: - name: profileCardProperty-id @@ -198,7 +215,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-1.0 operationId: admin.person_DeleteProfileCardProperty parameters: - name: profileCardProperty-id @@ -239,8 +260,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-1.0 operationId: admin.person_GetPronoun parameters: - name: $select @@ -276,7 +300,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-1.0 operationId: admin.person_UpdatePronoun requestBody: description: New navigation property values @@ -492,8 +520,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: List directReports + description: Get the direct reports for this organizational contact. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0 operationId: contact_ListDirectReport parameters: - name: orgContact-id @@ -982,8 +1013,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: Get manager + description: Get this organizational contact's manager. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0 operationId: contact_GetManager parameters: - name: orgContact-id @@ -1028,8 +1062,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: List memberOf + description: List the groups that this organizational contact is a member of. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0 operationId: contact_ListMemberGraphOPre parameters: - name: orgContact-id @@ -1879,8 +1916,11 @@ paths: get: tags: - contacts.directoryObject - summary: Get transitiveMemberOf from contacts - description: 'Groups that this contact is a member of, including groups that the contact is nested under. Read-only. Nullable.' + 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-1.0 operationId: contact_ListTransitiveMemberGraphOPre parameters: - name: orgContact-id @@ -3712,8 +3752,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 device memberships + description: Get groups and administrative units that this 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-1.0 operationId: device_ListMemberGraphOPre parameters: - name: device-id @@ -3908,7 +3951,11 @@ paths: get: tags: - devices.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group + summary: List device memberships + description: Get groups and administrative units that this 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-1.0 operationId: device_GetMemberGraphOPreAsGroup parameters: - name: device-id @@ -4102,7 +4149,11 @@ paths: get: tags: - devices.directoryObject - summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection + summary: List device memberships + description: Get groups and administrative units that this 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-1.0 operationId: device_ListMemberGraphOPreAsGroup parameters: - name: device-id @@ -4451,8 +4502,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-1.0 operationId: device_ListRegisteredOwner parameters: - name: device-id @@ -4521,7 +4575,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-1.0 operationId: device.registeredOwner_DeleteDirectoryObjectGraphBPreRef parameters: - name: device-id @@ -4836,8 +4894,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-1.0 operationId: device_ListRegisteredOwnerGraphBPreRef parameters: - name: device-id @@ -4885,7 +4946,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-1.0 operationId: device_CreateRegisteredOwnerGraphBPreRef parameters: - name: device-id @@ -4907,7 +4972,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-1.0 operationId: device_DeleteRegisteredOwnerGraphBPreRef parameters: - name: device-id @@ -5342,8 +5411,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-1.0 operationId: device_ListRegisteredUser parameters: - name: device-id @@ -5412,7 +5484,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-1.0 operationId: device.registeredUser_DeleteDirectoryObjectGraphBPreRef parameters: - name: device-id @@ -5727,8 +5803,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-1.0 operationId: device_ListRegisteredUserGraphBPreRef parameters: - name: device-id @@ -5776,7 +5855,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-1.0 operationId: device_CreateRegisteredUserGraphBPreRef parameters: - name: device-id @@ -5798,7 +5881,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-1.0 operationId: device_DeleteRegisteredUserGraphBPreRef parameters: - name: device-id @@ -6233,8 +6320,11 @@ paths: get: tags: - devices.directoryObject - summary: Get transitiveMemberOf from devices - description: Groups and administrative units that the device is a member of. This operation is transitive. Supports $expand. + summary: List device transitive memberships + description: 'Get the 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-1.0 operationId: device_ListTransitiveMemberGraphOPre parameters: - name: device-id @@ -6429,7 +6519,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 the 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-1.0 operationId: device_GetTransitiveMemberGraphOPreAsGroup parameters: - name: device-id @@ -6623,7 +6717,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 the 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-1.0 operationId: device_ListTransitiveMemberGraphOPreAsGroup parameters: - name: device-id @@ -7134,8 +7232,11 @@ paths: get: tags: - directory.administrativeUnit - summary: Get administrativeUnits from directory - description: Conceptual container for user and group directory objects. + summary: List administrativeUnits + description: Retrieve a list of administrativeUnit objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0 operationId: directory_ListAdministrativeUnit parameters: - $ref: '#/components/parameters/top' @@ -7185,7 +7286,11 @@ paths: post: tags: - directory.administrativeUnit - summary: Create new navigation property to administrativeUnits for directory + summary: Create administrativeUnit + description: Use this API to create a new administrativeUnit. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0 operationId: directory_CreateAdministrativeUnit requestBody: description: New navigation property @@ -7208,8 +7313,11 @@ paths: get: tags: - directory.administrativeUnit - summary: Get administrativeUnits from directory - description: Conceptual container for user and group directory objects. + summary: Get administrativeUnit + description: Retrieve the properties and relationships of an administrativeUnit object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0 operationId: directory_GetAdministrativeUnit parameters: - name: administrativeUnit-id @@ -7253,7 +7361,11 @@ paths: patch: tags: - directory.administrativeUnit - summary: Update the navigation property administrativeUnits in directory + summary: Update administrativeUnit + description: Update the properties of an administrativeUnit object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0 operationId: directory_UpdateAdministrativeUnit parameters: - name: administrativeUnit-id @@ -7284,7 +7396,11 @@ paths: delete: tags: - directory.administrativeUnit - summary: Delete navigation property administrativeUnits for directory + summary: Delete administrativeUnit + description: Delete an administrativeUnit. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0 operationId: directory_DeleteAdministrativeUnit parameters: - name: administrativeUnit-id @@ -7551,8 +7667,11 @@ paths: get: tags: - directory.administrativeUnit - summary: Get members from directory - description: Users and groups that are members of this administrative unit. Supports $expand. + summary: List members + description: 'Use this API to get the members list (users, groups, or devices) in an administrative unit.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0 operationId: directory.administrativeUnit_ListMember parameters: - name: administrativeUnit-id @@ -7620,7 +7739,11 @@ paths: post: tags: - directory.administrativeUnit - summary: Create new navigation property to members for directory + summary: Add a member + description: 'Use this API to add a member (user, group, or device) to an administrative unit. 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-1.0 operationId: directory.administrativeUnit_CreateMember parameters: - name: administrativeUnit-id @@ -7652,7 +7775,11 @@ paths: delete: tags: - directory.administrativeUnit - summary: Delete ref of navigation property members for directory + summary: Remove a member + description: 'Use this API to remove a member (user, group, or device) from an administrative unit.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0 operationId: directory.administrativeUnit.member_DeleteDirectoryObjectGraphBPreRef parameters: - name: administrativeUnit-id @@ -8091,8 +8218,11 @@ paths: get: tags: - directory.administrativeUnit - summary: Get ref of members from directory - description: Users and groups that are members of this administrative unit. Supports $expand. + summary: List members + description: 'Use this API to get the members list (users, groups, or devices) in an administrative unit.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0 operationId: directory.administrativeUnit_ListMemberGraphBPreRef parameters: - name: administrativeUnit-id @@ -8140,7 +8270,11 @@ paths: post: tags: - directory.administrativeUnit - summary: Create new navigation property ref to members for directory + summary: Add a member + description: 'Use this API to add a member (user, group, or device) to an administrative unit. 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-1.0 operationId: directory.administrativeUnit_CreateMemberGraphBPreRef parameters: - name: administrativeUnit-id @@ -8162,7 +8296,11 @@ paths: delete: tags: - directory.administrativeUnit - summary: Delete ref of navigation property members for directory + summary: Remove a member + description: 'Use this API to remove a member (user, group, or device) from an administrative unit.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0 operationId: directory.administrativeUnit_DeleteMemberGraphBPreRef parameters: - name: administrativeUnit-id @@ -8797,8 +8935,11 @@ paths: get: tags: - directory.administrativeUnit - summary: Get scopedRoleMembers from directory - 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-1.0 operationId: directory.administrativeUnit_ListScopedRoleMember parameters: - name: administrativeUnit-id @@ -8856,7 +8997,11 @@ paths: post: tags: - directory.administrativeUnit - summary: Create new navigation property to scopedRoleMembers for directory + 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-1.0 operationId: directory.administrativeUnit_CreateScopedRoleMember parameters: - name: administrativeUnit-id @@ -8888,8 +9033,11 @@ paths: get: tags: - directory.administrativeUnit - summary: Get scopedRoleMembers from directory - 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-1.0 operationId: directory.administrativeUnit_GetScopedRoleMember parameters: - name: administrativeUnit-id @@ -8980,7 +9128,11 @@ paths: delete: tags: - directory.administrativeUnit - summary: Delete navigation property scopedRoleMembers for directory + 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-1.0 operationId: directory.administrativeUnit_DeleteScopedRoleMember parameters: - name: administrativeUnit-id @@ -9120,8 +9272,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-1.0 operationId: directory_ListAttributeSet parameters: - $ref: '#/components/parameters/top' @@ -9171,7 +9326,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-1.0 operationId: directory_CreateAttributeSet requestBody: description: New navigation property @@ -9194,8 +9353,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-1.0 operationId: directory_GetAttributeSet parameters: - name: attributeSet-id @@ -9239,7 +9401,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-1.0 operationId: directory_UpdateAttributeSet parameters: - name: attributeSet-id @@ -9311,8 +9477,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-1.0 operationId: directory_ListCustomSecurityAttributeDefinition parameters: - $ref: '#/components/parameters/top' @@ -9362,7 +9531,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-1.0 operationId: directory_CreateCustomSecurityAttributeDefinition requestBody: description: New navigation property @@ -9385,8 +9558,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-1.0 operationId: directory_GetCustomSecurityAttributeDefinition parameters: - name: customSecurityAttributeDefinition-id @@ -9430,7 +9606,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-1.0 operationId: directory_UpdateCustomSecurityAttributeDefinition parameters: - name: customSecurityAttributeDefinition-id @@ -9488,8 +9668,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-1.0 operationId: directory.customSecurityAttributeDefinition_ListAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -9547,7 +9730,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-1.0 operationId: directory.customSecurityAttributeDefinition_CreateAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -9579,8 +9766,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-1.0 operationId: directory.customSecurityAttributeDefinition_GetAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -9632,7 +9822,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-1.0 operationId: directory.customSecurityAttributeDefinition_UpdateAllowedValue parameters: - name: customSecurityAttributeDefinition-id @@ -9742,8 +9936,8 @@ paths: get: tags: - directory.directoryObject - summary: Get deletedItems from directory - description: Recently deleted items. Read-only. Nullable. + summary: Get deleted item (directory object) + description: 'Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.' operationId: directory_ListDeletedItem parameters: - $ref: '#/components/parameters/top' @@ -9794,8 +9988,11 @@ paths: get: tags: - directory.directoryObject - summary: Get deletedItems from directory - description: Recently deleted items. Read-only. Nullable. + summary: Get deleted item (directory object) + description: 'Retrieve the properties of a recently deleted application, group, servicePrincipal, administrative unit, or user object from deleted items.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0 operationId: directory_GetDeletedItem parameters: - name: directoryObject-id @@ -9839,7 +10036,11 @@ paths: delete: tags: - directory.directoryObject - summary: Delete navigation property deletedItems for directory + summary: Permanently delete an item (directory object) + description: 'Permanently delete a recently deleted application, group, servicePrincipal, or user object from deleted items. After an item is permanently deleted, it cannot be restored. Administrative units cannot be permanently deleted by using the deletedItems API. Soft-deleted administrative units will be permanently deleted 30 days after initial deletion unless they are restored.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0 operationId: directory_DeleteDeletedItem parameters: - name: directoryObject-id @@ -10218,7 +10419,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, group, administrative unit, and user resources.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0 operationId: directory_GetDeletedItemAsGroup parameters: - name: directoryObject-id @@ -10686,7 +10891,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, group, administrative unit, and user resources.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0 operationId: directory_ListDeletedItemAsGroup parameters: - $ref: '#/components/parameters/top' @@ -10918,11 +11127,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 property. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0 operationId: directory_ListDeviceLocalCredential parameters: - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' @@ -10981,8 +11194,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-1.0 operationId: directory_GetDeviceLocalCredential parameters: - name: deviceLocalCredentialInfo-id @@ -11238,7 +11454,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-1.0 operationId: directory_DeleteFederationConfiguration parameters: - name: identityProviderBase-id @@ -11319,8 +11539,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' @@ -11393,8 +11613,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-1.0 operationId: directory_GetOnPremisesSynchronization parameters: - name: onPremisesDirectorySynchronization-id @@ -11438,7 +11661,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-1.0 operationId: directory_UpdateOnPremisesSynchronization parameters: - name: onPremisesDirectorySynchronization-id @@ -11808,6 +12035,7 @@ paths: url: https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0 operationId: directoryRole_ListDirectoryRole parameters: + - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -11987,8 +12215,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 of a directory role + description: 'Retrieve the list of principals that are assigned to the 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-1.0 operationId: directoryRole_ListMember parameters: - name: directoryRole-id @@ -12057,7 +12288,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-1.0 operationId: directoryRole.member_DeleteDirectoryObjectGraphBPreRef parameters: - name: directoryRole-id @@ -12496,8 +12731,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 of a directory role + description: 'Retrieve the list of principals that are assigned to the 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-1.0 operationId: directoryRole_ListMemberGraphBPreRef parameters: - name: directoryRole-id @@ -12545,7 +12783,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-1.0 operationId: directoryRole_CreateMemberGraphBPreRef parameters: - name: directoryRole-id @@ -12567,7 +12809,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-1.0 operationId: directoryRole_DeleteMemberGraphBPreRef parameters: - name: directoryRole-id @@ -13451,8 +13697,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-1.0 operationId: directoryRole_ListScopedMember parameters: - name: directoryRole-id @@ -14032,6 +14281,7 @@ paths: url: https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0 operationId: directoryRoleTemplate_ListDirectoryRoleTemplate parameters: + - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' @@ -14879,8 +15129,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-1.0 operationId: domain_ListDomainNameReference parameters: - name: domain-id @@ -15015,8 +15268,11 @@ paths: get: tags: - domains.internalDomainFederation - summary: Get federationConfiguration from domains - description: Domain settings configured by a 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-1.0 operationId: domain_ListFederationConfiguration parameters: - name: domain-id @@ -15074,7 +15330,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-1.0 operationId: domain_CreateFederationConfiguration parameters: - name: domain-id @@ -15106,8 +15366,11 @@ paths: get: tags: - domains.internalDomainFederation - summary: Get federationConfiguration from domains - description: Domain settings configured by a 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-1.0 operationId: domain_GetFederationConfiguration parameters: - name: domain-id @@ -15159,7 +15422,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-1.0 operationId: domain_UpdateFederationConfiguration parameters: - name: domain-id @@ -15198,7 +15465,11 @@ paths: delete: tags: - domains.internalDomainFederation - summary: Delete navigation property federationConfiguration for domains + summary: Delete internalDomainFederation + description: Delete an internalDomainFederation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0 operationId: domain_DeleteFederationConfiguration parameters: - name: domain-id @@ -15359,8 +15630,11 @@ paths: 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-1.0 operationId: domain_ListServiceConfigurationRecord parameters: - name: domain-id @@ -15599,8 +15873,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-1.0 operationId: domain_ListVerificationDnsRecord parameters: - name: domain-id @@ -15854,10 +16131,10 @@ paths: tags: - organization.organization summary: List organizations - description: List properties and relationships of the organization objects. + description: Retrieve a list of organization objects. There's only one organization object in the collection. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0 operationId: organization_ListOrganization parameters: - $ref: '#/components/parameters/top' @@ -16040,8 +16317,11 @@ paths: get: tags: - organization.organizationalBranding - summary: Get branding from organization - description: 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-1.0 operationId: organization_GetBranding parameters: - name: organization-id @@ -16085,7 +16365,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-1.0 operationId: organization_UpdateBranding parameters: - name: organization-id @@ -16116,7 +16400,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-1.0 operationId: organization_DeleteBranding parameters: - name: organization-id @@ -16189,7 +16477,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -16242,7 +16529,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 will reduce 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: @@ -16293,7 +16605,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -16346,7 +16657,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: @@ -16397,7 +16733,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -16450,7 +16785,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: @@ -16501,7 +16861,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -16554,7 +16913,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: @@ -16605,7 +16989,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding @@ -16658,13 +17041,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-1.0 operationId: organization.branding_ListLocalization parameters: - name: organization-id @@ -16722,7 +17133,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-1.0 operationId: organization.branding_CreateLocalization parameters: - name: organization-id @@ -16754,8 +17169,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-1.0 operationId: organization.branding_GetLocalization parameters: - name: organization-id @@ -16807,7 +17225,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-1.0 operationId: organization.branding_UpdateLocalization parameters: - name: organization-id @@ -16846,7 +17268,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-1.0 operationId: organization.branding_DeleteLocalization parameters: - name: organization-id @@ -16935,13 +17361,474 @@ 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. - operationId: organization.branding_SetLocalizationsBackgroundImage + 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. + operationId: organization.branding_SetLocalizationsBackgroundImage + 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 + requestBody: + description: New media content. + content: + image/bmp: + schema: + type: string + format: binary + image/jpg: + schema: + type: string + format: binary + image/jpeg: + schema: + type: string + format: binary + image/gif: + schema: + type: string + format: binary + image/vnd.microsoft.icon: + schema: + type: string + format: binary + image/png: + schema: + type: string + format: binary + image/tiff: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + 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 will reduce 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: + - 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.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0 + operationId: organization.branding_GetLocalizationsBannerLogo + 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 + responses: + 2XX: + description: Retrieved media content + content: + image/bmp: + schema: + type: string + format: binary + image/jpg: + schema: + type: string + format: binary + image/jpeg: + schema: + type: string + format: binary + image/gif: + schema: + type: string + format: binary + image/vnd.microsoft.icon: + schema: + type: string + format: binary + image/png: + schema: + type: string + format: binary + image/tiff: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - organization.organizationalBranding + 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-1.0 + operationId: organization.branding_SetLocalizationsBannerLogo + 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 + requestBody: + description: New media content. + content: + image/bmp: + schema: + type: string + format: binary + image/jpg: + schema: + type: string + format: binary + image/jpeg: + schema: + type: string + format: binary + image/gif: + schema: + type: string + format: binary + image/vnd.microsoft.icon: + schema: + type: string + format: binary + image/png: + schema: + type: string + format: binary + image/tiff: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + 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: + - organization.organizationalBranding + summary: Get customCSS for the navigation property localizations from 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_GetLocalizationsCustomCSS + 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 + responses: + 2XX: + description: Retrieved media content + content: + image/bmp: + schema: + type: string + format: binary + image/jpg: + schema: + type: string + format: binary + image/jpeg: + schema: + type: string + format: binary + image/gif: + schema: + type: string + format: binary + image/vnd.microsoft.icon: + schema: + type: string + format: binary + image/png: + schema: + type: string + format: binary + image/tiff: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - organization.organizationalBranding + summary: Update 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_SetLocalizationsCustomCSS + 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 + requestBody: + description: New media content. + content: + image/bmp: + schema: + type: string + format: binary + image/jpg: + schema: + type: string + format: binary + image/jpeg: + schema: + type: string + format: binary + image/gif: + schema: + type: string + format: binary + image/vnd.microsoft.icon: + schema: + type: string + format: binary + image/png: + schema: + type: string + format: binary + image/tiff: + schema: + type: string + format: binary + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + 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: + - organization.organizationalBranding + summary: Get favicon for the navigation property localizations from organization + description: A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. + operationId: organization.branding_GetLocalizationsFavicon + 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 + responses: + 2XX: + description: Retrieved media content + content: + image/bmp: + schema: + type: string + format: binary + image/jpg: + schema: + type: string + format: binary + image/jpeg: + schema: + type: string + format: binary + image/gif: + schema: + type: string + format: binary + image/vnd.microsoft.icon: + schema: + type: string + format: binary + image/png: + schema: + type: string + format: binary + image/tiff: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + put: + tags: + - organization.organizationalBranding + summary: Update 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_SetLocalizationsFavicon parameters: - name: organization-id in: path @@ -16996,14 +17883,47 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo': + 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: - organization.organizationalBranding - summary: Get bannerLogo for the navigation property localizations from 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_GetLocalizationsBannerLogo + summary: Get headerLogo for the navigation property localizations from 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_GetLocalizationsHeaderLogo parameters: - name: organization-id in: path @@ -17055,13 +17975,12 @@ 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. - operationId: organization.branding_SetLocalizationsBannerLogo + summary: Update 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_SetLocalizationsHeaderLogo parameters: - name: organization-id in: path @@ -17116,14 +18035,47 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS': + 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: - organization.organizationalBranding - summary: Get customCSS for the navigation property localizations from 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_GetLocalizationsCustomCSS + summary: Get squareLogo for the navigation property localizations from 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_GetLocalizationsSquareLogo parameters: - name: organization-id in: path @@ -17175,13 +18127,12 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding - summary: Update 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_SetLocalizationsCustomCSS + summary: Update 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_SetLocalizationsSquareLogo parameters: - name: organization-id in: path @@ -17236,14 +18187,47 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon': + 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: - organization.organizationalBranding - summary: Get favicon for the navigation property localizations from organization - description: A custom icon (favicon) to replace a default Microsoft product favicon on a Microsoft Entra tenant. - operationId: organization.branding_GetLocalizationsFavicon + summary: Get squareLogoDark for the navigation property localizations from 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_GetLocalizationsSquareLogoDark parameters: - name: organization-id in: path @@ -17295,13 +18279,12 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding - summary: Update 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_SetLocalizationsFavicon + summary: Update 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_SetLocalizationsSquareLogoDark parameters: - name: organization-id in: path @@ -17356,14 +18339,12 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo': - get: + delete: tags: - organization.organizationalBranding - summary: Get headerLogo for the navigation property localizations from 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_GetLocalizationsHeaderLogo + 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 @@ -17381,47 +18362,23 @@ paths: schema: type: string x-ms-docs-key-type: organizationalBrandingLocalization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string responses: 2XX: - description: Retrieved media content - content: - image/bmp: - schema: - type: string - format: binary - image/jpg: - schema: - type: string - format: binary - image/jpeg: - schema: - type: string - format: binary - image/gif: - schema: - type: string - format: binary - image/vnd.microsoft.icon: - schema: - type: string - format: binary - image/png: - schema: - type: string - format: binary - image/tiff: - schema: - type: string - format: binary + description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: + '/organization/{organization-id}/branding/localizations/$count': + get: tags: - organization.organizationalBranding - summary: Update 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_SetLocalizationsHeaderLogo + summary: Get the number of the resource + operationId: organization.branding.localization_GetCount parameters: - name: organization-id in: path @@ -17431,59 +18388,20 @@ paths: 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 - requestBody: - description: New media content. - content: - image/bmp: - schema: - type: string - format: binary - image/jpg: - schema: - type: string - format: binary - image/jpeg: - schema: - type: string - format: binary - image/gif: - schema: - type: string - format: binary - image/vnd.microsoft.icon: - schema: - type: string - format: binary - image/png: - schema: - type: string - format: binary - image/tiff: - schema: - type: string - format: binary - required: true + - $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 - '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo': + '/organization/{organization-id}/branding/squareLogo': get: tags: - organization.organizationalBranding - summary: Get squareLogo for the navigation property localizations from organization + summary: Get squareLogo for the navigation property branding from 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_GetLocalizationsSquareLogo + operationId: organization_GetBrandingSquareLogo parameters: - name: organization-id in: path @@ -17493,14 +18411,6 @@ paths: 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 responses: 2XX: description: Retrieved media content @@ -17535,13 +18445,12 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding - summary: Update squareLogo for the navigation property localizations in organization + summary: Update 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.branding_SetLocalizationsSquareLogo + operationId: organization_SetBrandingSquareLogo parameters: - name: organization-id in: path @@ -17551,14 +18460,6 @@ paths: 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 requestBody: description: New media content. content: @@ -17596,72 +18497,12 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark': - get: - tags: - - organization.organizationalBranding - summary: Get squareLogoDark for the navigation property localizations from 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_GetLocalizationsSquareLogoDark - 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 - responses: - 2XX: - description: Retrieved media content - content: - image/bmp: - schema: - type: string - format: binary - image/jpg: - schema: - type: string - format: binary - image/jpeg: - schema: - type: string - format: binary - image/gif: - schema: - type: string - format: binary - image/vnd.microsoft.icon: - schema: - type: string - format: binary - image/png: - schema: - type: string - format: binary - image/tiff: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: + delete: tags: - organization.organizationalBranding - summary: Update 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_SetLocalizationsSquareLogoDark + 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 @@ -17671,81 +18512,24 @@ paths: schema: type: string x-ms-docs-key-type: organization - - name: organizationalBrandingLocalization-id - in: path - description: The unique identifier of organizationalBrandingLocalization - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: organizationalBrandingLocalization - requestBody: - description: New media content. - content: - image/bmp: - schema: - type: string - format: binary - image/jpg: - schema: - type: string - format: binary - image/jpeg: - schema: - type: string - format: binary - image/gif: - schema: - type: string - format: binary - image/vnd.microsoft.icon: - schema: - type: string - format: binary - image/png: - schema: - type: string - format: binary - image/tiff: - schema: - type: string - format: binary - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/organization/{organization-id}/branding/localizations/$count': - get: - tags: - - organization.organizationalBranding - summary: Get the number of the resource - operationId: organization.branding.localization_GetCount - 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 - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - responses: - 2XX: - $ref: '#/components/responses/ODataCountResponse' - default: - $ref: '#/components/responses/error' - '/organization/{organization-id}/branding/squareLogo': + '/organization/{organization-id}/branding/squareLogoDark': get: tags: - organization.organizationalBranding - summary: Get squareLogo for the navigation property branding from 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_GetBrandingSquareLogo + summary: Get squareLogoDark for the navigation property branding from 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_GetBrandingSquareLogoDark parameters: - name: organization-id in: path @@ -17789,13 +18573,12 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - organization.organizationalBranding - summary: Update 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_SetBrandingSquareLogo + summary: Update 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_SetBrandingSquareLogoDark parameters: - name: organization-id in: path @@ -17842,14 +18625,12 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/organization/{organization-id}/branding/squareLogoDark': - get: + delete: tags: - organization.organizationalBranding - summary: Get squareLogoDark for the navigation property branding from organization + 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_GetBrandingSquareLogoDark + operationId: organization_DeleteBrandingSquareLogoDark parameters: - name: organization-id in: path @@ -17859,94 +18640,17 @@ paths: schema: type: string x-ms-docs-key-type: organization - responses: - 2XX: - description: Retrieved media content - content: - image/bmp: - schema: - type: string - format: binary - image/jpg: - schema: - type: string - format: binary - image/jpeg: - schema: - type: string - format: binary - image/gif: - schema: - type: string - format: binary - image/vnd.microsoft.icon: - schema: - type: string - format: binary - image/png: - schema: - type: string - format: binary - image/tiff: - schema: - type: string - format: binary - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: - tags: - - organization.organizationalBranding - summary: Update 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_SetBrandingSquareLogoDark - parameters: - - name: organization-id - in: path - description: The unique identifier of organization - required: true + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: organization - requestBody: - description: New media content. - content: - image/bmp: - schema: - type: string - format: binary - image/jpg: - schema: - type: string - format: binary - image/jpeg: - schema: - type: string - format: binary - image/gif: - schema: - type: string - format: binary - image/vnd.microsoft.icon: - schema: - type: string - format: binary - image/png: - schema: - type: string - format: binary - image/tiff: - schema: - type: string - format: binary - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/organization/{organization-id}/extensions': get: tags: @@ -18639,7 +19343,11 @@ paths: url: https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0 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 @@ -19275,7 +19983,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: @@ -19860,7 +20568,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 cannot be a dynamic group (that is, groupTypes cannot 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 @@ -19919,7 +20627,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. 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 @@ -20167,7 +20875,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 @@ -21457,6 +22165,7 @@ components: items: type: string nullable: true + description: A list of all subscription IDs associated with this SKU. additionalProperties: type: object microsoft.graph.entity: @@ -23626,6 +24335,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: @@ -23647,6 +24357,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -24109,14 +24820,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.appRole: @@ -25049,6 +25763,8 @@ components: type: string nullable: true description: A list of base URLs for all available CDN providers that are serving the assets of the current resource. Several CDN providers are used at the same time for high availability of read requests. Read-only. + contentCustomization: + $ref: '#/components/schemas/microsoft.graph.contentCustomization' customAccountResetCredentialsUrl: type: string description: 'A custom URL for resetting account credentials. This URL must be in ASCII format or non-ASCII characters must be URL encoded, and not exceed 128 characters.' @@ -25800,13 +26516,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: @@ -25818,7 +26534,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' @@ -26969,7 +27685,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -27289,6 +28004,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: @@ -27389,6 +28105,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: @@ -29029,6 +29746,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: @@ -29178,6 +29896,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 @@ -29784,6 +30503,28 @@ components: description: 'The subject key identifier of the certificate, calculated from the certificate value. Read-only.' additionalProperties: type: object + microsoft.graph.contentCustomization: + title: contentCustomization + type: object + properties: + attributeCollection: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.keyValue' + description: Represents the content options of External Identities to be customized throughout the authentication flow for a tenant. + attributeCollectionRelativeUrl: + 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' + registrationCampaignRelativeUrl: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.loginPageLayoutConfiguration: title: loginPageLayoutConfiguration type: object @@ -31838,7 +32579,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object @@ -32989,6 +33730,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -32998,6 +33740,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 @@ -33517,6 +34260,7 @@ components: 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: @@ -33536,6 +34280,7 @@ components: 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: @@ -33944,6 +34689,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -36067,6 +36813,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 @@ -36982,6 +37774,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 @@ -36991,10 +37784,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' @@ -37002,15 +37796,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: @@ -38027,6 +38824,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 @@ -38084,21 +38882,27 @@ 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' additionalProperties: diff --git a/openApiDocs/v1.0/Identity.Governance.yml b/openApiDocs/v1.0/Identity.Governance.yml index 5b60d7b2d7f..26ac935735f 100644 --- a/openApiDocs/v1.0/Identity.Governance.yml +++ b/openApiDocs/v1.0/Identity.Governance.yml @@ -13,7 +13,11 @@ paths: summary: Get entities from agreements operationId: agreement_ListAgreement 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 @@ -391,8 +395,11 @@ paths: get: tags: - agreements.agreementFile - summary: Get file from agreements - description: Default PDF linked to this agreement. + summary: Get agreementFile + description: 'Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0 operationId: agreement_GetFile parameters: - name: agreement-id @@ -494,8 +501,11 @@ paths: get: tags: - agreements.agreementFile - summary: Get localizations from agreements - description: The localized version of the terms of use agreement files attached to the agreement. + summary: List agreementFileLocalizations + description: Get a list of the default and localized agreement files. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0 operationId: agreement.file_ListLocalization parameters: - name: agreement-id @@ -1686,8 +1696,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get definitions from identityGovernance - description: Represents the template and scheduling for an access review. + summary: List definitions + description: Get a list of the accessReviewScheduleDefinition objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0 operationId: identityGovernance.accessReview_ListDefinition parameters: - $ref: '#/components/parameters/top' @@ -1737,7 +1750,11 @@ paths: post: tags: - identityGovernance.accessReviewSet - summary: Create new navigation property to definitions for identityGovernance + summary: Create definitions + description: Create a new accessReviewScheduleDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0 operationId: identityGovernance.accessReview_CreateDefinition requestBody: description: New navigation property @@ -1760,8 +1777,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get definitions from identityGovernance - description: Represents the template and scheduling for an access review. + summary: Get accessReviewScheduleDefinition + description: 'Read the properties and relationships of an accessReviewScheduleDefinition object. To retrieve the instances of the access review series, use the list accessReviewInstance API.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0 operationId: identityGovernance.accessReview_GetDefinition parameters: - name: accessReviewScheduleDefinition-id @@ -1805,7 +1825,11 @@ paths: put: tags: - identityGovernance.accessReviewSet - summary: Update the navigation property definitions in identityGovernance + summary: Update accessReviewScheduleDefinition + description: Update an existing accessReviewScheduleDefinition object to change one or more of its properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-1.0 operationId: identityGovernance.accessReview_SetDefinition parameters: - name: accessReviewScheduleDefinition-id @@ -1836,7 +1860,11 @@ paths: delete: tags: - identityGovernance.accessReviewSet - summary: Delete navigation property definitions for identityGovernance + summary: Delete accessReviewScheduleDefinition + description: Deletes an accessReviewScheduleDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0 operationId: identityGovernance.accessReview_DeleteDefinition parameters: - name: accessReviewScheduleDefinition-id @@ -1863,8 +1891,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get instances from identityGovernance - description: 'If the accessReviewScheduleDefinition is a recurring access review, instances represent each recurrence. A review that doesn''t recur will have exactly one instance. Instances also represent each unique resource under review in the accessReviewScheduleDefinition. If a review has multiple resources and multiple instances, each resource has a unique instance for each recurrence.' + summary: List instances + description: Get a list of the accessReviewInstance objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0 operationId: identityGovernance.accessReview.definition_ListInstance parameters: - name: accessReviewScheduleDefinition-id @@ -1954,8 +1985,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get instances from identityGovernance - description: 'If the accessReviewScheduleDefinition is a recurring access review, instances represent each recurrence. A review that doesn''t recur will have exactly one instance. Instances also represent each unique resource under review in the accessReviewScheduleDefinition. If a review has multiple resources and multiple instances, each resource has a unique instance for each recurrence.' + summary: Get accessReviewInstance + description: Read the properties and relationships of an accessReviewInstance object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0 operationId: identityGovernance.accessReview.definition_GetInstance parameters: - name: accessReviewScheduleDefinition-id @@ -2007,7 +2041,11 @@ paths: patch: tags: - identityGovernance.accessReviewSet - summary: Update the navigation property instances in identityGovernance + summary: Update accessReviewInstance + description: 'Update the properties of an accessReviewInstance object. Only the reviewers and fallbackReviewers properties can be updated but the scope property is also required in the request body. You can only add reviewers to the fallbackReviewers property but can''t remove existing fallbackReviewers. To update an accessReviewInstance, it''s status must be InProgress.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-1.0 operationId: identityGovernance.accessReview.definition_UpdateInstance parameters: - name: accessReviewScheduleDefinition-id @@ -4768,8 +4806,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get historyDefinitions from identityGovernance - description: Represents a collection of access review history data and the scopes used to collect that data. + summary: List historyDefinitions + description: 'Retrieve the accessReviewHistoryDefinition objects created in the last 30 days, including all nested properties.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0 operationId: identityGovernance.accessReview_ListHistoryDefinition parameters: - $ref: '#/components/parameters/top' @@ -4819,7 +4860,11 @@ paths: post: tags: - identityGovernance.accessReviewSet - summary: Create new navigation property to historyDefinitions for identityGovernance + summary: Create historyDefinitions + description: Create a new accessReviewHistoryDefinition object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0 operationId: identityGovernance.accessReview_CreateHistoryDefinition requestBody: description: New navigation property @@ -4842,8 +4887,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get historyDefinitions from identityGovernance - description: Represents a collection of access review history data and the scopes used to collect that data. + summary: Get accessReviewHistoryDefinition + description: 'Retrieve an accessReviewHistoryDefinition object by its identifier. All the properties of the access review history definition object are returned. If the definition is 30 days or older, a 404 Not Found error is returned.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0 operationId: identityGovernance.accessReview_GetHistoryDefinition parameters: - name: accessReviewHistoryDefinition-id @@ -4945,8 +4993,11 @@ paths: get: tags: - identityGovernance.accessReviewSet - summary: Get instances from identityGovernance - description: 'If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that doesn''t recur will have exactly one instance.' + summary: List instances (of an accessReviewHistoryDefinition) + description: Retrieve the instances of an access review history definition created in the last 30 days. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0 operationId: identityGovernance.accessReview.historyDefinition_ListInstance parameters: - name: accessReviewHistoryDefinition-id @@ -5313,8 +5364,11 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - summary: Get appConsentRequests from identityGovernance - description: A collection of appConsentRequest objects representing apps for which admin consent has been requested by one or more users. + summary: List appConsentRequests + description: Retrieve appConsentRequest objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0 operationId: identityGovernance.appConsent_ListAppConsentRequest parameters: - $ref: '#/components/parameters/top' @@ -5387,8 +5441,11 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - summary: Get appConsentRequests from identityGovernance - description: A collection of appConsentRequest objects representing apps for which admin consent has been requested by one or more users. + summary: Get appConsentRequest + description: Read the properties and relationships of an appConsentRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0 operationId: identityGovernance.appConsent_GetAppConsentRequest parameters: - name: appConsentRequest-id @@ -5490,8 +5547,11 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - summary: Get userConsentRequests from identityGovernance - description: A list of pending user consent requests. Supports $filter (eq). + summary: List userConsentRequests + description: Retrieve a collection of userConsentRequest objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0 operationId: identityGovernance.appConsent.appConsentRequest_ListUserConsentRequest parameters: - name: appConsentRequest-id @@ -5581,8 +5641,11 @@ paths: get: tags: - identityGovernance.appConsentApprovalRoute - summary: Get userConsentRequests from identityGovernance - description: A list of pending user consent requests. Supports $filter (eq). + summary: Get userConsentRequest + description: Read the properties and relationships of a userConsentRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0 operationId: identityGovernance.appConsent.appConsentRequest_GetUserConsentRequest parameters: - name: appConsentRequest-id @@ -6398,8 +6461,8 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentApprovals from identityGovernance - description: Approval stages for decisions associated with access package assignment requests. + summary: Get approval + description: "Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.\nIn PIM for groups, providing the identifier of the assignment schedule request." operationId: identityGovernance.entitlementManagement_ListAccessPackageAssignmentApproval parameters: - $ref: '#/components/parameters/top' @@ -6472,8 +6535,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackageAssignmentApprovals from identityGovernance - description: Approval stages for decisions associated with access package assignment requests. + summary: Get approval + description: "Retrieve the properties of an approval object. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.\nIn PIM for groups, providing the identifier of the assignment schedule request." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approval-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_GetAccessPackageAssignmentApproval parameters: - name: approval-id @@ -6575,8 +6641,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get stages from identityGovernance - description: A collection of stages in the approval decision. + summary: List approval stages + description: "List the approvalStage objects associated with an approval. This API request is made by an approver in the following scenarios: In Microsoft Entra entitlement management, providing the identifier of the access package assignment request.\nIn PIM for groups, providing the identifier of the assignment schedule request." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_ListStage parameters: - name: approval-id @@ -6666,8 +6735,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get stages from identityGovernance - description: A collection of stages in the approval decision. + summary: Get approvalStage + description: Retrieve the properties of an approvalStage object. An approval stage is contained within an approval object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_GetStage parameters: - name: approval-id @@ -6719,7 +6791,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property stages in identityGovernance + summary: Update approvalStage + description: Approve or deny an approvalStage object in an approval. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackageAssignmentApproval_UpdateStage parameters: - name: approval-id @@ -6906,8 +6982,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackages from identityGovernance - description: Access packages define the collection of resource roles and the policies for which subjects can request or be assigned access to those resources. + summary: List accessPackages + description: 'Retrieve a list of accessPackage objects. The resulting list includes all the access packages that the caller has access to read, across all catalogs.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_ListAccessPackage parameters: - $ref: '#/components/parameters/top' @@ -6957,7 +7036,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to accessPackages for identityGovernance + summary: Create accessPackage + description: Create a new accessPackage object. The access package will be added to an existing accessPackageCatalog. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_CreateAccessPackage requestBody: description: New navigation property @@ -6980,8 +7063,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackages from identityGovernance - description: Access packages define the collection of resource roles and the policies for which subjects can request or be assigned access to those resources. + 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. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_GetAccessPackage parameters: - name: accessPackage-id @@ -7025,7 +7111,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property accessPackages in identityGovernance + summary: Update accessPackage + description: 'Update an existing accessPackage object to change one or more of its properties, such as the display name or description.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_UpdateAccessPackage parameters: - name: accessPackage-id @@ -7056,7 +7146,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property accessPackages for identityGovernance + summary: Delete accessPackage + description: Delete an accessPackage object. You cannot delete an access package if it has any accessPackageAssignment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_DeleteAccessPackage parameters: - name: accessPackage-id @@ -7083,8 +7177,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get accessPackagesIncompatibleWith from identityGovernance - description: The access packages that are incompatible with this package. Read-only. + summary: List accessPackagesIncompatibleWith + description: Retrieve a list of the accessPackage objects that have marked a specified accessPackage as incompatible. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage_ListAccessPackagesIncompatibleGraphWPre parameters: - name: accessPackage-id @@ -8251,8 +8348,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get incompatibleAccessPackages from identityGovernance - description: The access packages whose assigned users are ineligible to be assigned this access package. + summary: List incompatibleAccessPackages + description: 'Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackage parameters: - name: accessPackage-id @@ -8311,7 +8411,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property incompatibleAccessPackages for identityGovernance + summary: Remove accessPackage from incompatibleAccessPackages + description: 'Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage.incompatibleAccessPackage_DeleteAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -8368,8 +8472,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get ref of incompatibleAccessPackages from identityGovernance - description: The access packages whose assigned users are ineligible to be assigned this access package. + summary: List incompatibleAccessPackages + description: 'Retrieve a list of the accessPackage objects that have been marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -8407,7 +8514,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property ref to incompatibleAccessPackages for identityGovernance + summary: Add accessPackage to incompatibleAccessPackages + description: 'Add an accessPackage to the list of access packages that have been marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -8429,7 +8540,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property incompatibleAccessPackages for identityGovernance + summary: Remove accessPackage from incompatibleAccessPackages + description: 'Remove an access package from the list of access packages that have been marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleAccessPackageGraphBPreRef parameters: - name: accessPackage-id @@ -8464,8 +8579,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get incompatibleGroups from identityGovernance - description: The groups whose members are ineligible to be assigned this access package. + summary: List incompatibleGroups + description: 'Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroup parameters: - name: accessPackage-id @@ -8524,7 +8642,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property incompatibleGroups for identityGovernance + summary: Remove group from incompatibleGroups + description: 'Remove a group from the list of groups that have been marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage.incompatibleGroup_DeleteGroupGraphBPreRef parameters: - name: accessPackage-id @@ -8678,8 +8800,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get ref of incompatibleGroups from identityGovernance - description: The groups whose members are ineligible to be assigned this access package. + summary: List incompatibleGroups + description: 'Retrieve a list of the group objects that have been marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage_ListIncompatibleGroupGraphBPreRef parameters: - name: accessPackage-id @@ -8717,7 +8842,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property ref to incompatibleGroups for identityGovernance + summary: Add group to incompatibleGroups + description: 'Add a group to the list of groups that have been marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage_CreateIncompatibleGroupGraphBPreRef parameters: - name: accessPackage-id @@ -8739,7 +8868,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property incompatibleGroups for identityGovernance + summary: Remove group from incompatibleGroups + description: 'Remove a group from the list of groups that have been marked as incompatible on an accessPackage. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage_DeleteIncompatibleGroupGraphBPreRef parameters: - name: accessPackage-id @@ -8875,7 +9008,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to resourceRoleScopes for identityGovernance + summary: Create resourceRoleScope + description: 'Create a new accessPackageResourceRoleScope for adding a resource role to an access package. The access package resource, for a group, an app, or a SharePoint Online site, must already exist in the access package catalog, and the originId for the resource role retrieved from the list of the resource roles. Once you add the resource role scope to the access package, the user will receive this resource role through any current and future access package assignments.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage_CreateResourceRoleScope parameters: - name: accessPackage-id @@ -8999,7 +9136,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property resourceRoleScopes for identityGovernance + summary: Remove resourceRoleScope from an accessPackage + description: Remove a accessPackageResourceRoleScope from an accessPackage list of resource role scopes. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.accessPackage_DeleteResourceRoleScope parameters: - name: accessPackage-id @@ -12007,8 +12148,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get assignmentPolicies from identityGovernance - description: Access package assignment policies govern which subjects can request or be assigned an access package via an access package assignment. + summary: List assignmentPolicies + description: 'In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentPolicy objects. If the delegated user is in a directory role, the resulting list includes all the assignment policies that the caller has access to read, across all catalogs and access packages. If the delegated user is an access package manager or catalog owner, they should instead retrieve the policies for the access packages they can read with list accessPackages by including $expand=assignmentPolicies as a query parameter.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_ListAssignmentPolicy parameters: - $ref: '#/components/parameters/top' @@ -12058,7 +12202,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to assignmentPolicies for identityGovernance + summary: Create assignmentPolicies + description: 'In Microsoft Entra entitlement management, create a new accessPackageAssignmentPolicy object. The request will include a reference to the accessPackage that will contain this policy, which must already exist.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_CreateAssignmentPolicy requestBody: description: New navigation property @@ -12081,8 +12229,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get assignmentPolicies from identityGovernance - description: Access package assignment policies govern which subjects can request or be assigned an access package via an access package assignment. + summary: Get accessPackageAssignmentPolicy + description: "In Microsoft Entra entitlement management, retrieve the properties and relationships of an\n accessPackageAssignmentPolicy object." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_GetAssignmentPolicy parameters: - name: accessPackageAssignmentPolicy-id @@ -12126,7 +12277,11 @@ paths: put: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property assignmentPolicies in identityGovernance + summary: Update accessPackageAssignmentPolicy + description: 'Update an existing accessPackageAssignmentPolicy object to change one or more of its properties, such as the display name or description.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_SetAssignmentPolicy parameters: - name: accessPackageAssignmentPolicy-id @@ -12157,7 +12312,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property assignmentPolicies for identityGovernance + summary: Delete accessPackageAssignmentPolicy + description: 'In Microsoft Entra entitlement management, delete an accessPackageAssignmentPolicy.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_DeleteAssignmentPolicy parameters: - name: accessPackageAssignmentPolicy-id @@ -12824,8 +12983,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get assignmentRequests from identityGovernance - description: Access package assignment requests created by or on behalf of a subject. + summary: List assignmentRequests + description: 'In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_ListAssignmentRequest parameters: - $ref: '#/components/parameters/top' @@ -12875,7 +13037,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to assignmentRequests for identityGovernance + summary: Create accessPackageAssignmentRequest + description: 'In Microsoft Entra Entitlement Management, create a new accessPackageAssignmentRequest object. This operation is used to assign a user to an access package, update the assignment, or to remove an access package assignment.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_CreateAssignmentRequest requestBody: description: New navigation property @@ -12898,8 +13064,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get assignmentRequests from identityGovernance - description: Access package assignment requests created by or on behalf of a subject. + summary: Get accessPackageAssignmentRequest + description: 'In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_GetAssignmentRequest parameters: - name: accessPackageAssignmentRequest-id @@ -12974,7 +13143,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property assignmentRequests for identityGovernance + summary: Delete accessPackageAssignmentRequest + description: Delete an accessPackageAssignmentRequest object. This request can be made to remove a denied or completed request. You cannot delete an access package assignment request if it has any accessPackageAssignment objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_DeleteAssignmentRequest parameters: - name: accessPackageAssignmentRequest-id @@ -13323,8 +13496,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get assignments from identityGovernance - description: The assignment of an access package to a subject for a period of time. + summary: List assignments + description: 'In Microsoft Entra entitlement management, retrieve a list of accessPackageAssignment objects. For directory-wide administrators, the resulting list includes all the assignments, current and well as expired, that the caller has access to read, across all catalogs and access packages. If the caller is on behalf of a delegated user who is assigned only to catalog-specific delegated administrative roles, the request must supply a filter to indicate a specific access package, such as: $filter=accessPackage/id eq ''a914b616-e04e-476b-aa37-91038f0b165b''.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_ListAssignment parameters: - $ref: '#/components/parameters/top' @@ -13397,8 +13573,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get assignments from identityGovernance - description: The assignment of an access package to a subject for a period of time. + summary: Get accessPackageAssignment + description: 'In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignment object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_GetAssignment parameters: - name: accessPackageAssignment-id @@ -13906,8 +14085,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get catalogs from identityGovernance - description: A container for access packages. + summary: List catalogs + description: Retrieve a list of accessPackageCatalog objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_ListCatalog parameters: - $ref: '#/components/parameters/top' @@ -13957,7 +14139,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to catalogs for identityGovernance + summary: Create accessPackageCatalog + description: Create a new accessPackageCatalog object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_CreateCatalog requestBody: description: New navigation property @@ -13980,8 +14166,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get catalogs from identityGovernance - description: A container for access packages. + summary: Get accessPackageCatalog + description: Retrieve the properties and relationships of an accessPackageCatalog object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_GetCatalog parameters: - name: accessPackageCatalog-id @@ -14025,7 +14214,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property catalogs in identityGovernance + summary: Update accessPackageCatalog + description: 'Update an existing accessPackageCatalog object to change one or more of its properties, such as the display name or description.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_UpdateCatalog parameters: - name: accessPackageCatalog-id @@ -14056,7 +14249,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property catalogs for identityGovernance + summary: Delete accessPackageCatalog + description: Delete an accessPackageCatalog. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_DeleteCatalog parameters: - name: accessPackageCatalog-id @@ -14219,7 +14416,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get customWorkflowExtensions from identityGovernance + summary: List accessPackageCustomWorkflowExtensions + description: Get a list of the accessPackageAssignmentRequestWorkflowExtension and accessPackageAssignmentWorkflowExtension objects and their properties. The resulting list includes all the customAccessPackageWorkflowExtension objects for the catalog that the caller has access to read. Each object includes an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalog_ListCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -14277,7 +14478,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to customWorkflowExtensions for identityGovernance + summary: Create accessPackageCustomWorkflowExtension + description: Create a new accessPackageAssignmentRequestWorkflowExtension or accessPackageAssignmentWorkflowExtension object and add it to an existing accessPackageCatalog object. You must explicitly provide an @odata.type property that indicates whether the object is an accessPackageAssignmentRequestWorkflowExtension or an accessPackageAssignmentWorkflowExtension. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalog_CreateCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -14309,7 +14514,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get customWorkflowExtensions from identityGovernance + 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/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalog_GetCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -14361,7 +14570,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property customWorkflowExtensions in identityGovernance + summary: Update accessPackageAssignmentWorkflowExtension + description: Update the properties of an accessPackageAssignmentWorkflowExtension object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalog_UpdateCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -14400,7 +14613,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property customWorkflowExtensions for identityGovernance + 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:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalog_DeleteCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -14457,7 +14674,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get resourceRoles from identityGovernance + summary: List resourceRoles + description: 'Retrieve a list of accessPackageResourceRole objects of an accessPackageResource in an accessPackageCatalog. The resource should have been added to the catalog by creating an accessPackageResourceRequest. This list of roles can then be used by the caller to select a role, which is needed when subsequently creating an accessPackageResourceRoleScope.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalog_ListResourceRole parameters: - name: accessPackageCatalog-id @@ -15999,8 +16220,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get resources from identityGovernance - description: Access package resources in this catalog. + summary: List resources + description: Retrieve a list of accessPackageResource objects in an accessPackageCatalog. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.catalog_ListResource parameters: - name: accessPackageCatalog-id @@ -20009,8 +20233,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get connectedOrganizations from identityGovernance - description: References to a directory or domain of another organization whose users can request access. + summary: List connectedOrganizations + description: Retrieve a list of connectedOrganization objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_ListConnectedOrganization parameters: - $ref: '#/components/parameters/top' @@ -20060,7 +20287,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to connectedOrganizations for identityGovernance + summary: Create connectedOrganization + description: Create a new connectedOrganization object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_CreateConnectedOrganization requestBody: description: New navigation property @@ -20083,8 +20314,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get connectedOrganizations from identityGovernance - description: References to a directory or domain of another organization whose users can request access. + summary: Get connectedOrganization + description: Retrieve the properties and relationships of a connectedOrganization object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_GetConnectedOrganization parameters: - name: connectedOrganization-id @@ -20128,7 +20362,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property connectedOrganizations in identityGovernance + summary: Update connectedOrganization + description: Update a connectedOrganization object to change one or more of its properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_UpdateConnectedOrganization parameters: - name: connectedOrganization-id @@ -20159,7 +20397,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete navigation property connectedOrganizations for identityGovernance + summary: Delete connectedOrganization + description: Delete a connectedOrganization object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_DeleteConnectedOrganization parameters: - name: connectedOrganization-id @@ -20245,7 +20487,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property externalSponsors for identityGovernance + summary: Remove externalSponsors + description: Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.connectedOrganization.externalSponsor_DeleteDirectoryObjectGraphBPreRef parameters: - name: connectedOrganization-id @@ -20340,7 +20586,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property ref to externalSponsors for identityGovernance + summary: Add externalSponsors + description: Add a user or a group to the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.connectedOrganization_CreateExternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -20362,7 +20612,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property externalSponsors for identityGovernance + summary: Remove externalSponsors + description: Remove a user or a group from the connected organization's external sponsors. The external sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.connectedOrganization_DeleteExternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -20456,7 +20710,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property internalSponsors for identityGovernance + summary: Remove internalSponsors + description: Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.connectedOrganization.internalSponsor_DeleteDirectoryObjectGraphBPreRef parameters: - name: connectedOrganization-id @@ -20551,7 +20809,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property ref to internalSponsors for identityGovernance + summary: Add internalSponsors + description: Add a user or a group to the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.connectedOrganization_CreateInternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -20573,7 +20835,11 @@ paths: delete: tags: - identityGovernance.entitlementManagement - summary: Delete ref of navigation property internalSponsors for identityGovernance + summary: Remove internalSponsors + description: Remove a user or a group from the connected organization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement.connectedOrganization_DeleteInternalSponsorGraphBPreRef parameters: - name: connectedOrganization-id @@ -20622,8 +20888,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get resourceEnvironments from identityGovernance - description: A reference to the geolocation environments in which a resource is located. + summary: List accessPackageResourceEnvironments + description: Retrieve a list of accessPackageResourceEnvironment objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_ListResourceEnvironment parameters: - $ref: '#/components/parameters/top' @@ -23267,8 +23536,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get resourceRequests from identityGovernance - description: Represents a request to add or remove a resource to or from a catalog respectively. + summary: List accessPackageResourceRequests + description: Retrieve a list of accessPackageResourceRequest objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_ListResourceRequest parameters: - $ref: '#/components/parameters/top' @@ -23318,7 +23590,11 @@ paths: post: tags: - identityGovernance.entitlementManagement - summary: Create new navigation property to resourceRequests for identityGovernance + summary: Create accessPackageResourceRequest + description: 'Create a new accessPackageResourceRequest object to request the addition of a resource to an access package catalog, update of a resource, or the removal of a resource from a catalog. A resource must be included in an access package catalog before a role of that resource can be added to an access package.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_CreateResourceRequest requestBody: description: New navigation property @@ -36122,8 +36398,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: Get settings from identityGovernance - description: The settings that control the behavior of Microsoft Entra entitlement management. + summary: Get entitlementManagementSettings + description: Retrieve the properties of an entitlementManagementSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_GetSetting parameters: - name: $select @@ -36159,7 +36438,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update the navigation property settings in identityGovernance + summary: Update entitlementManagementSettings + description: Update an existing entitlementManagementSettings object to change one or more of its properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0 operationId: identityGovernance.entitlementManagement_UpdateSetting requestBody: description: New navigation property values @@ -36277,8 +36560,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get customTaskExtensions from identityGovernance - description: The customTaskExtension instance. + summary: List customTaskExtensions + description: Get a list of the customTaskExtension objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_ListCustomTaskExtension parameters: - $ref: '#/components/parameters/top' @@ -36328,7 +36614,11 @@ paths: post: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Create new navigation property to customTaskExtensions for identityGovernance + summary: Create customTaskExtensions + description: Create a new customTaskExtension object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_CreateCustomTaskExtension requestBody: description: New navigation property @@ -36351,8 +36641,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get customTaskExtensions from identityGovernance - description: The customTaskExtension instance. + summary: Get customTaskExtension + description: Read the properties and relationships of a customTaskExtension object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_GetCustomTaskExtension parameters: - name: customTaskExtension-id @@ -36396,7 +36689,11 @@ paths: patch: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Update the navigation property customTaskExtensions in identityGovernance + summary: Update customTaskExtension + description: Update the properties of a customTaskExtension object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_UpdateCustomTaskExtension parameters: - name: customTaskExtension-id @@ -36427,7 +36724,11 @@ paths: delete: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Delete navigation property customTaskExtensions for identityGovernance + summary: Delete customTaskExtension + description: Delete a customTaskExtension object. A custom task extension can only be deleted if it is not referenced in any task objects in a lifecycle workflow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_DeleteCustomTaskExtension parameters: - name: customTaskExtension-id @@ -36928,8 +37229,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get workflows from identityGovernance - description: Deleted workflows that end up in the deletedItemsContainer. + summary: List deletedItems (deleted lifecycle workflows) + description: Get a list of the deleted workflow objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow.deletedItem_ListWorkflow parameters: - $ref: '#/components/parameters/top' @@ -36980,8 +37284,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get workflows from identityGovernance - description: Deleted workflows that end up in the deletedItemsContainer. + summary: Get deletedItemContainer (a deleted lifecycle workflow) + description: Retrieve a deleted workflow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow.deletedItem_GetWorkflow parameters: - name: workflow-id @@ -37025,7 +37332,11 @@ paths: delete: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Delete navigation property workflows for identityGovernance + summary: Delete deletedItemContainer (permanently delete a deleted lifecycle workflow) + 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 operationId: identityGovernance.lifecycleWorkflow.deletedItem_DeleteWorkflow parameters: - name: workflow-id @@ -43862,8 +44173,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get settings from identityGovernance - description: The settings of the lifecycle workflows instance. + summary: Get lifecycleManagementSettings + description: Read the properties and relationships of a lifecycleManagementSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_GetSetting parameters: - name: $select @@ -43899,7 +44213,11 @@ paths: patch: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Update the navigation property settings in identityGovernance + summary: Update lifecycleManagementSettings + description: Update the properties of a lifecycleManagementSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_UpdateSetting requestBody: description: New navigation property values @@ -43922,8 +44240,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get taskDefinitions from identityGovernance - description: The definition of tasks within the lifecycle workflows instance. + summary: List taskDefinitions + description: Get a list of the taskDefinition objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_ListTaskDefinition parameters: - $ref: '#/components/parameters/top' @@ -43974,8 +44295,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get taskDefinitions from identityGovernance - description: The definition of tasks within the lifecycle workflows instance. + summary: Get taskDefinition + description: Read the details of a built-in workflow task. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_GetTaskDefinition parameters: - name: taskDefinition-id @@ -44034,8 +44358,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get workflows from identityGovernance - description: The workflows in the lifecycle workflows instance. + summary: List workflows + description: Get a list of workflow resources that are associated with lifecycle workflows. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_ListWorkflow parameters: - $ref: '#/components/parameters/top' @@ -44085,7 +44412,11 @@ paths: post: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Create new navigation property to workflows for identityGovernance + summary: Create workflow + description: Create a new workflow object. You can create up to 100 workflows in a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_CreateWorkflow requestBody: description: New navigation property @@ -44108,8 +44439,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get workflows from identityGovernance - description: The workflows in the lifecycle workflows instance. + summary: Get workflow + description: Read the properties and relationships of a workflow object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_GetWorkflow parameters: - name: workflow-id @@ -44153,7 +44487,11 @@ paths: patch: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Update the navigation property workflows in identityGovernance + summary: Update workflow + description: 'Update the properties of a workflow object. Only the properties listed in the request body table can be updated. To update any other workflow properties, see workflow: createNewVersion.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_UpdateWorkflow parameters: - name: workflow-id @@ -44184,7 +44522,11 @@ paths: delete: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Delete navigation property workflows for identityGovernance + summary: Delete workflow + description: 'Delete a workflow object and its associated tasks, taskProcessingResults and versions. You can restore a deleted workflow and its associated objects within 30 days of deletion.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_DeleteWorkflow parameters: - name: workflow-id @@ -44860,8 +45202,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get runs from identityGovernance - description: Workflow runs. + summary: List runs + description: Get a list of the run objects and their properties for a lifecycle workflow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow.workflow_ListRun parameters: - name: workflow-id @@ -44920,8 +45265,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get runs from identityGovernance - description: Workflow runs. + summary: Get run + description: Read the properties and relationships of a run object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow.workflow_GetRun parameters: - name: workflow-id @@ -46738,8 +47086,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get taskReports from identityGovernance - description: Represents the aggregation of task execution data for tasks within a workflow object. + summary: List taskReports + description: Get a list of the taskReport objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow.workflow_ListTaskReport parameters: - name: workflow-id @@ -47588,8 +47939,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get tasks from identityGovernance - description: The tasks in the workflow. + summary: List tasks + description: Retrieve the details of the built-in tasks in Lifecycle Workflows. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow.workflow_ListTask parameters: - name: workflow-id @@ -47679,8 +48033,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get tasks from identityGovernance - description: The tasks in the workflow. + summary: Get task + description: Get a specific task from a workflow or workflowVersion. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow.workflow_GetTask parameters: - name: workflow-id @@ -48391,8 +48748,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get userProcessingResults from identityGovernance - description: Per-user workflow execution results. + summary: List userProcessingResults + description: Get the userProcessingResult resources for a workflow. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow.workflow_ListUserProcessingResult parameters: - name: workflow-id @@ -49375,8 +49735,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get versions from identityGovernance - description: The workflow versions that are available. + summary: List workflowVersions + description: Get a list of the workflowVersion objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow.workflow_ListVersion parameters: - name: workflow-id @@ -49435,8 +49798,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get versions from identityGovernance - description: The workflow versions that are available. + summary: Get workflowVersion + description: Read the properties and relationships of a workflowVersion object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow.workflow_GetVersion parameters: - name: workflow-id @@ -51021,8 +51387,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get workflowTemplates from identityGovernance - description: The workflow templates in the lifecycle workflow instance. + summary: List workflowTemplates + description: Get a list of the workflowTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_ListWorkflowTemplate parameters: - $ref: '#/components/parameters/top' @@ -51073,8 +51442,11 @@ paths: get: tags: - identityGovernance.lifecycleWorkflowsContainer - summary: Get workflowTemplates from identityGovernance - description: The workflow templates in the lifecycle workflow instance. + summary: Get workflowTemplate + description: Read the properties and relationships of a workflowTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0 operationId: identityGovernance.lifecycleWorkflow_GetWorkflowTemplate parameters: - name: workflowTemplate-id @@ -52493,8 +52865,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get assignmentScheduleInstances from identityGovernance - description: The instances of assignment schedules to activate a just-in-time access. + summary: List assignmentScheduleInstances + description: Get a list of the privilegedAccessGroupAssignmentScheduleInstance objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_ListAssignmentScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -52567,8 +52942,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get assignmentScheduleInstances from identityGovernance - description: The instances of assignment schedules to activate a just-in-time access. + summary: Get privilegedAccessGroupAssignmentScheduleInstance + description: Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleInstance object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_GetAssignmentScheduleInstance parameters: - name: privilegedAccessGroupAssignmentScheduleInstance-id @@ -52980,8 +53358,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get assignmentScheduleRequests from identityGovernance - description: 'The schedule requests for operations to create, update, delete, extend, and renew an assignment.' + summary: List assignmentScheduleRequests + description: Get a list of the privilegedAccessGroupAssignmentScheduleRequest objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_ListAssignmentScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -53031,7 +53412,11 @@ paths: post: tags: - identityGovernance.privilegedAccessRoot - summary: Create new navigation property to assignmentScheduleRequests for identityGovernance + summary: Create assignmentScheduleRequest + description: Create a new privilegedAccessGroupAssignmentScheduleRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_CreateAssignmentScheduleRequest requestBody: description: New navigation property @@ -53054,8 +53439,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get assignmentScheduleRequests from identityGovernance - description: 'The schedule requests for operations to create, update, delete, extend, and renew an assignment.' + summary: Get privilegedAccessGroupAssignmentScheduleRequest + description: Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_GetAssignmentScheduleRequest parameters: - name: privilegedAccessGroupAssignmentScheduleRequest-id @@ -53538,8 +53926,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get assignmentSchedules from identityGovernance - description: The assignment schedules to activate a just-in-time access. + summary: List assignmentSchedules + description: Get a list of the privilegedAccessGroupAssignmentSchedule objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_ListAssignmentSchedule parameters: - $ref: '#/components/parameters/top' @@ -53612,8 +54003,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get assignmentSchedules from identityGovernance - description: The assignment schedules to activate a just-in-time access. + summary: Get privilegedAccessGroupAssignmentSchedule + description: Read the properties and relationships of a privilegedAccessGroupAssignmentSchedule object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_GetAssignmentSchedule parameters: - name: privilegedAccessGroupAssignmentSchedule-id @@ -54025,8 +54419,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get eligibilityScheduleInstances from identityGovernance - description: The instances of eligibility schedules to activate a just-in-time access. + summary: List eligibilityScheduleInstances + description: Get a list of the privilegedAccessGroupEligibilityScheduleInstance objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_ListEligibilityScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -54099,8 +54496,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get eligibilityScheduleInstances from identityGovernance - description: The instances of eligibility schedules to activate a just-in-time access. + summary: Get privilegedAccessGroupEligibilityScheduleInstance + description: Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleInstance object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_GetEligibilityScheduleInstance parameters: - name: privilegedAccessGroupEligibilityScheduleInstance-id @@ -54466,8 +54866,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get eligibilityScheduleRequests from identityGovernance - description: 'The schedule requests for operations to create, update, delete, extend, and renew an eligibility.' + summary: List eligibilityScheduleRequests + description: Get a list of the privilegedAccessGroupEligibilityScheduleRequest objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_ListEligibilityScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -54517,7 +54920,11 @@ paths: post: tags: - identityGovernance.privilegedAccessRoot - summary: Create new navigation property to eligibilityScheduleRequests for identityGovernance + summary: Create eligibilityScheduleRequest + description: Create a new privilegedAccessGroupEligibilityScheduleRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_CreateEligibilityScheduleRequest requestBody: description: New navigation property @@ -54540,8 +54947,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get eligibilityScheduleRequests from identityGovernance - description: 'The schedule requests for operations to create, update, delete, extend, and renew an eligibility.' + summary: Get privilegedAccessGroupEligibilityScheduleRequest + description: Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_GetEligibilityScheduleRequest parameters: - name: privilegedAccessGroupEligibilityScheduleRequest-id @@ -54978,8 +55388,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get eligibilitySchedules from identityGovernance - description: The eligibility schedules to activate a just-in-time access. + summary: List eligibilitySchedules + description: Get a list of the privilegedAccessGroupEligibilitySchedule objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_ListEligibilitySchedule parameters: - $ref: '#/components/parameters/top' @@ -55052,8 +55465,11 @@ paths: get: tags: - identityGovernance.privilegedAccessRoot - summary: Get eligibilitySchedules from identityGovernance - description: The eligibility schedules to activate a just-in-time access. + summary: Get privilegedAccessGroupEligibilitySchedule + description: Read the properties and relationships of a privilegedAccessGroupEligibilitySchedule object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0 operationId: identityGovernance.privilegedAccess.group_GetEligibilitySchedule parameters: - name: privilegedAccessGroupEligibilitySchedule-id @@ -55687,8 +56103,11 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - summary: Get agreements from identityGovernance - description: Represents a tenant's customizable terms of use agreement that's created and managed with Microsoft Entra ID Governance. + summary: List agreements + description: Retrieve a list of agreement objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0 operationId: identityGovernance.termsGraphOPreUse_ListAgreement parameters: - $ref: '#/components/parameters/top' @@ -55738,7 +56157,11 @@ paths: post: tags: - identityGovernance.termsOfUseContainer - summary: Create new navigation property to agreements for identityGovernance + summary: Create agreement + description: Create a new agreement object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0 operationId: identityGovernance.termsGraphOPreUse_CreateAgreement requestBody: description: New navigation property @@ -55761,8 +56184,11 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - summary: Get agreements from identityGovernance - description: Represents a tenant's customizable terms of use agreement that's created and managed with Microsoft Entra ID Governance. + 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-get?view=graph-rest-1.0 operationId: identityGovernance.termsGraphOPreUse_GetAgreement parameters: - name: agreement-id @@ -55806,7 +56232,11 @@ paths: patch: tags: - identityGovernance.termsOfUseContainer - summary: Update the navigation property agreements in identityGovernance + summary: Update agreement + description: Update the properties of an agreement object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0 operationId: identityGovernance.termsGraphOPreUse_UpdateAgreement parameters: - name: agreement-id @@ -55837,7 +56267,11 @@ paths: delete: tags: - identityGovernance.termsOfUseContainer - summary: Delete navigation property agreements for identityGovernance + summary: Delete agreement + description: Delete an agreement object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0 operationId: identityGovernance.termsGraphOPreUse_DeleteAgreement parameters: - name: agreement-id @@ -55864,8 +56298,11 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - summary: Get acceptances from identityGovernance - description: Read-only. Information about acceptances of this agreement. + summary: List acceptances + description: Get the details about the acceptance records for a specific agreement. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0 operationId: identityGovernance.termsGraphOPreUse.agreement_ListAcceptance parameters: - name: agreement-id @@ -56104,8 +56541,11 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - summary: Get file from identityGovernance - description: Default PDF linked to this agreement. + summary: Get agreementFile + description: 'Retrieve the details of an agreement file, including the language and version information. The default file can have multiple versions, each with its own language, that can be retrieved by specifying the Accept-Language header.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0 operationId: identityGovernance.termsGraphOPreUse.agreement_GetFile parameters: - name: agreement-id @@ -56794,7 +57234,11 @@ paths: post: tags: - identityGovernance.termsOfUseContainer - summary: Create new navigation property to files for identityGovernance + summary: Create agreementFileLocalization + description: Create a new localized agreement file. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0 operationId: identityGovernance.termsGraphOPreUse.agreement_CreateFile parameters: - name: agreement-id @@ -57781,8 +58225,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignments from roleManagement - description: Resource to grant access to users or groups. + summary: List unifiedRoleAssignments + description: "Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:\n- directory (Microsoft Entra ID)\n- entitlement management (Microsoft Entra entitlement management)" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0 operationId: roleManagement.directory_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -57832,7 +58279,11 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleAssignments for roleManagement + summary: Create unifiedRoleAssignment + description: Create a new unifiedRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0 operationId: roleManagement.directory_CreateRoleAssignment requestBody: description: New navigation property @@ -57855,8 +58306,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignments from roleManagement - description: Resource to grant access to users or groups. + summary: Get unifiedRoleAssignment + description: Retrieve the properties and relationships of a unifiedRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0 operationId: roleManagement.directory_GetRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -57931,7 +58385,11 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property roleAssignments for roleManagement + summary: Delete unifiedRoleAssignment + description: Delete a unifiedRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0 operationId: roleManagement.directory_DeleteRoleAssignment parameters: - name: unifiedRoleAssignment-id @@ -57959,7 +58417,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement - description: Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand. + 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 @@ -58213,8 +58671,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentScheduleInstances from roleManagement - description: Instances for active role assignments. + summary: List roleAssignmentScheduleInstances + description: 'Get the instances of active role assignments in your tenant. The active assignments include those made through assignments and activation requests, and directly through the role assignments API.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0 operationId: roleManagement.directory_ListRoleAssignmentScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -58287,8 +58748,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentScheduleInstances from roleManagement - description: Instances for active role assignments. + summary: Get unifiedRoleAssignmentScheduleInstance + description: Get the instance of an active role assignment. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0 operationId: roleManagement.directory_GetRoleAssignmentScheduleInstance parameters: - name: unifiedRoleAssignmentScheduleInstance-id @@ -58711,8 +59175,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentScheduleRequests from roleManagement - description: Requests for active role assignments to principals through PIM. + summary: List roleAssignmentScheduleRequests + description: 'Retrieve the requests for active role assignments to principals. The active assignments include those made through assignments and activation requests, and directly through the role assignments API. The role assignments can be permanently active with or without an expiry date, or temporarily active after user activation of eligible assignments.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0 operationId: roleManagement.directory_ListRoleAssignmentScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -58762,7 +59229,11 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleAssignmentScheduleRequests for roleManagement + summary: Create roleAssignmentScheduleRequests + description: 'In PIM, carry out the following operations through the unifiedRoleAssignmentScheduleRequest object: To call this API to update, renew, and extend assignments for yourself, you must have multifactor authentication (MFA) enforced, and running the query in a session in which they were challenged for MFA. See Enable per-user Microsoft Entra multifactor authentication to secure sign-in events.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0 operationId: roleManagement.directory_CreateRoleAssignmentScheduleRequest requestBody: description: New navigation property @@ -58785,8 +59256,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentScheduleRequests from roleManagement - description: Requests for active role assignments to principals through PIM. + summary: Get unifiedRoleAssignmentScheduleRequest + description: 'In PIM, read the details of a request for an active and persistent role assignment made through the unifiedRoleAssignmentScheduleRequest object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0 operationId: roleManagement.directory_GetRoleAssignmentScheduleRequest parameters: - name: unifiedRoleAssignmentScheduleRequest-id @@ -59280,8 +59754,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentSchedules from roleManagement - description: Schedules for active role assignment operations. + summary: List roleAssignmentSchedules + description: Get the schedules for active role assignment operations. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0 operationId: roleManagement.directory_ListRoleAssignmentSchedule parameters: - $ref: '#/components/parameters/top' @@ -59354,8 +59831,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignmentSchedules from roleManagement - description: Schedules for active role assignment operations. + summary: Get unifiedRoleAssignmentSchedule + description: Retrieve the schedule for an active role assignment operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0 operationId: roleManagement.directory_GetRoleAssignmentSchedule parameters: - name: unifiedRoleAssignmentSchedule-id @@ -59778,8 +60258,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleDefinitions from roleManagement - description: Resource representing the roles allowed by RBAC providers and the permissions assigned to the roles. + summary: List roleDefinitions + description: "Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:\n- directory (Microsoft Entra ID)\n- entitlement management (Microsoft Entra Entitlement Management)" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0 operationId: roleManagement.directory_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -59829,7 +60312,11 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleDefinitions for roleManagement + summary: Create roleDefinitions + description: Create a new custom unifiedRoleDefinition object. This feature requires a Microsoft Entra ID P1 or P2 license. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0 operationId: roleManagement.directory_CreateRoleDefinition requestBody: description: New navigation property @@ -59852,8 +60339,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleDefinitions from roleManagement - description: Resource representing the roles allowed by RBAC providers and the permissions assigned to the roles. + summary: Get unifiedRoleDefinition + description: 'Read the properties and relationships of a unifiedRoleDefinition object. The following role-based access control (RBAC) providers are currently supported:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0 operationId: roleManagement.directory_GetRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -59897,7 +60387,11 @@ paths: patch: tags: - roleManagement.rbacApplication - summary: Update the navigation property roleDefinitions in roleManagement + summary: Update unifiedRoleDefinition + description: Update the properties of a unifiedRoleDefinition object. You cannot update built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0 operationId: roleManagement.directory_UpdateRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -59928,7 +60422,11 @@ paths: delete: tags: - roleManagement.rbacApplication - summary: Delete navigation property roleDefinitions for roleManagement + summary: Delete unifiedRoleDefinition + description: Delete a unifiedRoleDefinition object. You can't delete built-in roles. This feature requires a Microsoft Entra ID P1 or P2 license. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0 operationId: roleManagement.directory_DeleteRoleDefinition parameters: - name: unifiedRoleDefinition-id @@ -60209,8 +60707,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilityScheduleInstances from roleManagement - description: Instances for role eligibility requests. + summary: List roleEligibilityScheduleInstances + description: Get the instances of role eligibilities. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0 operationId: roleManagement.directory_ListRoleEligibilityScheduleInstance parameters: - $ref: '#/components/parameters/top' @@ -60283,8 +60784,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilityScheduleInstances from roleManagement - description: Instances for role eligibility requests. + summary: Get unifiedRoleEligibilityScheduleInstance + description: Get the instance of a role eligibility. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0 operationId: roleManagement.directory_GetRoleEligibilityScheduleInstance parameters: - name: unifiedRoleEligibilityScheduleInstance-id @@ -60661,8 +61165,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilityScheduleRequests from roleManagement - description: Requests for role eligibilities for principals through PIM. + summary: List roleEligibilityScheduleRequests + description: 'In PIM, retrieve the requests for role eligibilities for principals made through the unifiedRoleEligibilityScheduleRequest object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0 operationId: roleManagement.directory_ListRoleEligibilityScheduleRequest parameters: - $ref: '#/components/parameters/top' @@ -60712,7 +61219,11 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleEligibilityScheduleRequests for roleManagement + summary: Create roleEligibilityScheduleRequest + description: 'In PIM, request for a role eligibility for a principal through the unifiedRoleEligibilityScheduleRequest object. This operation allows both admins and eligible users to add, revoke, or extend eligible assignments.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0 operationId: roleManagement.directory_CreateRoleEligibilityScheduleRequest requestBody: description: New navigation property @@ -60735,8 +61246,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilityScheduleRequests from roleManagement - description: Requests for role eligibilities for principals through PIM. + summary: Get unifiedRoleEligibilityScheduleRequest + description: 'In PIM, read the details of a request for for a role eligibility request made through the unifiedRoleEligibilityScheduleRequest object.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0 operationId: roleManagement.directory_GetRoleEligibilityScheduleRequest parameters: - name: unifiedRoleEligibilityScheduleRequest-id @@ -61184,8 +61698,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilitySchedules from roleManagement - description: Schedules for role eligibility operations. + summary: List roleEligibilitySchedules + description: Get the unifiedRoleEligibilitySchedule resources from the roleEligibilitySchedules navigation property. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0 operationId: roleManagement.directory_ListRoleEligibilitySchedule parameters: - $ref: '#/components/parameters/top' @@ -61258,8 +61775,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleEligibilitySchedules from roleManagement - description: Schedules for role eligibility operations. + summary: Get unifiedRoleEligibilitySchedule + description: Retrieve the schedule for a role eligibility operation. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0 operationId: roleManagement.directory_GetRoleEligibilitySchedule parameters: - name: unifiedRoleEligibilitySchedule-id @@ -62141,8 +62661,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleAssignments from roleManagement - description: Resource to grant access to users or groups. + summary: List unifiedRoleAssignments + description: "Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported:\n- directory (Microsoft Entra ID)\n- entitlement management (Microsoft Entra entitlement management)" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -62192,7 +62715,11 @@ paths: post: tags: - roleManagement.rbacApplication - summary: Create new navigation property to roleAssignments for roleManagement + summary: Create unifiedRoleAssignment + description: Create a new unifiedRoleAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement_CreateRoleAssignment requestBody: description: New navigation property @@ -62319,7 +62846,7 @@ paths: tags: - roleManagement.rbacApplication summary: Get appScope from roleManagement - description: Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand. + 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 @@ -64138,8 +64665,11 @@ paths: get: tags: - roleManagement.rbacApplication - summary: Get roleDefinitions from roleManagement - description: Resource representing the roles allowed by RBAC providers and the permissions assigned to the roles. + summary: List roleDefinitions + description: "Get a list of unifiedRoleDefinition objects for the provider. The following RBAC providers are currently supported:\n- directory (Microsoft Entra ID)\n- entitlement management (Microsoft Entra Entitlement Management)" + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0 operationId: roleManagement.entitlementManagement_ListRoleDefinition parameters: - $ref: '#/components/parameters/top' @@ -67720,7 +68250,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: @@ -68686,6 +69216,7 @@ components: $ref: '#/components/schemas/microsoft.graph.identityGovernance.lifecycleTaskCategory' continueOnError: type: boolean + description: Defines if the workflow will continue if the task has an error. description: type: string description: The description of the taskDefinition. @@ -68981,7 +69512,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 cannot be a dynamic group (that is, groupTypes cannot 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 @@ -69040,7 +69571,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. 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 @@ -69517,7 +70048,7 @@ components: properties: appScopeId: type: string - description: 'Identifier of the app specific scope when the assignment scope is app specific. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by a resource application only. For the entitlement management provider, use this property to specify a catalog, for example /AccessPackageCatalog/beedadfe-01d5-4025-910b-84abb9369997. Supports $filter (eq, in). For example /roleManagement/entitlementManagement/roleAssignments?$filter=appScopeId eq ''/AccessPackageCatalog/{catalog id}''.' + description: 'Identifier of the app specific scope when the assignment scope is app specific. The scope of an assignment determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by a resource application only. For the entitlement management provider, use this property to specify a catalog. For example, /AccessPackageCatalog/beedadfe-01d5-4025-910b-84abb9369997. Supports $filter (eq, in). For example, /roleManagement/entitlementManagement/roleAssignments?$filter=appScopeId eq ''/AccessPackageCatalog/{catalog id}''.' nullable: true condition: type: string @@ -70367,6 +70898,13 @@ components: title: customExtensionClientConfiguration type: object properties: + maximumRetries: + maximum: 2147483647 + minimum: -2147483648 + type: integer + description: 'The max number of retries that Microsoft Entra ID makes to the external API. Values of 0 or 1 are supported. If null, the default for the service applies.' + format: int32 + nullable: true timeoutInMilliseconds: maximum: 2147483647 minimum: -2147483648 @@ -72607,6 +73145,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: @@ -72628,6 +73167,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -74564,13 +75104,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: @@ -74582,7 +75122,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' @@ -75704,7 +76244,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -76024,6 +76563,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: @@ -76124,6 +76664,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: @@ -77788,6 +78329,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: @@ -77955,6 +78497,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 @@ -78537,7 +79080,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 @@ -80463,7 +81006,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object @@ -81614,6 +82157,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -81623,6 +82167,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 @@ -82386,6 +82931,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -84285,6 +84831,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 @@ -85200,6 +85792,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 @@ -85209,10 +85802,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' @@ -85220,15 +85814,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: @@ -86011,21 +86608,27 @@ 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' additionalProperties: @@ -86633,14 +87236,6 @@ components: schema: $ref: '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleCollectionResponse' parameters: - search: - name: $search - in: query - description: Search items by search phrases - style: form - explode: false - schema: - type: string top: name: $top in: query @@ -86660,6 +87255,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 diff --git a/openApiDocs/v1.0/Identity.Partner.yml b/openApiDocs/v1.0/Identity.Partner.yml index 68cd1d8e408..5e6e45c2de7 100644 --- a/openApiDocs/v1.0/Identity.Partner.yml +++ b/openApiDocs/v1.0/Identity.Partner.yml @@ -10,8 +10,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminCustomer - summary: Get delegatedAdminCustomers from tenantRelationships - description: The customer who has a delegated admin relationship with a Microsoft partner. + summary: List delegatedAdminCustomers + description: Get a list of the delegatedAdminCustomer objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0 operationId: tenantRelationship_ListDelegatedAdminCustomer parameters: - $ref: '#/components/parameters/top' @@ -84,8 +87,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminCustomer - summary: Get delegatedAdminCustomers from tenantRelationships - description: The customer who has a delegated admin relationship with a Microsoft partner. + summary: Get delegatedAdminCustomer + description: Read the properties of a delegatedAdminCustomer object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0 operationId: tenantRelationship_GetDelegatedAdminCustomer parameters: - name: delegatedAdminCustomer-id @@ -187,8 +193,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminCustomer - summary: Get serviceManagementDetails from tenantRelationships - description: Contains the management details of a service in the customer tenant that's managed by delegated administration. + summary: List serviceManagementDetails + description: Get a list of the delegatedAdminServiceManagementDetail objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0 operationId: tenantRelationship.delegatedAdminCustomer_ListServiceManagementDetail parameters: - name: delegatedAdminCustomer-id @@ -441,8 +450,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get delegatedAdminRelationships from tenantRelationships - description: The details of the delegated administrative privileges that a Microsoft partner has in a customer tenant. + summary: List delegatedAdminRelationships + description: Get a list of the delegatedAdminRelationship objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0 operationId: tenantRelationship_ListDelegatedAdminRelationship parameters: - $ref: '#/components/parameters/top' @@ -492,7 +504,11 @@ paths: post: tags: - tenantRelationships.delegatedAdminRelationship - summary: Create new navigation property to delegatedAdminRelationships for tenantRelationships + summary: Create delegatedAdminRelationship + description: Create a new delegatedAdminRelationship object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0 operationId: tenantRelationship_CreateDelegatedAdminRelationship requestBody: description: New navigation property @@ -515,8 +531,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get delegatedAdminRelationships from tenantRelationships - description: The details of the delegated administrative privileges that a Microsoft partner has in a customer tenant. + summary: Get delegatedAdminRelationship + description: Read the properties of a delegatedAdminRelationship object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0 operationId: tenantRelationship_GetDelegatedAdminRelationship parameters: - name: delegatedAdminRelationship-id @@ -560,7 +579,11 @@ paths: patch: tags: - tenantRelationships.delegatedAdminRelationship - summary: Update the navigation property delegatedAdminRelationships in tenantRelationships + summary: Update delegatedAdminRelationship + description: "Update the properties of a delegatedAdminRelationship object. The following restrictions apply:\n- You can update this relationship when its status property is created.\n- You can update the autoExtendDuration property when status is either created or active.\n- You can only remove the Microsoft Entra Global Administrator role when the status property is active, which indicates a long-running operation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0 operationId: tenantRelationship_UpdateDelegatedAdminRelationship parameters: - name: delegatedAdminRelationship-id @@ -591,7 +614,11 @@ paths: delete: tags: - tenantRelationships.delegatedAdminRelationship - summary: Delete navigation property delegatedAdminRelationships for tenantRelationships + summary: Delete delegatedAdminRelationship + description: 'Delete a delegatedAdminRelationship object. A relationship can only be deleted if it''s in the ''created'' status. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0 operationId: tenantRelationship_DeleteDelegatedAdminRelationship parameters: - name: delegatedAdminRelationship-id @@ -618,8 +645,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get accessAssignments from tenantRelationships - description: The access assignments associated with the delegated admin relationship. + summary: List accessAssignments + description: Get a list of the delegatedAdminAccessAssignment objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0 operationId: tenantRelationship.delegatedAdminRelationship_ListAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -677,7 +707,11 @@ paths: post: tags: - tenantRelationships.delegatedAdminRelationship - summary: Create new navigation property to accessAssignments for tenantRelationships + summary: Create accessAssignments + description: Create a new delegatedAdminAccessAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0 operationId: tenantRelationship.delegatedAdminRelationship_CreateAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -709,8 +743,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get accessAssignments from tenantRelationships - description: The access assignments associated with the delegated admin relationship. + summary: Get delegatedAdminAccessAssignment + description: Read the properties of a delegatedAdminAccessAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0 operationId: tenantRelationship.delegatedAdminRelationship_GetAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -762,7 +799,11 @@ paths: patch: tags: - tenantRelationships.delegatedAdminRelationship - summary: Update the navigation property accessAssignments in tenantRelationships + summary: Update delegatedAdminAccessAssignment + description: Update the properties of a delegatedAdminAccessAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0 operationId: tenantRelationship.delegatedAdminRelationship_UpdateAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -801,7 +842,11 @@ paths: delete: tags: - tenantRelationships.delegatedAdminRelationship - summary: Delete navigation property accessAssignments for tenantRelationships + summary: Delete delegatedAdminAccessAssignment + description: Delete a delegatedAdminAccessAssignment object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0 operationId: tenantRelationship.delegatedAdminRelationship_DeleteAccessAssignment parameters: - name: delegatedAdminRelationship-id @@ -858,8 +903,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get operations from tenantRelationships - description: The long running operations associated with the delegated admin relationship. + summary: List operations + description: Get a list of the delegatedAdminRelationshipOperation objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0 operationId: tenantRelationship.delegatedAdminRelationship_ListOperation parameters: - name: delegatedAdminRelationship-id @@ -949,8 +997,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get operations from tenantRelationships - description: The long running operations associated with the delegated admin relationship. + summary: Get delegatedAdminRelationshipOperation + description: Read the properties of a delegatedAdminRelationshipOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0 operationId: tenantRelationship.delegatedAdminRelationship_GetOperation parameters: - name: delegatedAdminRelationship-id @@ -1098,8 +1149,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get requests from tenantRelationships - description: The requests associated with the delegated admin relationship. + summary: List requests + description: Get a list of the delegatedAdminRelationshipRequest objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0 operationId: tenantRelationship.delegatedAdminRelationship_ListRequest parameters: - name: delegatedAdminRelationship-id @@ -1157,7 +1211,11 @@ paths: post: tags: - tenantRelationships.delegatedAdminRelationship - summary: Create new navigation property to requests for tenantRelationships + summary: Create requests + description: Create a new delegatedAdminRelationshipRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0 operationId: tenantRelationship.delegatedAdminRelationship_CreateRequest parameters: - name: delegatedAdminRelationship-id @@ -1189,8 +1247,11 @@ paths: get: tags: - tenantRelationships.delegatedAdminRelationship - summary: Get requests from tenantRelationships - description: The requests associated with the delegated admin relationship. + summary: Get delegatedAdminRelationshipRequest + description: Read the properties and relationships of a delegatedAdminRelationshipRequest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0 operationId: tenantRelationship.delegatedAdminRelationship_GetRequest parameters: - name: delegatedAdminRelationship-id @@ -1604,6 +1665,7 @@ components: enum: - delegatedAdminAccessAssignmentUpdate - unknownFutureValue + - delegatedAdminRelationshipUpdate type: string microsoft.graph.longRunningOperationStatus: title: longRunningOperationStatus diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index c099d93b88c..f519ddcd8fd 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 @@ -690,8 +726,11 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get b2xUserFlows from identity - description: Represents entry point for B2X/self-service sign-up identity userflows. + 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' @@ -741,7 +780,11 @@ paths: post: tags: - identity.b2xIdentityUserFlow - summary: Create new navigation property to b2xUserFlows for identity + 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 @@ -764,8 +807,11 @@ paths: get: tags: - identity.b2xIdentityUserFlow - summary: Get b2xUserFlows from identity - description: Represents entry point for B2X/self-service sign-up identity userflows. + 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 @@ -840,7 +886,11 @@ paths: delete: tags: - identity.b2xIdentityUserFlow - summary: Delete navigation property b2xUserFlows for identity + 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 @@ -867,8 +917,11 @@ paths: 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. + 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 @@ -1352,8 +1405,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 +1562,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 +1656,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 @@ -1983,6 +2045,7 @@ paths: tags: - identity.b2xIdentityUserFlow summary: Get media content for the navigation property defaultPages from identity + description: The unique identifier for an entity. Read-only. operationId: identity.b2xUserFlow.language_GetDefaultPagesContent parameters: - name: b2xIdentityUserFlow-id @@ -2009,13 +2072,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 @@ -2026,11 +2082,11 @@ 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 defaultPages in identity + description: The unique identifier for an entity. Read-only. operationId: identity.b2xUserFlow.language_SetDefaultPagesContent parameters: - name: b2xIdentityUserFlow-id @@ -2070,7 +2126,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - identity.b2xIdentityUserFlow + 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 + 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}/defaultPages/$count': get: tags: @@ -2364,6 +2461,7 @@ paths: tags: - identity.b2xIdentityUserFlow summary: Get media content for the navigation property overridesPages from identity + description: The unique identifier for an entity. Read-only. operationId: identity.b2xUserFlow.language_GetOverridesPagesContent parameters: - name: b2xIdentityUserFlow-id @@ -2390,13 +2488,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 +2498,11 @@ 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 + description: The unique identifier for an entity. Read-only. operationId: identity.b2xUserFlow.language_SetOverridesPagesContent parameters: - name: b2xIdentityUserFlow-id @@ -2451,7 +2542,48 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - identity.b2xIdentityUserFlow + summary: Delete media content for the navigation property overridesPages in identity + description: The unique identifier for an entity. Read-only. + 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 +2640,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 +2702,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 +2738,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 +2794,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 +2837,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 +3243,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 +3320,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 +3368,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 +3403,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 +3525,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 +3896,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. authenticationCombinationConfiguration represents requirements placed on specific authentication method combinations that require specified variants of those authentication methods to be used when authenticating. Currently, only fido2combinationConfigurations objects are supported. 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 +3958,11 @@ paths: post: tags: - identity.conditionalAccessRoot - summary: Create new navigation property to combinationConfigurations for identity + summary: Create combinationConfiguration + description: 'Create a new authenticationCombinationConfiguration object. In use, only fido2combinationConfigurations may be created, and these may only be created for custom authentication strength policies.' + 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 +3994,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 +4050,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. In use, only fido2combinationConfigurations may be updated as they''re the only type of authenticationCombinationConfiguration that may be created.' + 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 +4093,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 +4240,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 +4294,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 +4321,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 +4369,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 +4404,11 @@ paths: delete: tags: - identity.conditionalAccessRoot - summary: Delete navigation property namedLocations for identity + summary: Delete countryNamedLocation + description: Delete a countryNamedLocation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0 operationId: identity.conditionalAccess_DeleteNamedLocation parameters: - name: namedLocation-id @@ -4246,8 +4449,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 +4503,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 +4530,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 +4578,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 +4613,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 +4658,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 +4713,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 +4776,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 +4830,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 +4857,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 +4905,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 +4940,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 +5044,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 +5098,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 +5125,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 +5173,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 +5208,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 +5293,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 +5347,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 +5374,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 +5422,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 +5457,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 +5561,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 +5638,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 +5758,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 +5835,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 +5941,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 +6260,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 +6337,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 +6443,11 @@ paths: get: tags: - identityProtection.riskyUser - summary: Get history from identityProtection - description: The activity related to user risk level change + summary: Get history + description: Read the properties and relationships of a riskyUserHistoryItem object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/riskyuser-get-riskyuserhistoryitem?view=graph-rest-1.0 operationId: identityProtection.riskyUser_ListHistory parameters: - name: riskyUser-id @@ -6455,8 +6762,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 +6839,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 +7346,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 +7401,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 +7464,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 +7518,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 +7545,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 @@ -8387,8 +8718,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 +8780,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 +8816,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 +8872,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 +8992,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 +9046,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 +9073,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 +9121,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 +9156,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 +9335,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 +9375,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 +9420,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 +9474,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 +9501,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 +9549,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 +9584,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 +9615,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 +9768,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 +9808,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 +9853,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 +9893,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 +10129,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 +10183,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 +10210,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 +10258,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 +10293,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 +10650,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 +10690,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 +10735,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 +10789,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 +10816,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 +10864,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 +10899,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 +10930,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 +11273,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 +11313,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 +11358,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 +11398,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 +11459,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 +11513,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 +11540,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 +11588,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 +11623,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 +11654,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 +11702,11 @@ paths: put: tags: - policies.crossTenantAccessPolicy - summary: Update the navigation property identitySynchronization in policies + summary: Update crossTenantIdentitySyncPolicyPartner + description: Update the user synchronization policy of a partner-specific configuration. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0 operationId: policy.crossTenantAccessPolicy.partner_SetIdentitySynchronization parameters: - name: crossTenantAccessPolicyConfigurationPartner-tenantId @@ -11246,7 +11737,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 +11860,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 +11900,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 +11945,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 +11985,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 +12030,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 +12070,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 @@ -11626,8 +12142,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 +12196,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 +12223,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 +12271,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 +12306,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 +12338,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 +12396,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 +12432,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 +12494,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 +12532,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 +12558,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 +12611,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 +12665,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 +12692,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 +12740,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 +12775,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 +12806,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 +12958,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 +12998,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 +13043,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 +13097,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 +13124,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 +13172,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 +13207,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 +13238,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 +13300,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 +13428,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 +13489,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 +13551,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 +13679,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 +13754,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 +13831,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 +14177,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 +14271,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 +14327,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 +14441,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 +14518,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 +14684,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 +14738,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 +14810,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 +14845,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 +14876,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 +15028,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 +15082,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 +15109,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 +15157,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 +15192,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 +15223,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 +15375,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 @@ -14730,7 +15415,11 @@ paths: put: tags: - tenantRelationships.multiTenantOrganization - summary: Update the navigation property multiTenantOrganization in tenantRelationships + 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_SetMultiTenantOrganization requestBody: description: New navigation property values @@ -14753,8 +15442,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 +15482,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 +15509,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 +15563,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 +15590,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 +15669,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 +15876,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 +15965,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 +16008,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 +16182,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 +16449,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 +16512,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 +16568,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 +16683,8 @@ paths: get: tags: - users.authentication - summary: Get operations from users - description: Represents the status of a long-running operation. + summary: Get longRunningOperation + description: 'Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user''s password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. 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 +16774,11 @@ paths: get: tags: - users.authentication - summary: Get operations from users - description: Represents the status of a long-running operation. + summary: Get longRunningOperation + description: 'Retrieve the status of a long-running operation, represented by a longRunningOperation object. A long-running operation is initiated when you reset a user''s password. This resource type is also the base type for the richLongRunningOperation object that represents the status of a long-running operation on a site or a list. 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 @@ -16413,7 +17152,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 +17241,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 @@ -16707,7 +17454,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 +17515,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 +17577,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 +17613,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 +17669,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 +17730,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 +17793,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 +17849,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 @@ -17290,6 +18065,7 @@ 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' @@ -18305,7 +19081,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: @@ -19347,7 +20123,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 @@ -19772,7 +20548,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 @@ -20486,6 +21262,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: @@ -22602,6 +23379,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,6 +23401,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -24601,13 +25380,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 +25398,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 +26307,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -25848,6 +26626,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: @@ -25948,6 +26727,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: @@ -26253,7 +27033,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 cannot be a dynamic group (that is, groupTypes cannot 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 @@ -26312,7 +27092,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. 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 @@ -27926,6 +28706,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: @@ -28093,6 +28874,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 @@ -28369,6 +29151,7 @@ components: 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: @@ -28388,6 +29171,7 @@ components: 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: @@ -30480,7 +31264,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object @@ -31785,6 +32569,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 +32579,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 @@ -32628,6 +33414,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -34621,6 +35408,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 +36369,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 +36379,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 +36391,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: @@ -36363,21 +37201,27 @@ 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' additionalProperties: diff --git a/openApiDocs/v1.0/Mail.yml b/openApiDocs/v1.0/Mail.yml index 53dd7d69ecb..bdb1cd5383c 100644 --- a/openApiDocs/v1.0/Mail.yml +++ b/openApiDocs/v1.0/Mail.yml @@ -91,6 +91,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 @@ -285,6 +286,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -316,6 +318,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 +558,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 @@ -1410,6 +1414,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 +1449,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 +1459,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 +1511,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: @@ -2274,6 +2321,7 @@ paths: schema: type: string x-ms-docs-key-type: mailFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2306,6 +2354,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 @@ -2540,6 +2589,7 @@ paths: schema: type: string x-ms-docs-key-type: mailFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2809,6 +2859,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 +2886,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 +2896,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 +2940,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: @@ -3553,6 +3638,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -3796,6 +3882,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 +3901,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 +3911,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 +3947,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 +4005,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 +4215,7 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -4131,6 +4248,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 +4503,7 @@ paths: schema: type: string x-ms-docs-key-type: message + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -5316,6 +5435,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 +5459,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 diff --git a/openApiDocs/v1.0/Notes.yml b/openApiDocs/v1.0/Notes.yml index 015227ba46a..d93f66e13a3 100644 --- a/openApiDocs/v1.0/Notes.yml +++ b/openApiDocs/v1.0/Notes.yml @@ -1586,7 +1586,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.onenote @@ -1651,7 +1650,64 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.onenote + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.onenote.notebook.sectionGroup.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: 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 + 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}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -2668,7 +2724,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.onenote @@ -2725,7 +2780,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.onenote + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.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: 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}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -3572,7 +3676,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.onenote @@ -3613,7 +3716,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.onenote + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.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: 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}/onenote/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -3996,7 +4132,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.onenote @@ -4037,7 +4172,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.onenote + summary: Delete content for the navigation property resources in groups + description: The content stream + operationId: group.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: 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 + default: + $ref: '#/components/responses/error' '/groups/{group-id}/onenote/resources/$count': get: tags: @@ -5152,7 +5320,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.onenote @@ -5209,7 +5376,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.onenote + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.onenote.sectionGroup.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: 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -6082,7 +6298,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.onenote @@ -6131,7 +6346,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.onenote + summary: Delete content for the navigation property pages in groups + description: The page's HTML content. + operationId: group.onenote.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: 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}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -8275,7 +8531,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.onenote @@ -8340,7 +8595,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -9357,7 +9611,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.onenote @@ -9414,7 +9667,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -10261,7 +10513,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.onenote @@ -10302,7 +10553,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -10685,7 +10935,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.onenote @@ -10726,7 +10975,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/onenote/resources/$count': get: tags: @@ -11841,7 +12089,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.onenote @@ -11898,7 +12145,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -12771,7 +13017,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.onenote @@ -12820,7 +13065,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -14631,9 +14875,66 @@ paths: get: tags: - users.onenote - summary: Get content for the navigation property pages from users + summary: Get content for the navigation property pages from users + description: The page's HTML content. + operationId: user.onenote.notebook.sectionGroup.section_GetPagesContent + 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: 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 + 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: + - users.onenote + summary: Update content for the navigation property pages in users description: The page's HTML content. - operationId: user.onenote.notebook.sectionGroup.section_GetPagesContent + operationId: user.onenote.notebook.sectionGroup.section_SetPagesContent parameters: - name: user-id in: path @@ -14675,23 +14976,29 @@ paths: 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: Retrieved media content + description: Success content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: + delete: tags: - users.onenote - summary: Update content for the navigation property pages in users + summary: Delete content for the navigation property pages in users description: The page's HTML content. - operationId: user.onenote.notebook.sectionGroup.section_SetPagesContent + operationId: user.onenote.notebook.sectionGroup.section_DeletePagesContent parameters: - name: user-id in: path @@ -14733,24 +15040,17 @@ paths: 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 + - 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 '/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -15767,7 +16067,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onenote @@ -15824,7 +16123,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onenote + summary: Delete content for the navigation property pages in users + description: The page's HTML content. + operationId: user.onenote.notebook.section_DeletePagesContent + 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: 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' '/users/{user-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -16671,7 +17019,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onenote @@ -16712,7 +17059,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onenote + summary: Delete content for the navigation property pages in users + description: The page's HTML content. + operationId: user.onenote_DeletePagesContent + 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: 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' '/users/{user-id}/onenote/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -17095,7 +17475,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onenote @@ -17136,7 +17515,40 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onenote + summary: Delete content for the navigation property resources in users + description: The content stream + operationId: user.onenote_DeleteResourcesContent + 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: 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 + default: + $ref: '#/components/responses/error' '/users/{user-id}/onenote/resources/$count': get: tags: @@ -18251,7 +18663,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onenote @@ -18308,7 +18719,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onenote + summary: Delete content for the navigation property pages in users + description: The page's HTML content. + operationId: user.onenote.sectionGroup.section_DeletePagesContent + 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: 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -19181,7 +19641,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.onenote @@ -19230,7 +19689,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenotePage' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.onenote + summary: Delete content for the navigation property pages in users + description: The page's HTML content. + operationId: user.onenote.section_DeletePagesContent + 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: 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' '/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: diff --git a/openApiDocs/v1.0/People.yml b/openApiDocs/v1.0/People.yml index 8ef2362a3e2..4ff1daefad6 100644 --- a/openApiDocs/v1.0/People.yml +++ b/openApiDocs/v1.0/People.yml @@ -1227,6 +1227,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: @@ -1363,7 +1364,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/PersonalContacts.yml b/openApiDocs/v1.0/PersonalContacts.yml index 2c23e5828b2..0a1ed196046 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 @@ -1279,6 +1281,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 +1316,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 +1326,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 +1378,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: @@ -1443,6 +1488,7 @@ paths: schema: type: string x-ms-docs-key-type: contactFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -1475,6 +1521,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 @@ -2144,6 +2191,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 +2218,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 +2228,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 +2272,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 +2337,7 @@ paths: schema: type: string x-ms-docs-key-type: contactFolder + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2276,6 +2359,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2526,6 +2610,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 +2865,7 @@ paths: schema: type: string x-ms-docs-key-type: contact + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -2874,6 +2960,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 +2979,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 +2989,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 +3025,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: @@ -3453,6 +3566,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 +3590,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 diff --git a/openApiDocs/v1.0/Planner.yml b/openApiDocs/v1.0/Planner.yml index 87d77b1569a..9161970b09b 100644 --- a/openApiDocs/v1.0/Planner.yml +++ b/openApiDocs/v1.0/Planner.yml @@ -120,8 +120,11 @@ paths: get: tags: - groups.plannerGroup - summary: Get plans from groups - description: Read-only. Nullable. Returns the plannerPlans owned by the group. + summary: List plans + description: Retrieve a list of plannerPlan objects owned by a group object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0 operationId: group.planner_ListPlan parameters: - name: group-id @@ -2825,8 +2828,11 @@ paths: get: tags: - planner.plannerBucket - summary: Get buckets from planner - description: Read-only. Nullable. Returns a collection of the specified buckets + summary: List buckets + description: Retrieve a list of plannerbucket objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0 operationId: planner_ListBucket parameters: - $ref: '#/components/parameters/top' @@ -2876,7 +2882,11 @@ paths: post: tags: - planner.plannerBucket - summary: Create new navigation property to buckets for planner + summary: Create plannerBucket + description: Create a new plannerBucket object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0 operationId: planner_CreateBucket requestBody: description: New navigation property @@ -2899,8 +2909,11 @@ paths: get: tags: - planner.plannerBucket - summary: Get buckets from planner - description: Read-only. Nullable. Returns a collection of the specified buckets + summary: Get plannerBucket + description: Retrieve the properties and relationships of a plannerBucket object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0 operationId: planner_GetBucket parameters: - name: plannerBucket-id @@ -2944,7 +2957,11 @@ paths: patch: tags: - planner.plannerBucket - summary: Update the navigation property buckets in planner + summary: Update plannerbucket + description: Update the properties of plannerbucket object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0 operationId: planner_UpdateBucket parameters: - name: plannerBucket-id @@ -2982,7 +2999,11 @@ paths: delete: tags: - planner.plannerBucket - summary: Delete navigation property buckets for planner + summary: Delete plannerBucket + description: Delete plannerBucket. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0 operationId: planner_DeleteBucket parameters: - name: plannerBucket-id @@ -3009,8 +3030,11 @@ paths: get: tags: - planner.plannerBucket - summary: Get tasks from planner - description: Read-only. Nullable. The collection of tasks in the bucket. + summary: List tasks + description: Retrieve a list of plannerTask objects associated to a plannerBucket object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0 operationId: planner.bucket_ListTask parameters: - name: plannerBucket-id @@ -3799,8 +3823,11 @@ paths: get: tags: - planner.plannerPlan - summary: Get plans from planner - description: Read-only. Nullable. Returns a collection of the specified plans + summary: List plans + description: Get a list of plannerPlan objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0 operationId: planner_ListPlan parameters: - $ref: '#/components/parameters/top' @@ -3850,7 +3877,11 @@ paths: post: tags: - planner.plannerPlan - summary: Create new navigation property to plans for planner + summary: Create plannerPlan + description: Create a new plannerPlan object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0 operationId: planner_CreatePlan requestBody: description: New navigation property @@ -3873,8 +3904,11 @@ paths: get: tags: - planner.plannerPlan - summary: Get plans from planner - description: Read-only. Nullable. Returns a collection of the specified plans + summary: Get plannerPlan + description: Retrieve the properties and relationships of a plannerplan object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0 operationId: planner_GetPlan parameters: - name: plannerPlan-id @@ -3918,7 +3952,11 @@ paths: patch: tags: - planner.plannerPlan - summary: Update the navigation property plans in planner + summary: Update plannerPlan + description: Update the properties of a plannerPlan object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0 operationId: planner_UpdatePlan parameters: - name: plannerPlan-id @@ -3949,7 +3987,11 @@ paths: delete: tags: - planner.plannerPlan - summary: Delete navigation property plans for planner + summary: Delete plannerPlan + description: Delete a plannerPlan object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0 operationId: planner_DeletePlan parameters: - name: plannerPlan-id @@ -3976,8 +4018,11 @@ paths: get: tags: - planner.plannerPlan - summary: Get buckets from planner - description: Read-only. Nullable. Collection of buckets in the plan. + summary: List buckets + description: Retrieve a list of plannerBucket objects contained by a plannerPlan object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0 operationId: planner.plan_ListBucket parameters: - name: plannerPlan-id @@ -5136,8 +5181,11 @@ paths: get: tags: - planner.plannerPlan - summary: Get details from planner - description: Read-only. Nullable. Extra details about the plan. + summary: Get plannerPlanDetails + description: Retrieve the properties and relationships of a plannerPlanDetails object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0 operationId: planner.plan_GetDetail parameters: - name: plannerPlan-id @@ -5181,7 +5229,11 @@ paths: patch: tags: - planner.plannerPlan - summary: Update the navigation property details in planner + summary: Update plannerplandetails + description: Update the properties of plannerplandetails object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0 operationId: planner.plan_UpdateDetail parameters: - name: plannerPlan-id @@ -5246,8 +5298,11 @@ paths: get: tags: - planner.plannerPlan - summary: Get tasks from planner - description: Read-only. Nullable. Collection of tasks in the plan. + summary: List tasks + description: Retrieve a list of plannerTask objects associated with a plannerPlan object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0 operationId: planner.plan_ListTask parameters: - name: plannerPlan-id @@ -6036,8 +6091,11 @@ paths: get: tags: - planner.plannerTask - summary: Get tasks from planner - description: Read-only. Nullable. Returns a collection of the specified tasks + summary: List tasks + description: Retrieve a list of plannertask objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0 operationId: planner_ListTask parameters: - $ref: '#/components/parameters/top' @@ -6087,7 +6145,11 @@ paths: post: tags: - planner.plannerTask - summary: Create new navigation property to tasks for planner + summary: Create plannerTask + description: Create a new plannerTask. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0 operationId: planner_CreateTask requestBody: description: New navigation property @@ -6110,8 +6172,11 @@ paths: get: tags: - planner.plannerTask - summary: Get tasks from planner - description: Read-only. Nullable. Returns a collection of the specified tasks + summary: Get plannerTask + description: Retrieve the properties and relationships of plannerTask object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0 operationId: planner_GetTask parameters: - name: plannerTask-id @@ -6155,7 +6220,11 @@ paths: patch: tags: - planner.plannerTask - summary: Update the navigation property tasks in planner + summary: Update plannerTask + description: Update the properties of plannerTask object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0 operationId: planner_UpdateTask parameters: - name: plannerTask-id @@ -6193,7 +6262,11 @@ paths: delete: tags: - planner.plannerTask - summary: Delete navigation property tasks for planner + summary: Delete plannerTask + description: Delete a plannerTask object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0 operationId: planner_DeleteTask parameters: - name: plannerTask-id @@ -6220,8 +6293,11 @@ paths: get: tags: - planner.plannerTask - summary: Get assignedToTaskBoardFormat from planner - description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo. + summary: Get plannerAssignedToTaskBoardTaskFormat + description: Retrieve the properties and relationships of a plannerAssignedToTaskBoardTaskFormat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0 operationId: planner.task_GetAssignedToTaskBoardFormat parameters: - name: plannerTask-id @@ -6265,7 +6341,11 @@ paths: patch: tags: - planner.plannerTask - summary: Update the navigation property assignedToTaskBoardFormat in planner + summary: Update plannerAssignedToTaskBoardTaskFormat + description: Update the properties of plannerAssignedToTaskBoardTaskFormat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.task_UpdateAssignedToTaskBoardFormat parameters: - name: plannerTask-id @@ -6330,8 +6410,11 @@ paths: get: tags: - planner.plannerTask - summary: Get bucketTaskBoardFormat from planner - description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket. + summary: Get plannerBucketTaskBoardTaskFormat + description: Retrieve the properties and relationships of plannerBucketTaskBoardTaskFormat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0 operationId: planner.task_GetBucketTaskBoardFormat parameters: - name: plannerTask-id @@ -6375,7 +6458,11 @@ paths: patch: tags: - planner.plannerTask - summary: Update the navigation property bucketTaskBoardFormat in planner + summary: Update plannerBucketTaskBoardTaskFormat + description: Update the properties of a plannerBucketTaskBoardTaskFormat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.task_UpdateBucketTaskBoardFormat parameters: - name: plannerTask-id @@ -6440,8 +6527,11 @@ paths: get: tags: - planner.plannerTask - summary: Get details from planner - description: Read-only. Nullable. More details about the task. + summary: Get plannerTaskDetails + description: Retrieve the properties and relationships of a plannerTaskDetails object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0 operationId: planner.task_GetDetail parameters: - name: plannerTask-id @@ -6485,7 +6575,11 @@ paths: patch: tags: - planner.plannerTask - summary: Update the navigation property details in planner + summary: Update plannertaskdetails + description: Update the properties of plannerTaskDetails object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0 operationId: planner.task_UpdateDetail parameters: - name: plannerTask-id @@ -6550,8 +6644,11 @@ paths: get: tags: - planner.plannerTask - summary: Get progressTaskBoardFormat from planner - description: Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress. + summary: Get plannerProgressTaskBoardTaskFormat + description: Retrieve the properties and relationships of plannerProgressTaskBoardTaskFormat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0 operationId: planner.task_GetProgressTaskBoardFormat parameters: - name: plannerTask-id @@ -6595,7 +6692,11 @@ paths: patch: tags: - planner.plannerTask - summary: Update the navigation property progressTaskBoardFormat in planner + summary: Update plannerProgressTaskBoardTaskFormat + description: Update the properties of plannerProgressTaskBoardTaskFormat object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0 operationId: planner.task_UpdateProgressTaskBoardFormat parameters: - name: plannerTask-id diff --git a/openApiDocs/v1.0/Reports.yml b/openApiDocs/v1.0/Reports.yml index 03fd8eb601c..50097fe7aac 100644 --- a/openApiDocs/v1.0/Reports.yml +++ b/openApiDocs/v1.0/Reports.yml @@ -69,7 +69,11 @@ paths: get: tags: - auditLogs.directoryAudit - summary: Get directoryAudits from auditLogs + summary: List directoryAudits + description: 'Get the list of audit logs generated by Microsoft Entra ID. This includes audit logs generated by various services within Microsoft Entra ID, including user, app, device and group Management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), and self- service group management, and so on.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0 operationId: auditLog_ListDirectoryAudit parameters: - $ref: '#/components/parameters/top' @@ -142,7 +146,11 @@ paths: get: tags: - auditLogs.directoryAudit - summary: Get directoryAudits from auditLogs + summary: Get directoryAudit + description: 'Get a specific Microsoft Entra audit log item. This includes an audit log item generated by various services within Microsoft Entra ID like user, application, device and group management, privileged identity management (PIM), access reviews, terms of use, identity protection, password management (self-service and admin password resets), self-service group management, and so on.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0 operationId: auditLog_GetDirectoryAudit parameters: - name: directoryAudit-id @@ -258,7 +266,11 @@ paths: get: tags: - auditLogs.provisioningObjectSummary - summary: Get provisioning from auditLogs + summary: List provisioningObjectSummary + description: 'Get all provisioning events that occurred in your tenant, such as the deletion of a group in a target application or the creation of a user when provisioning user accounts from your HR system. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0 operationId: auditLog_ListProvisioning parameters: - $ref: '#/components/parameters/top' @@ -447,7 +459,11 @@ paths: get: tags: - auditLogs.signIn - summary: Get signIns from auditLogs + summary: List signIns + description: 'Retrieve the Microsoft Entra user sign-ins for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. The maximum and default page size is 1,000 objects and by default, the most recent sign-ins are returned first. Only sign-in events that occurred within the Microsoft Entra ID default retention period are available.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0 operationId: auditLog_ListSignIn parameters: - $ref: '#/components/parameters/top' @@ -520,7 +536,11 @@ paths: get: tags: - auditLogs.signIn - summary: Get signIns from auditLogs + summary: Get signIn + description: Retrieve a specific Microsoft Entra user sign-in event for your tenant. Sign-ins that are interactive in nature (where a username/password is passed as part of auth token) and successful federated sign-ins are currently included in the sign-in logs. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0 operationId: auditLog_GetSignIn parameters: - name: signIn-id @@ -636,8 +656,11 @@ paths: get: tags: - deviceManagement.deviceManagementReports - summary: Get reports from deviceManagement - description: Reports singleton + summary: Get deviceManagementReports + description: Read properties and relationships of the deviceManagementReports object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0 operationId: deviceManagement_GetReport parameters: - name: $select @@ -673,7 +696,11 @@ paths: patch: tags: - deviceManagement.deviceManagementReports - summary: Update the navigation property reports in deviceManagement + summary: Update deviceManagementReports + description: Update the properties of a deviceManagementReports object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-update?view=graph-rest-1.0 operationId: deviceManagement_UpdateReport requestBody: description: New navigation property values @@ -714,8 +741,11 @@ paths: get: tags: - deviceManagement.deviceManagementReports - summary: Get exportJobs from deviceManagement - description: Entity representing a job to export a report + summary: List deviceManagementExportJobs + description: List properties and relationships of the deviceManagementExportJob objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0 operationId: deviceManagement.report_ListExportJob parameters: - $ref: '#/components/parameters/top' @@ -765,7 +795,11 @@ paths: post: tags: - deviceManagement.deviceManagementReports - summary: Create new navigation property to exportJobs for deviceManagement + summary: Create deviceManagementExportJob + description: Create a new deviceManagementExportJob object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-create?view=graph-rest-1.0 operationId: deviceManagement.report_CreateExportJob requestBody: description: New navigation property @@ -788,8 +822,11 @@ paths: get: tags: - deviceManagement.deviceManagementReports - summary: Get exportJobs from deviceManagement - description: Entity representing a job to export a report + summary: Get deviceManagementExportJob + description: Read properties and relationships of the deviceManagementExportJob object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0 operationId: deviceManagement.report_GetExportJob parameters: - name: deviceManagementExportJob-id @@ -833,7 +870,11 @@ paths: patch: tags: - deviceManagement.deviceManagementReports - summary: Update the navigation property exportJobs in deviceManagement + summary: Update deviceManagementExportJob + description: Update the properties of a deviceManagementExportJob object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-update?view=graph-rest-1.0 operationId: deviceManagement.report_UpdateExportJob parameters: - name: deviceManagementExportJob-id @@ -864,7 +905,11 @@ paths: delete: tags: - deviceManagement.deviceManagementReports - summary: Delete navigation property exportJobs for deviceManagement + summary: Delete deviceManagementExportJob + description: Deletes a deviceManagementExportJob. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-delete?view=graph-rest-1.0 operationId: deviceManagement.report_DeleteExportJob parameters: - name: deviceManagementExportJob-id @@ -1152,8 +1197,11 @@ paths: get: tags: - reports.authenticationMethodsRoot - summary: Get userRegistrationDetails from reports - description: 'Represents the state of a user''s authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication).' + summary: List userRegistrationDetails + description: Get a list of the authentication methods registered for a user as defined in the userRegistrationDetails object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0 operationId: report.authenticationMethod_ListUserRegistrationDetail parameters: - $ref: '#/components/parameters/top' @@ -1226,8 +1274,11 @@ paths: get: tags: - reports.authenticationMethodsRoot - summary: Get userRegistrationDetails from reports - description: 'Represents the state of a user''s authentication methods, including which methods are registered and which features the user is registered and capable of (such as multifactor authentication, self-service password reset, and passwordless authentication).' + summary: Get userRegistrationDetails + description: Read the properties and relationships of a userRegistrationDetails object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0 operationId: report.authenticationMethod_GetUserRegistrationDetail parameters: - name: userRegistrationDetails-id @@ -1343,8 +1394,11 @@ paths: get: tags: - reports.printUsageByPrinter - summary: Get dailyPrintUsageByPrinter from reports + summary: List dailyPrintUsageByPrinter description: 'Retrieve a list of daily print usage summaries, grouped by printer.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0 operationId: report_ListDailyPrintUsageGraphBPrePrinter parameters: - $ref: '#/components/parameters/top' @@ -1417,8 +1471,11 @@ paths: get: tags: - reports.printUsageByPrinter - summary: Get dailyPrintUsageByPrinter from reports - description: 'Retrieve a list of daily print usage summaries, grouped by printer.' + summary: Get printUsageByPrinter + description: 'Retrieve a usage summary for a printer for a particular time period. For descriptions of each of the endpoints, see printUsageByPrinter.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0 operationId: report_GetDailyPrintUsageGraphBPrePrinter parameters: - name: printUsageByPrinter-id @@ -1534,8 +1591,11 @@ paths: get: tags: - reports.printUsageByUser - summary: Get dailyPrintUsageByUser from reports + summary: List dailyPrintUsageByUser description: 'Retrieve a list of daily print usage summaries, grouped by user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0 operationId: report_ListDailyPrintUsageGraphBPreUser parameters: - $ref: '#/components/parameters/top' @@ -1608,8 +1668,11 @@ paths: get: tags: - reports.printUsageByUser - summary: Get dailyPrintUsageByUser from reports - description: 'Retrieve a list of daily print usage summaries, grouped by user.' + summary: Get printUsageByUser + description: 'Retrieve a user''s usage summary for a particular time period. For descriptions of each endpoint, see printUsageByUser.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0 operationId: report_GetDailyPrintUsageGraphBPreUser parameters: - name: printUsageByUser-id @@ -1834,6 +1897,7 @@ paths: tags: - reports.Functions summary: Invoke function getEmailActivityUserDetail + description: Get details about email activity users have performed. operationId: report_getEmailActivityUserDetail parameters: - name: date @@ -1866,6 +1930,7 @@ paths: tags: - reports.Functions summary: Invoke function getEmailActivityUserDetail + description: Get details about email activity users have performed. operationId: report_getEmailActivityUserDetail parameters: - name: period @@ -1964,6 +2029,7 @@ paths: tags: - reports.Functions summary: Invoke function getEmailAppUsageUserDetail + description: Get details about which activities users performed on the various email apps. operationId: report_getEmailAppUsageUserDetail parameters: - name: date @@ -1996,6 +2062,7 @@ paths: tags: - reports.Functions summary: Invoke function getEmailAppUsageUserDetail + description: Get details about which activities users performed on the various email apps. operationId: report_getEmailAppUsageUserDetail parameters: - name: period @@ -2194,6 +2261,7 @@ paths: tags: - reports.Functions summary: Invoke function getM365AppUserDetail + description: Get a report that provides the details about which apps and platforms users have used. operationId: report_getM365AppUserDetail parameters: - name: date @@ -2226,6 +2294,7 @@ paths: tags: - reports.Functions summary: Invoke function getM365AppUserDetail + description: Get a report that provides the details about which apps and platforms users have used. operationId: report_getM365AppUserDetail parameters: - name: period @@ -4263,6 +4332,7 @@ paths: tags: - reports.Functions summary: Invoke function getTeamsDeviceUsageUserDetail + description: Get details about Microsoft Teams device usage by user. operationId: report_getTeamsDeviceUsageUserDetail parameters: - name: date @@ -4295,6 +4365,7 @@ paths: tags: - reports.Functions summary: Invoke function getTeamsDeviceUsageUserDetail + description: Get details about Microsoft Teams device usage by user. operationId: report_getTeamsDeviceUsageUserDetail parameters: - name: period @@ -4359,6 +4430,7 @@ paths: tags: - reports.Functions summary: Invoke function getTeamsTeamActivityDetail + description: Get details about Microsoft Teams activity by team. The numbers include activities for both licensed and nonlicensed users. operationId: report_getTeamsTeamActivityDetail parameters: - name: date @@ -4391,6 +4463,7 @@ paths: tags: - reports.Functions summary: Invoke function getTeamsTeamActivityDetail + description: Get details about Microsoft Teams activity by team. The numbers include activities for both licensed and nonlicensed users. operationId: report_getTeamsTeamActivityDetail parameters: - name: period @@ -4557,6 +4630,7 @@ paths: tags: - reports.Functions summary: Invoke function getTeamsUserActivityUserDetail + description: Get details about Microsoft Teams user activity by user. operationId: report_getTeamsUserActivityUserDetail parameters: - name: date @@ -4589,6 +4663,7 @@ paths: tags: - reports.Functions summary: Invoke function getTeamsUserActivityUserDetail + description: Get details about Microsoft Teams user activity by user. operationId: report_getTeamsUserActivityUserDetail parameters: - name: period @@ -5198,8 +5273,11 @@ paths: get: tags: - reports.printUsageByPrinter - summary: Get monthlyPrintUsageByPrinter from reports + summary: List monthlyPrintUsageByPrinter description: 'Retrieve a list of monthly print usage summaries, grouped by printer.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0 operationId: report_ListMonthlyPrintUsageGraphBPrePrinter parameters: - $ref: '#/components/parameters/top' @@ -5389,8 +5467,11 @@ paths: get: tags: - reports.printUsageByUser - summary: Get monthlyPrintUsageByUser from reports + summary: List monthlyPrintUsageByUser description: 'Retrieve a list of monthly print usage summaries, grouped by user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0 operationId: report_ListMonthlyPrintUsageGraphBPreUser parameters: - $ref: '#/components/parameters/top' @@ -5736,8 +5817,8 @@ paths: get: tags: - reports.partners - summary: Get manifests from reports - description: Represents metadata for the exported data. + summary: Get manifest + description: Read the properties and relationships of a manifest object. operationId: report.partner.billing_ListManifest parameters: - $ref: '#/components/parameters/top' @@ -5810,8 +5891,11 @@ paths: get: tags: - reports.partners - summary: Get manifests from reports - description: Represents metadata for the exported data. + summary: Get manifest + description: Read the properties and relationships of a manifest object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0 operationId: report.partner.billing_GetManifest parameters: - name: manifest-id @@ -5927,8 +6011,8 @@ paths: get: tags: - reports.partners - summary: Get operations from reports - description: Represents an operation to export the billing data of a partner. + summary: Get operation + description: Read the properties and relationships of an operation object. operationId: report.partner.billing_ListOperation parameters: - $ref: '#/components/parameters/top' @@ -6001,8 +6085,11 @@ paths: get: tags: - reports.partners - summary: Get operations from reports - description: Represents an operation to export the billing data of a partner. + summary: Get operation + description: Read the properties and relationships of an operation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0 operationId: report.partner.billing_GetOperation parameters: - name: operation-id @@ -7264,6 +7351,7 @@ components: properties: printerId: type: string + description: The ID of the printer represented by these statistics. printerName: type: string description: The name of the printer represented by these statistics. diff --git a/openApiDocs/v1.0/Search.yml b/openApiDocs/v1.0/Search.yml index 20f56603f16..42a77325fa9 100644 --- a/openApiDocs/v1.0/Search.yml +++ b/openApiDocs/v1.0/Search.yml @@ -69,7 +69,11 @@ paths: get: tags: - external.externalConnection - summary: Get connections from external + summary: List externalConnections + description: Get a list of the externalConnection objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0 operationId: external_ListConnection parameters: - $ref: '#/components/parameters/top' @@ -119,7 +123,11 @@ paths: post: tags: - external.externalConnection - summary: Create new navigation property to connections for external + summary: Create externalConnection + description: Create a new externalConnection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0 operationId: external_CreateConnection requestBody: description: New navigation property @@ -142,7 +150,11 @@ paths: get: tags: - external.externalConnection - summary: Get connections from external + summary: Get externalConnection + description: Read the properties and relationships of an externalConnection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0 operationId: external_GetConnection parameters: - name: externalConnection-id @@ -186,7 +198,11 @@ paths: patch: tags: - external.externalConnection - summary: Update the navigation property connections in external + summary: Update externalConnection + description: Update the properties of an externalConnection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0 operationId: external_UpdateConnection parameters: - name: externalConnection-id @@ -217,7 +233,11 @@ paths: delete: tags: - external.externalConnection - summary: Delete navigation property connections for external + summary: Delete externalConnection + description: Deletes an externalConnection object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0 operationId: external_DeleteConnection parameters: - name: externalConnection-id @@ -244,7 +264,8 @@ paths: get: tags: - external.externalConnection - summary: Get groups from external + summary: Get externalGroup + description: Get an externalGroup object. operationId: external.connection_ListGroup parameters: - name: externalConnection-id @@ -302,7 +323,11 @@ paths: post: tags: - external.externalConnection - summary: Create new navigation property to groups for external + summary: Create externalGroup + description: Create a new externalGroup object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0 operationId: external.connection_CreateGroup parameters: - name: externalConnection-id @@ -334,7 +359,11 @@ paths: get: tags: - external.externalConnection - summary: Get groups from external + summary: Get externalGroup + description: Get an externalGroup object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0 operationId: external.connection_GetGroup parameters: - name: externalConnection-id @@ -386,7 +415,11 @@ paths: patch: tags: - external.externalConnection - summary: Update the navigation property groups in external + summary: Update externalGroup + description: Update the properties of an externalGroup object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0 operationId: external.connection_UpdateGroup parameters: - name: externalConnection-id @@ -425,7 +458,11 @@ paths: delete: tags: - external.externalConnection - summary: Delete navigation property groups for external + summary: Delete externalGroup + description: Delete an externalGroup object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0 operationId: external.connection_DeleteGroup parameters: - name: externalConnection-id @@ -770,7 +807,8 @@ paths: get: tags: - external.externalConnection - summary: Get items from external + summary: Get externalItem + description: Read the properties and relationships of an externalItem object. operationId: external.connection_ListItem parameters: - name: externalConnection-id @@ -860,7 +898,11 @@ paths: get: tags: - external.externalConnection - summary: Get items from external + summary: Get externalItem + description: Read the properties and relationships of an externalItem object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0 operationId: external.connection_GetItem parameters: - name: externalConnection-id @@ -912,7 +954,11 @@ paths: put: tags: - external.externalConnection - summary: Update the navigation property items in external + summary: Create externalItem + description: Create a new externalItem object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0 operationId: external.connection_SetItem parameters: - name: externalConnection-id @@ -951,7 +997,11 @@ paths: delete: tags: - external.externalConnection - summary: Delete navigation property items for external + summary: Delete externalItem + description: Delete an externalItem object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0 operationId: external.connection_DeleteItem parameters: - name: externalConnection-id @@ -1419,7 +1469,8 @@ paths: get: tags: - external.externalConnection - summary: Get operations from external + summary: Get connectionOperation + description: Read the properties and relationships of a connectionOperation object. operationId: external.connection_ListOperation parameters: - name: externalConnection-id @@ -1509,7 +1560,11 @@ paths: get: tags: - external.externalConnection - summary: Get operations from external + summary: Get connectionOperation + description: Read the properties and relationships of a connectionOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0 operationId: external.connection_GetOperation parameters: - name: externalConnection-id @@ -1657,7 +1712,11 @@ paths: get: tags: - external.externalConnection - summary: Get schema from external + summary: Get schema + description: Read the properties and relationships of a schema object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0 operationId: external.connection_GetSchema parameters: - name: externalConnection-id @@ -1701,7 +1760,11 @@ paths: patch: tags: - external.externalConnection - summary: Update the navigation property schema in external + summary: Create schema + description: Create a new schema object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0 operationId: external.connection_UpdateSchema parameters: - name: externalConnection-id @@ -1806,8 +1869,11 @@ paths: get: tags: - search.acronym - summary: Get acronyms from search - description: Administrative answer in Microsoft Search results to define common acronyms in an organization. + summary: List acronyms + description: Get a list of the acronym objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0 operationId: search_ListAcronym parameters: - $ref: '#/components/parameters/top' @@ -1857,7 +1923,11 @@ paths: post: tags: - search.acronym - summary: Create new navigation property to acronyms for search + summary: Create acronym + description: Create a new acronym object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-1.0 operationId: search_CreateAcronym requestBody: description: New navigation property @@ -1880,8 +1950,11 @@ paths: get: tags: - search.acronym - summary: Get acronyms from search - description: Administrative answer in Microsoft Search results to define common acronyms in an organization. + summary: Get acronym + description: Read the properties and relationships of an acronym object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0 operationId: search_GetAcronym parameters: - name: acronym-id @@ -1925,7 +1998,11 @@ paths: patch: tags: - search.acronym - summary: Update the navigation property acronyms in search + summary: Update acronym + description: Update the properties of an acronym object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-1.0 operationId: search_UpdateAcronym parameters: - name: acronym-id @@ -1956,7 +2033,11 @@ paths: delete: tags: - search.acronym - summary: Delete navigation property acronyms for search + summary: Delete acronym + description: Delete an acronym object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-1.0 operationId: search_DeleteAcronym parameters: - name: acronym-id @@ -1997,8 +2078,11 @@ paths: get: tags: - search.bookmark - summary: Get bookmarks from search - description: Administrative answer in Microsoft Search results for common search queries in an organization. + summary: List bookmarks + description: Get a list of bookmark objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0 operationId: search_ListBookmark parameters: - $ref: '#/components/parameters/top' @@ -2048,7 +2132,11 @@ paths: post: tags: - search.bookmark - summary: Create new navigation property to bookmarks for search + summary: Create bookmark + description: Create a new bookmark object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-1.0 operationId: search_CreateBookmark requestBody: description: New navigation property @@ -2071,8 +2159,11 @@ paths: get: tags: - search.bookmark - summary: Get bookmarks from search - description: Administrative answer in Microsoft Search results for common search queries in an organization. + summary: Get bookmark + description: Read the properties and relationships of a bookmark object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0 operationId: search_GetBookmark parameters: - name: bookmark-id @@ -2116,7 +2207,11 @@ paths: patch: tags: - search.bookmark - summary: Update the navigation property bookmarks in search + summary: Update bookmark + description: Update the properties of a bookmark object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-1.0 operationId: search_UpdateBookmark parameters: - name: bookmark-id @@ -2147,7 +2242,11 @@ paths: delete: tags: - search.bookmark - summary: Delete navigation property bookmarks for search + summary: Delete bookmark + description: Delete a bookmark object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-1.0 operationId: search_DeleteBookmark parameters: - name: bookmark-id @@ -2235,8 +2334,11 @@ paths: get: tags: - search.qna - summary: Get qnas from search - description: Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization. + summary: List qnas + description: Get a list of the qna objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0 operationId: search_ListQna parameters: - $ref: '#/components/parameters/top' @@ -2286,7 +2388,11 @@ paths: post: tags: - search.qna - summary: Create new navigation property to qnas for search + summary: Create qna + description: Create a new qna object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0 operationId: search_CreateQna requestBody: description: New navigation property @@ -2309,8 +2415,11 @@ paths: get: tags: - search.qna - summary: Get qnas from search - description: Administrative answer in Microsoft Search results that provide answers for specific search keywords in an organization. + summary: Get qna + description: Read the properties and relationships of a qna object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0 operationId: search_GetQna parameters: - name: qna-id @@ -2354,7 +2463,11 @@ paths: patch: tags: - search.qna - summary: Update the navigation property qnas in search + summary: Update qna + description: Update the properties of a qna object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0 operationId: search_UpdateQna parameters: - name: qna-id @@ -2385,7 +2498,11 @@ paths: delete: tags: - search.qna - summary: Delete navigation property qnas for search + summary: Delete qna + description: Delete a qna object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-1.0 operationId: search_DeleteQna parameters: - name: qna-id diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index d282d66d64c..909398e0ab6 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -69,7 +69,11 @@ paths: get: tags: - security.alert - summary: Get alerts from security + summary: List alerts + description: Retrieve a list of alert objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0 operationId: security_ListAlert parameters: - $ref: '#/components/parameters/top' @@ -154,8 +158,11 @@ paths: get: tags: - security.alert - summary: Get alerts_v2 from security - description: A collection of alerts in Microsoft 365 Defender. + summary: List alerts_v2 + description: 'Get a list of alert resources created to track suspicious activities in an organization. This operation lets you filter and sort through alerts to create an informed cyber security response. It exposes a collection of alerts that were flagged in your network, within the time range you specified in your environment retention policy. The most recent alerts are displayed at the top of the list.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0 operationId: security_ListAlerts_v2 parameters: - $ref: '#/components/parameters/top' @@ -228,8 +235,11 @@ paths: get: tags: - security.alert - summary: Get alerts_v2 from security - description: A collection of alerts in Microsoft 365 Defender. + summary: Get alert + description: Get the properties and relationships of an alert object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0 operationId: security_GetAlerts_v2 parameters: - name: alert-id @@ -273,7 +283,11 @@ paths: patch: tags: - security.alert - summary: Update the navigation property alerts_v2 in security + summary: Update alert + description: Update the properties of an alert object in an organization based on the specified alert id property. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0 operationId: security_UpdateAlerts_v2 parameters: - name: alert-id @@ -331,7 +345,11 @@ paths: post: tags: - security.alert - summary: Sets a new value for the collection of alertComment. + summary: Create comment for alert + description: Create a comment for an existing alert based on the specified alert id property. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-1.0 operationId: security.alerts_v2_SetComment parameters: - name: alert-id @@ -408,7 +426,11 @@ paths: get: tags: - security.alert - summary: Get alerts from security + summary: Get alert + description: Retrieve the properties and relationships of an alert object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0 operationId: security_GetAlert parameters: - name: alert-id @@ -458,7 +480,11 @@ paths: patch: tags: - security.alert - summary: Update the navigation property alerts in security + summary: Update alert + description: Update an editable alert property within any integrated solution to keep alert status and assignments in sync across solutions. This method updates any solution that has a record of the referenced alert ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0 operationId: security_UpdateAlert parameters: - name: alert-id @@ -593,8 +619,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get endUserNotifications from security - description: Represents an end user's notification for an attack simulation training. + summary: List endUserNotifications + description: Get a list of endUserNotification objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0 operationId: security.attackSimulation_ListEndUserNotification parameters: - $ref: '#/components/parameters/top' @@ -1022,8 +1051,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get landingPages from security - description: Represents an attack simulation training landing page. + summary: List landingPages + description: Get a list of the landingPage objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0 operationId: security.attackSimulation_ListLandingPage parameters: - $ref: '#/components/parameters/top' @@ -1453,8 +1485,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get loginPages from security - description: Represents an attack simulation training login page. + summary: List loginPages + description: Get a list of the loginPage objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0 operationId: security.attackSimulation_ListLoginPage parameters: - $ref: '#/components/parameters/top' @@ -1644,8 +1679,8 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get operations from security - description: Represents an attack simulation training operation. + summary: Get attackSimulationOperation + description: Get an attack simulation operation to track a long-running operation request for a tenant. operationId: security.attackSimulation_ListOperation parameters: - $ref: '#/components/parameters/top' @@ -1718,8 +1753,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get operations from security - description: Represents an attack simulation training operation. + summary: Get attackSimulationOperation + description: Get an attack simulation operation to track a long-running operation request for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0 operationId: security.attackSimulation_GetOperation parameters: - name: attackSimulationOperation-id @@ -1835,8 +1873,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get payloads from security - description: Represents an attack simulation training campaign payload in a tenant. + summary: List payloads + description: Get a list of payloads for attack simulation campaigns. This operation expects the mandatory parameter source to filter and query the respective data source. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0 operationId: security.attackSimulation_ListPayload parameters: - $ref: '#/components/parameters/top' @@ -2026,8 +2067,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get simulationAutomations from security - description: Represents simulation automation created to run on a tenant. + summary: List simulationAutomations + description: Get a list of attack simulation automations for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0 operationId: security.attackSimulation_ListSimulationAutomation parameters: - $ref: '#/components/parameters/top' @@ -2100,8 +2144,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get simulationAutomations from security - description: Represents simulation automation created to run on a tenant. + summary: Get simulationAutomation + description: Get an attack simulation automation for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0 operationId: security.attackSimulation_GetSimulationAutomation parameters: - name: simulationAutomation-id @@ -2203,8 +2250,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get runs from security - description: A collection of simulation automation runs. + summary: List runs + description: Get a list of the attack simulation automation runs for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0 operationId: security.attackSimulation.simulationAutomation_ListRun parameters: - name: simulationAutomation-id @@ -2457,8 +2507,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get simulations from security - description: Represents an attack simulation training campaign in a tenant. + summary: List simulations + description: Get a list of attack simulation campaigns for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0 operationId: security.attackSimulation_ListSimulation parameters: - $ref: '#/components/parameters/top' @@ -2508,7 +2561,11 @@ paths: post: tags: - security.attackSimulationRoot - summary: Create new navigation property to simulations for security + summary: Create simulation + description: Create an attack simulation campaign for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0 operationId: security.attackSimulation_CreateSimulation requestBody: description: New navigation property @@ -2531,8 +2588,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get simulations from security - description: Represents an attack simulation training campaign in a tenant. + summary: Get simulation + description: Get an attack simulation campaign for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/simulation-get?view=graph-rest-1.0 operationId: security.attackSimulation_GetSimulation parameters: - name: simulation-id @@ -2576,7 +2636,11 @@ paths: patch: tags: - security.attackSimulationRoot - summary: Update the navigation property simulations in security + summary: Update simulation + description: Update an attack simulation campaign for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/simulation-update?view=graph-rest-1.0 operationId: security.attackSimulation_UpdateSimulation parameters: - name: simulation-id @@ -2607,7 +2671,11 @@ paths: delete: tags: - security.attackSimulationRoot - summary: Delete navigation property simulations for security + summary: Delete simulation + description: Delete an attack simulation campaign for a tenant. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/simulation-delete?view=graph-rest-1.0 operationId: security.attackSimulation_DeleteSimulation parameters: - name: simulation-id @@ -2786,8 +2854,11 @@ paths: get: tags: - security.attackSimulationRoot - summary: Get trainings from security - description: Represents details about attack simulation trainings. + summary: List trainings + description: Get a list of the training objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0 operationId: security.attackSimulation_ListTraining parameters: - $ref: '#/components/parameters/top' @@ -3294,7 +3365,11 @@ paths: get: tags: - security.casesRoot - summary: Get ediscoveryCases from security + summary: List ediscoveryCases + description: Get a list of the ediscoveryCase objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0 operationId: security.case_ListEdiscoveryCase parameters: - $ref: '#/components/parameters/top' @@ -3344,7 +3419,11 @@ paths: post: tags: - security.casesRoot - summary: Create new navigation property to ediscoveryCases for security + summary: Create ediscoveryCase + description: Create a new ediscoveryCase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0 operationId: security.case_CreateEdiscoveryCase requestBody: description: New navigation property @@ -3367,7 +3446,11 @@ paths: get: tags: - security.casesRoot - summary: Get ediscoveryCases from security + summary: Get ediscoveryCase + description: Read the properties and relationships of an ediscoveryCase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0 operationId: security.case_GetEdiscoveryCase parameters: - name: ediscoveryCase-id @@ -3411,7 +3494,11 @@ paths: patch: tags: - security.casesRoot - summary: Update the navigation property ediscoveryCases in security + summary: Update ediscoveryCase + description: Update the properties of an ediscoveryCase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0 operationId: security.case_UpdateEdiscoveryCase parameters: - name: ediscoveryCase-id @@ -3442,7 +3529,11 @@ paths: delete: tags: - security.casesRoot - summary: Delete navigation property ediscoveryCases for security + summary: Delete ediscoveryCase + description: Delete an ediscoveryCase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0 operationId: security.case_DeleteEdiscoveryCase parameters: - name: ediscoveryCase-id @@ -3469,8 +3560,11 @@ paths: get: tags: - security.casesRoot - summary: Get custodians from security - description: Returns a list of case ediscoveryCustodian objects for this case. + summary: List ediscoveryCustodian + description: Get a list of the custodian objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_ListCustodian parameters: - name: ediscoveryCase-id @@ -3528,7 +3622,11 @@ paths: post: tags: - security.casesRoot - summary: Create new navigation property to custodians for security + summary: Create custodians + description: "Create a new ediscoveryCustodian object.\nAfter the custodian object is created, you will need to create the custodian's userSource to reference their mailbox and OneDrive for Business site." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_CreateCustodian parameters: - name: ediscoveryCase-id @@ -3560,8 +3658,11 @@ paths: get: tags: - security.casesRoot - summary: Get custodians from security - description: Returns a list of case ediscoveryCustodian objects for this case. + summary: Get ediscoveryCustodian + description: Read the properties and relationships of an ediscoveryCustodian object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_GetCustodian parameters: - name: ediscoveryCase-id @@ -5210,7 +5311,11 @@ paths: post: tags: - security.casesRoot - summary: Create new navigation property to noncustodialDataSources for security + summary: Create nonCustodialDataSources + description: Create a new ediscoveryNoncustodialDataSource object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_CreateNoncustodialDataSource parameters: - name: ediscoveryCase-id @@ -5776,8 +5881,11 @@ paths: get: tags: - security.casesRoot - summary: Get operations from security - description: Returns a list of case caseOperation objects for this case. + summary: List caseOperations + description: Get a list of the caseOperation objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_ListOperation parameters: - name: ediscoveryCase-id @@ -5867,8 +5975,11 @@ paths: get: tags: - security.casesRoot - summary: Get operations from security - description: Returns a list of case caseOperation objects for this case. + summary: Get caseOperation + description: Read the properties and relationships of a caseOperation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_GetOperation parameters: - name: ediscoveryCase-id @@ -6016,8 +6127,11 @@ paths: get: tags: - security.casesRoot - summary: Get reviewSets from security - description: Returns a list of eDiscoveryReviewSet objects in the case. + summary: List reviewSets + description: Get a list of ediscoveryReviewSet objects associated with an eDiscovery case. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_ListReviewSet parameters: - name: ediscoveryCase-id @@ -6075,7 +6189,11 @@ paths: post: tags: - security.casesRoot - summary: Create new navigation property to reviewSets for security + summary: Create reviewSets + description: Create a new ediscoveryReviewSet object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_CreateReviewSet parameters: - name: ediscoveryCase-id @@ -6107,8 +6225,11 @@ paths: get: tags: - security.casesRoot - summary: Get reviewSets from security - description: Returns a list of eDiscoveryReviewSet objects in the case. + summary: Get ediscoveryReviewSet + description: Read the properties and relationships of an ediscoveryReviewSet object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_GetReviewSet parameters: - name: ediscoveryCase-id @@ -6764,8 +6885,11 @@ paths: get: tags: - security.casesRoot - summary: Get searches from security - description: Returns a list of eDiscoverySearch objects associated with this case. + summary: List searches + description: Get the list of ediscoverySearch resources from an eDiscoveryCase object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_ListSearch parameters: - name: ediscoveryCase-id @@ -6823,7 +6947,11 @@ paths: post: tags: - security.casesRoot - summary: Create new navigation property to searches for security + summary: Create searches + description: Create a new ediscoverySearch object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_CreateSearch parameters: - name: ediscoveryCase-id @@ -6855,8 +6983,11 @@ paths: get: tags: - security.casesRoot - summary: Get searches from security - description: Returns a list of eDiscoverySearch objects associated with this case. + summary: Get ediscoverySearch + description: Read the properties and relationships of an ediscoverySearch object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_GetSearch parameters: - name: ediscoveryCase-id @@ -6908,7 +7039,11 @@ paths: patch: tags: - security.casesRoot - summary: Update the navigation property searches in security + summary: Update ediscoverySearch + description: Update the properties of an ediscoverySearch object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_UpdateSearch parameters: - name: ediscoveryCase-id @@ -6947,7 +7082,11 @@ paths: delete: tags: - security.casesRoot - summary: Delete navigation property searches for security + summary: Delete ediscoverySearch + description: Delete an ediscoverySearch object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_DeleteSearch parameters: - name: ediscoveryCase-id @@ -7800,8 +7939,11 @@ paths: get: tags: - security.casesRoot - summary: Get settings from security - description: Returns a list of eDIscoverySettings objects in the case. + summary: Get ediscoveryCaseSettings + description: Read the properties and relationships of an ediscoveryCaseSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_GetSetting parameters: - name: ediscoveryCase-id @@ -7845,7 +7987,11 @@ paths: patch: tags: - security.casesRoot - summary: Update the navigation property settings in security + summary: Update ediscoveryCaseSettings + description: Update the properties of an ediscoveryCaseSettings object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_UpdateSetting parameters: - name: ediscoveryCase-id @@ -7928,8 +8074,11 @@ paths: get: tags: - security.casesRoot - summary: Get tags from security - description: Returns a list of ediscoveryReviewTag objects associated to this case. + summary: List tags + description: Get a list of eDiscoveryReviewTag objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_ListTag parameters: - name: ediscoveryCase-id @@ -7987,7 +8136,11 @@ paths: post: tags: - security.casesRoot - summary: Create new navigation property to tags for security + summary: Create tags + description: Create a new ediscoveryReviewTag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_CreateTag parameters: - name: ediscoveryCase-id @@ -8019,8 +8172,11 @@ paths: get: tags: - security.casesRoot - summary: Get tags from security - description: Returns a list of ediscoveryReviewTag objects associated to this case. + summary: Get ediscoveryReviewTag + description: Read the properties and relationships of an ediscoveryReviewTag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_GetTag parameters: - name: ediscoveryCase-id @@ -8072,7 +8228,11 @@ paths: patch: tags: - security.casesRoot - summary: Update the navigation property tags in security + summary: Update ediscoveryReviewTag + description: Update the properties of an ediscoveryReviewTag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_UpdateTag parameters: - name: ediscoveryCase-id @@ -8111,7 +8271,11 @@ paths: delete: tags: - security.casesRoot - summary: Delete navigation property tags for security + summary: Remove ediscoveryReviewTag + description: Remove an ediscoveryReviewTag object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0 operationId: security.case.ediscoveryCase_DeleteTag parameters: - name: ediscoveryCase-id @@ -8466,12 +8630,281 @@ paths: $ref: '#/components/responses/ODataCountResponse' default: $ref: '#/components/responses/error' + /security/identities: + get: + tags: + - security.identityContainer + summary: Get identities from security + operationId: security_GetIdentity + 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.security.identityContainer' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - security.identityContainer + summary: Update the navigation property identities in security + operationId: security_UpdateIdentity + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.identityContainer' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.identityContainer' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - security.identityContainer + summary: Delete navigation property identities for security + operationId: security_DeleteIdentity + 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 + /security/identities/healthIssues: + get: + tags: + - security.identityContainer + summary: Get healthIssues from security + operationId: security.identity_ListHealthIssue + 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.security.healthIssueCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - security.identityContainer + summary: Create new navigation property to healthIssues for security + operationId: security.identity_CreateHealthIssue + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.healthIssue' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.healthIssue' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/security/identities/healthIssues/{healthIssue-id}': + get: + tags: + - security.identityContainer + summary: Get healthIssues from security + operationId: security.identity_GetHealthIssue + parameters: + - name: healthIssue-id + in: path + description: The unique identifier of healthIssue + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: healthIssue + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.healthIssue' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - security.identityContainer + summary: Update the navigation property healthIssues in security + operationId: security.identity_UpdateHealthIssue + parameters: + - name: healthIssue-id + in: path + description: The unique identifier of healthIssue + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: healthIssue + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.healthIssue' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.healthIssue' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - security.identityContainer + summary: Delete navigation property healthIssues for security + operationId: security.identity_DeleteHealthIssue + parameters: + - name: healthIssue-id + in: path + description: The unique identifier of healthIssue + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: healthIssue + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /security/identities/healthIssues/$count: + get: + tags: + - security.identityContainer + summary: Get the number of the resource + operationId: security.identity.healthIssue_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' /security/incidents: get: tags: - security.incident - summary: Get incidents from security - description: 'A collection of incidents in Microsoft 365 Defender, each of which is a set of correlated alerts and associated metadata that reflects the story of an attack.' + summary: List incidents + description: 'Get a list of incident objects that Microsoft 365 Defender created to track attacks in an organization. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident. This operation allows you to filter and sort through incidents to create an informed cyber security response. It exposes a collection of incidents that were flagged in your network, within the time range you specified in your environment retention policy. The most recent incidents are displayed at the top of the list.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0 operationId: security_ListIncident parameters: - $ref: '#/components/parameters/top' @@ -8544,8 +8977,11 @@ paths: get: tags: - security.incident - summary: Get incidents from security - description: 'A collection of incidents in Microsoft 365 Defender, each of which is a set of correlated alerts and associated metadata that reflects the story of an attack.' + summary: Get incident + description: 'Retrieve the properties and relationships of an incident object. Attacks are typically inflicted on different types of entities, such as devices, users, and mailboxes, resulting in multiple alert objects. Microsoft 365 Defender correlates alerts with the same attack techniques or the same attacker into an incident.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0 operationId: security_GetIncident parameters: - name: incident-id @@ -8589,7 +9025,11 @@ paths: patch: tags: - security.incident - summary: Update the navigation property incidents in security + summary: Update incident + description: Update the properties of an incident object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0 operationId: security_UpdateIncident parameters: - name: incident-id @@ -8953,8 +9393,11 @@ paths: get: tags: - security.labelsRoot - summary: Get authorities from security - description: Specifies the underlying authority that describes the type of content to be retained and its retention schedule. + summary: List authorityTemplates + description: Get a list of the authorityTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0 operationId: security.label_ListAuthority parameters: - $ref: '#/components/parameters/top' @@ -9004,7 +9447,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to authorities for security + summary: Create authorityTemplate + description: Create a new authorityTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-1.0 operationId: security.label_CreateAuthority requestBody: description: New navigation property @@ -9027,8 +9474,11 @@ paths: get: tags: - security.labelsRoot - summary: Get authorities from security - description: Specifies the underlying authority that describes the type of content to be retained and its retention schedule. + summary: Get authorityTemplate + description: Read the properties and relationships of a authorityTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0 operationId: security.label_GetAuthority parameters: - name: authorityTemplate-id @@ -9103,7 +9553,11 @@ paths: delete: tags: - security.labelsRoot - summary: Delete navigation property authorities for security + summary: Delete authorityTemplate + description: Delete a authorityTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-delete-authorities?view=graph-rest-1.0 operationId: security.label_DeleteAuthority parameters: - name: authorityTemplate-id @@ -9144,8 +9598,11 @@ paths: get: tags: - security.labelsRoot - summary: Get categories from security - description: Specifies a group of similar types of content in a particular department. + summary: List categoryTemplates + description: Get a list of the categoryTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0 operationId: security.label_ListCategory parameters: - $ref: '#/components/parameters/top' @@ -9195,7 +9652,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to categories for security + summary: Create categoryTemplate + description: Create a new categoryTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-1.0 operationId: security.label_CreateCategory requestBody: description: New navigation property @@ -9218,8 +9679,11 @@ paths: get: tags: - security.labelsRoot - summary: Get categories from security - description: Specifies a group of similar types of content in a particular department. + summary: Get categoryTemplate + description: Read the properties and relationships of a categoryTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0 operationId: security.label_GetCategory parameters: - name: categoryTemplate-id @@ -9294,7 +9758,11 @@ paths: delete: tags: - security.labelsRoot - summary: Delete navigation property categories for security + summary: Delete categoryTemplate + description: Delete a categoryTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-delete-categories?view=graph-rest-1.0 operationId: security.label_DeleteCategory parameters: - name: categoryTemplate-id @@ -9321,7 +9789,11 @@ paths: get: tags: - security.labelsRoot - summary: Get subcategories from security + summary: List subcategories + description: Get a list of subcategories subcategoryTemplate associated with a category template. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-1.0 operationId: security.label.category_ListSubcategory parameters: - name: categoryTemplate-id @@ -9379,7 +9851,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to subcategories for security + summary: Create subcategoryTemplate + description: Create a new subcategoryTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-1.0 operationId: security.label.category_CreateSubcategory parameters: - name: categoryTemplate-id @@ -9411,7 +9887,11 @@ paths: get: tags: - security.labelsRoot - summary: Get subcategories from security + summary: Get subcategoryTemplate + description: Read the properties and relationships of a subcategoryTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-1.0 operationId: security.label.category_GetSubcategory parameters: - name: categoryTemplate-id @@ -9573,8 +10053,11 @@ paths: get: tags: - security.labelsRoot - summary: Get citations from security - description: The specific rule or regulation created by a jurisdiction used to determine whether certain labels and content should be retained or deleted. + summary: List citationTemplates + description: Get a list of the citationTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0 operationId: security.label_ListCitation parameters: - $ref: '#/components/parameters/top' @@ -9624,7 +10107,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to citations for security + summary: Create citationTemplate + description: Create a new citationTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-1.0 operationId: security.label_CreateCitation requestBody: description: New navigation property @@ -9647,8 +10134,11 @@ paths: get: tags: - security.labelsRoot - summary: Get citations from security - description: The specific rule or regulation created by a jurisdiction used to determine whether certain labels and content should be retained or deleted. + summary: Get citationTemplate + description: Read the properties and relationships of a citationTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0 operationId: security.label_GetCitation parameters: - name: citationTemplate-id @@ -9723,7 +10213,11 @@ paths: delete: tags: - security.labelsRoot - summary: Delete navigation property citations for security + summary: Delete citationTemplate + description: Delete a citationTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-delete-citations?view=graph-rest-1.0 operationId: security.label_DeleteCitation parameters: - name: citationTemplate-id @@ -9764,8 +10258,11 @@ paths: get: tags: - security.labelsRoot - summary: Get departments from security - description: Specifies the department or business unit of an organization to which a label belongs. + summary: List departmentTemplates + description: Get a list of the departmentTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0 operationId: security.label_ListDepartment parameters: - $ref: '#/components/parameters/top' @@ -9815,7 +10312,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to departments for security + summary: Create departmentTemplate + description: Create a new departmentTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-1.0 operationId: security.label_CreateDepartment requestBody: description: New navigation property @@ -9838,8 +10339,11 @@ paths: get: tags: - security.labelsRoot - summary: Get departments from security - description: Specifies the department or business unit of an organization to which a label belongs. + summary: Get departmentTemplate + description: Read the properties and relationships of a departmentTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0 operationId: security.label_GetDepartment parameters: - name: departmentTemplate-id @@ -9914,7 +10418,11 @@ paths: delete: tags: - security.labelsRoot - summary: Delete navigation property departments for security + summary: Delete departmentTemplate + description: Delete a departmentTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-delete-departments?view=graph-rest-1.0 operationId: security.label_DeleteDepartment parameters: - name: departmentTemplate-id @@ -9955,8 +10463,11 @@ paths: get: tags: - security.labelsRoot - summary: Get filePlanReferences from security - description: Specifies a unique alpha-numeric identifier for an organization’s retention schedule. + summary: List filePlanReferenceTemplates + description: Get a list of the filePlanReferenceTemplate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0 operationId: security.label_ListFilePlanReference parameters: - $ref: '#/components/parameters/top' @@ -10006,7 +10517,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to filePlanReferences for security + summary: Create filePlanReferenceTemplate + description: Create a new filePlanReferenceTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-1.0 operationId: security.label_CreateFilePlanReference requestBody: description: New navigation property @@ -10029,8 +10544,11 @@ paths: get: tags: - security.labelsRoot - summary: Get filePlanReferences from security - description: Specifies a unique alpha-numeric identifier for an organization’s retention schedule. + summary: Get filePlanReferenceTemplate + description: Read the properties and relationships of a filePlanReferenceTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0 operationId: security.label_GetFilePlanReference parameters: - name: filePlanReferenceTemplate-id @@ -10105,7 +10623,11 @@ paths: delete: tags: - security.labelsRoot - summary: Delete navigation property filePlanReferences for security + summary: Delete filePlanReferenceTemplate + description: Delete a filePlanReferenceTemplate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-delete-fileplanreferences?view=graph-rest-1.0 operationId: security.label_DeleteFilePlanReference parameters: - name: filePlanReferenceTemplate-id @@ -10146,8 +10668,11 @@ paths: get: tags: - security.labelsRoot - summary: Get retentionLabels from security - description: 'Represents how customers can manage their data, whether and for how long to retain or delete it.' + summary: List retentionLabels + description: Get a list of the retentionLabel objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0 operationId: security.label_ListRetentionLabel parameters: - $ref: '#/components/parameters/top' @@ -10197,7 +10722,11 @@ paths: post: tags: - security.labelsRoot - summary: Create new navigation property to retentionLabels for security + summary: Create retentionLabel + description: 'Create a new retentionLabel object. To create a disposition review stage, include the actionAfterRetentionPeriod property in the request body with one of the possible values specified.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-1.0 operationId: security.label_CreateRetentionLabel requestBody: description: New navigation property @@ -10265,7 +10794,11 @@ paths: patch: tags: - security.labelsRoot - summary: Update the navigation property retentionLabels in security + summary: Update retentionLabel + description: 'Update the properties of a retentionLabel object. To update a disposition review stage, include the actionAfterRetentionPeriod property in the request body with one of the possible values specified.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0 operationId: security.label_UpdateRetentionLabel parameters: - name: retentionLabel-id @@ -10296,7 +10829,11 @@ paths: delete: tags: - security.labelsRoot - summary: Delete navigation property retentionLabels for security + summary: Delete retentionLabel + description: Delete a retentionLabel object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0 operationId: security.label_DeleteRetentionLabel parameters: - name: retentionLabel-id @@ -10957,6 +11494,7 @@ paths: tags: - security.Actions summary: Invoke action runHuntingQuery + description: 'Queries a specified set of event, activity, or entity data supported by Microsoft 365 Defender to proactively look for specific threats in your environment. This is the method for advanced hunting in Microsoft 365 Defender. This method includes a query in Kusto Query Language (KQL). It specifies a data table in the advanced hunting schema and a piped sequence of operators to filter or search that data, and format the query output in specific ways. Find out more about hunting for threats across devices, emails, apps, and identities. Learn about KQL. For information on using advanced hunting in the Microsoft 365 Defender portal, see Proactively hunt for threats with advanced hunting in Microsoft 365 Defender.' operationId: security_runHuntingQuery requestBody: description: Action parameters @@ -10988,7 +11526,11 @@ paths: get: tags: - security.secureScoreControlProfile - summary: Get secureScoreControlProfiles from security + summary: List secureScoreControlProfiles + description: Retrieve the properties and relationships of a secureScoreControlProfiles object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0 operationId: security_ListSecureScoreControlProfile parameters: - $ref: '#/components/parameters/top' @@ -11061,7 +11603,11 @@ paths: get: tags: - security.secureScoreControlProfile - summary: Get secureScoreControlProfiles from security + summary: Get secureScoreControlProfile + description: Retrieve the properties and relationships of an securescorecontrolprofile object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0 operationId: security_GetSecureScoreControlProfile parameters: - name: secureScoreControlProfile-id @@ -11105,7 +11651,11 @@ paths: patch: tags: - security.secureScoreControlProfile - summary: Update the navigation property secureScoreControlProfiles in security + summary: Update secureScoreControlProfile + description: 'Update an editable secureScoreControlProfile object within any integrated solution to change various properties, such as assignedTo or tenantNote.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0 operationId: security_UpdateSecureScoreControlProfile parameters: - name: secureScoreControlProfile-id @@ -11177,7 +11727,11 @@ paths: get: tags: - security.secureScore - summary: Get secureScores from security + summary: List secureScores + description: Retrieve a list of secureScore objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0 operationId: security_ListSecureScore parameters: - $ref: '#/components/parameters/top' @@ -11250,7 +11804,11 @@ paths: get: tags: - security.secureScore - summary: Get secureScores from security + summary: Get secureScore + description: Retrieve the properties and relationships of a secureScore object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0 operationId: security_GetSecureScore parameters: - name: secureScore-id @@ -12638,8 +13196,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get articleIndicators from security - description: 'Refers to indicators of threat or compromise highlighted in an article.Note: List retrieval is not yet supported.' + summary: Get articleIndicator + description: Read the properties and relationships of an articleIndicator object. operationId: security.threatIntelligence_ListArticleIndicator parameters: - $ref: '#/components/parameters/top' @@ -12712,8 +13270,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get articleIndicators from security - description: 'Refers to indicators of threat or compromise highlighted in an article.Note: List retrieval is not yet supported.' + summary: Get articleIndicator + description: Read the properties and relationships of an articleIndicator object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetArticleIndicator parameters: - name: articleIndicator-id @@ -12875,8 +13436,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get articles from security - description: A list of article objects. + summary: List articles + description: 'Get a list of article objects, including their properties and relationships.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0 operationId: security.threatIntelligence_ListArticle parameters: - $ref: '#/components/parameters/top' @@ -12949,8 +13513,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get articles from security - description: A list of article objects. + summary: Get article + description: Read the properties and relationships of an article object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetArticle parameters: - name: article-id @@ -13052,8 +13619,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get indicators from security - description: Indicators related to this article. + summary: List indicators + description: Get a list of articleIndicator objects that represent indicators of threat or compromise related to the contents of an article. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-article-list-indicators?view=graph-rest-1.0 operationId: security.threatIntelligence.article_ListIndicator parameters: - name: article-id @@ -13202,8 +13772,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostComponents from security - description: 'Retrieve details about hostComponent objects.Note: List retrieval is not yet supported.' + summary: Get hostComponent + description: Read the properties and relationships of a hostComponent object. operationId: security.threatIntelligence_ListHostComponent parameters: - $ref: '#/components/parameters/top' @@ -13276,8 +13846,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostComponents from security - description: 'Retrieve details about hostComponent objects.Note: List retrieval is not yet supported.' + summary: Get hostComponent + description: Read the properties and relationships of a hostComponent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetHostComponent parameters: - name: hostComponent-id @@ -13439,8 +14012,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostCookies from security - description: 'Retrieve details about hostCookie objects.Note: List retrieval is not yet supported.' + summary: Get hostCookie + description: Read the properties and relationships of a hostCookie object. operationId: security.threatIntelligence_ListHostCookie parameters: - $ref: '#/components/parameters/top' @@ -13513,8 +14086,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostCookies from security - description: 'Retrieve details about hostCookie objects.Note: List retrieval is not yet supported.' + summary: Get hostCookie + description: Read the properties and relationships of a hostCookie object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetHostCookie parameters: - name: hostCookie-id @@ -13676,8 +14252,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPairs from security - description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' + summary: Get hostPair + description: Read the properties and relationships of a hostPair object. operationId: security.threatIntelligence_ListHostPair parameters: - $ref: '#/components/parameters/top' @@ -13750,8 +14326,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPairs from security - description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' + summary: Get hostPair + description: Read the properties and relationships of a hostPair object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetHostPair parameters: - name: hostPair-id @@ -13959,8 +14538,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPorts from security - description: 'Retrieve details about hostPort objects.Note: List retrieval is not yet supported.' + summary: Get hostPort + description: Read the properties and relationships of a hostPort object. operationId: security.threatIntelligence_ListHostPort parameters: - $ref: '#/components/parameters/top' @@ -14033,8 +14612,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPorts from security - description: 'Retrieve details about hostPort objects.Note: List retrieval is not yet supported.' + summary: Get hostPort + description: Read the properties and relationships of a hostPort object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetHostPort parameters: - name: hostPort-id @@ -14242,8 +14824,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hosts from security - description: 'Refers to host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported.' + summary: Get host + description: 'Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types:' operationId: security.threatIntelligence_ListHost parameters: - $ref: '#/components/parameters/top' @@ -14316,8 +14898,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hosts from security - description: 'Refers to host objects that Microsoft Threat Intelligence has observed.Note: List retrieval is not yet supported.' + summary: Get host + description: 'Read the properties and relationships of a host object. The host resource is the abstract base type that returns an implementation. A host can be of one of the following types:' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetHost parameters: - name: host-id @@ -14419,8 +15004,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get childHostPairs from security - description: 'The hostPairs that are resources associated with a host, where that host is the parentHost and has an outgoing pairing to a childHost.' + summary: List childHostPairs + description: 'Get the list of hostPair resources associated with a host, where that host is the *parent* and has an outgoing pairing to a *child*. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0 operationId: security.threatIntelligence.host_ListChildHostPair parameters: - name: host-id @@ -14555,8 +15143,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get components from security - description: The hostComponents that are associated with this host. + summary: List components + description: Get a list of hostComponent resources. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-components?view=graph-rest-1.0 operationId: security.threatIntelligence.host_ListComponent parameters: - name: host-id @@ -14691,8 +15282,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get cookies from security - description: The hostCookies that are associated with this host. + summary: List cookies + description: Get a list of hostCookie resources. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-cookies?view=graph-rest-1.0 operationId: security.threatIntelligence.host_ListCookie parameters: - name: host-id @@ -14827,8 +15421,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostPairs from security - description: 'The hostPairs that are associated with this host, where this host is either the parentHost or childHost.' + summary: List hostPairs + description: 'Get the list of hostPair resources associated with a host, where that host is *either* the *parent* or the *child*.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-hostpairs?view=graph-rest-1.0 operationId: security.threatIntelligence.host_ListHostPair parameters: - name: host-id @@ -14963,8 +15560,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get parentHostPairs from security - description: 'The hostPairs that are associated with a host, where that host is the childHost and has an incoming pairing with a parentHost.' + summary: List parentHostPairs + description: 'Get the list of hostPair resources associated with a host, where that host is the *child* and has an incoming pairing with a *parent*.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0 operationId: security.threatIntelligence.host_ListParentHostPair parameters: - name: host-id @@ -15099,8 +15699,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get passiveDns from security - description: Passive DNS retrieval about this host. + summary: List passiveDns + description: 'Get a list of passiveDnsRecord resources associated with a host. This is a forward DNS lookup which queries the IP address of the specified host using its hostname. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0 operationId: security.threatIntelligence.host_ListPassiveDn parameters: - name: host-id @@ -15235,8 +15838,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get passiveDnsReverse from security - description: Reverse passive DNS retrieval about this host. + summary: List passiveDnsReverse + description: Get a collection of passiveDnsRecord resources from a reverse passive DNS retrieval. A reverse DNS lookup queries the hostname of a host using an IP address. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0 operationId: security.threatIntelligence.host_ListPassiveDnsReverse parameters: - name: host-id @@ -15371,8 +15977,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get ports from security - description: The hostPorts associated with a host. + summary: List hostPorts + description: Get the list of hostPort resources associated with a host. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-ports?view=graph-rest-1.0 operationId: security.threatIntelligence.host_ListPort parameters: - name: host-id @@ -15507,8 +16116,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get reputation from security - description: Represents a calculated reputation of this host. + summary: Get hostReputation + description: Get the properties and relationships of a hostReputation object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0 operationId: security.threatIntelligence.host_GetReputation parameters: - name: host-id @@ -15610,8 +16222,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get sslCertificates from security - description: The hostSslCertificates that are associated with this host. + summary: List hostSslCertificates + description: Get a list of hostSslCertificate objects from the host navigation property. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-sslcertificates?view=graph-rest-1.0 operationId: security.threatIntelligence.host_ListSslCertificate parameters: - name: host-id @@ -15746,8 +16361,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get subdomains from security - description: The subdomains that are associated with this host. + summary: List subdomains + description: Get the list of subdomain resources associated with a host. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0 operationId: security.threatIntelligence.host_ListSubdomain parameters: - name: host-id @@ -15882,8 +16500,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get trackers from security - description: The hostTrackers that are associated with this host. + summary: List trackers + description: Get a list of hostTracker resources. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-host-list-trackers?view=graph-rest-1.0 operationId: security.threatIntelligence.host_ListTracker parameters: - name: host-id @@ -16018,8 +16639,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get whois from security - description: The most recent whoisRecord for this host. + summary: Get whoisRecord + description: "Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:\n- Identify a host and get its current whoisRecord. \n- Specify an id value to get the corresponding whoisRecord." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0 operationId: security.threatIntelligence.host_GetWhoi parameters: - name: host-id @@ -16078,8 +16702,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostSslCertificates from security - description: 'Retrieve details about hostSslCertificate objects.Note: List retrieval is not yet supported.' + summary: Get hostSslCertificate + description: Get the properties and relationships of a hostSslCertificate object. operationId: security.threatIntelligence_ListHostSslCertificate parameters: - $ref: '#/components/parameters/top' @@ -16152,8 +16776,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostSslCertificates from security - description: 'Retrieve details about hostSslCertificate objects.Note: List retrieval is not yet supported.' + summary: Get hostSslCertificate + description: Get the properties and relationships of a hostSslCertificate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetHostSslCertificate parameters: - name: hostSslCertificate-id @@ -16361,8 +16988,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostTrackers from security - description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' + summary: Get hostTracker + description: Read the properties and relationships of a hostTracker object. operationId: security.threatIntelligence_ListHostTracker parameters: - $ref: '#/components/parameters/top' @@ -16435,8 +17062,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get hostTrackers from security - description: 'Retrieve details about hostTracker objects.Note: List retrieval is not yet supported.' + summary: Get hostTracker + description: Read the properties and relationships of a hostTracker object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetHostTracker parameters: - name: hostTracker-id @@ -16598,7 +17228,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get intelligenceProfileIndicators from security + summary: Get intelligenceProfileIndicator + description: Read the properties and relationships of a intelligenceProfileIndicator object. operationId: security.threatIntelligence_ListIntelligenceProfileIndicator parameters: - $ref: '#/components/parameters/top' @@ -16671,7 +17302,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get intelligenceProfileIndicators from security + summary: Get intelligenceProfileIndicator + description: Read the properties and relationships of a intelligenceProfileIndicator object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetIntelligenceProfileIndicator parameters: - name: intelligenceProfileIndicator-id @@ -16833,8 +17468,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get intelProfiles from security - description: A list of intelligenceProfile objects. + summary: List intelProfiles + description: Get a list of the intelligenceProfile objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0 operationId: security.threatIntelligence_ListIntelProfile parameters: - $ref: '#/components/parameters/top' @@ -16907,8 +17545,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get intelProfiles from security - description: A list of intelligenceProfile objects. + summary: Get intelligenceProfile + description: Read the properties and relationships of a intelligenceProfile object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetIntelProfile parameters: - name: intelligenceProfile-id @@ -17010,8 +17651,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get indicators from security - description: Includes an assemblage of high-fidelity network indicators of compromise. + summary: List indicators + description: Get the intelligenceProfileIndicator resources from the indicators navigation property of an intelligenceProfile. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0 operationId: security.threatIntelligence.intelProfile_ListIndicator parameters: - name: intelligenceProfile-id @@ -17160,8 +17804,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get passiveDnsRecords from security - description: 'Retrieve details about passiveDnsRecord objects.Note: List retrieval is not yet supported.' + summary: Get passiveDnsRecord + description: Read the properties and relationships of a passiveDnsRecord object. operationId: security.threatIntelligence_ListPassiveDnsRecord parameters: - $ref: '#/components/parameters/top' @@ -17234,8 +17878,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get passiveDnsRecords from security - description: 'Retrieve details about passiveDnsRecord objects.Note: List retrieval is not yet supported.' + summary: Get passiveDnsRecord + description: Read the properties and relationships of a passiveDnsRecord object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetPassiveDnsRecord parameters: - name: passiveDnsRecord-id @@ -17443,8 +18090,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get sslCertificates from security - description: 'Retrieve details about sslCertificate objects.Note: List retrieval is not yet supported.' + summary: List sslCertificates + description: Get a list of sslCertificate objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0 operationId: security.threatIntelligence_ListSslCertificate parameters: - $ref: '#/components/parameters/top' @@ -17517,8 +18167,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get sslCertificates from security - description: 'Retrieve details about sslCertificate objects.Note: List retrieval is not yet supported.' + summary: Get sslCertificate + description: Get the properties and relationships of an sslCertificate object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetSslCertificate parameters: - name: sslCertificate-id @@ -17770,8 +18423,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get subdomains from security - description: 'Retrieve details about the subdomain.Note: List retrieval is not yet supported.' + summary: Get subdomain + description: Read the properties and relationships of a subdomain object. operationId: security.threatIntelligence_ListSubdomain parameters: - $ref: '#/components/parameters/top' @@ -17844,8 +18497,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get subdomains from security - description: 'Retrieve details about the subdomain.Note: List retrieval is not yet supported.' + summary: Get subdomain + description: Read the properties and relationships of a subdomain object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetSubdomain parameters: - name: subdomain-id @@ -18007,8 +18663,8 @@ paths: get: tags: - security.threatIntelligence - summary: Get vulnerabilities from security - description: 'Retrieve details about vulnerabilities.Note: List retrieval is not yet supported.' + summary: Get vulnerability + description: Read the properties and relationships of a vulnerability object. operationId: security.threatIntelligence_ListVulnerability parameters: - $ref: '#/components/parameters/top' @@ -18081,8 +18737,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get vulnerabilities from security - description: 'Retrieve details about vulnerabilities.Note: List retrieval is not yet supported.' + summary: Get vulnerability + description: Read the properties and relationships of a vulnerability object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetVulnerability parameters: - name: vulnerability-id @@ -18320,8 +18979,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get components from security - description: Components related to this vulnerability article. + summary: List components + description: Get a list of vulnerabilityComponent objects related to a known vulnerability. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0 operationId: security.threatIntelligence.vulnerability_ListComponent parameters: - name: vulnerability-id @@ -18411,8 +19073,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get components from security - description: Components related to this vulnerability article. + summary: Get vulnerabilityComponent + description: Read the properties and relationships of a vulnerabilityComponent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0 operationId: security.threatIntelligence.vulnerability_GetComponent parameters: - name: vulnerability-id @@ -18811,8 +19476,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get whoisRecords from security - description: A list of whoisRecord objects. + summary: List whoisRecords + description: Get a list of whoisRecord objects. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0 operationId: security.threatIntelligence_ListWhoisRecord parameters: - $ref: '#/components/parameters/top' @@ -18885,8 +19553,11 @@ paths: get: tags: - security.threatIntelligence - summary: Get whoisRecords from security - description: A list of whoisRecord objects. + summary: Get whoisRecord + description: "Get the specified whoisRecord resource. Specify the desired whoisRecord in one of the following two ways:\n- Identify a host and get its current whoisRecord. \n- Specify an id value to get the corresponding whoisRecord." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0 operationId: security.threatIntelligence_GetWhoisRecord parameters: - name: whoisRecord-id @@ -19261,7 +19932,11 @@ paths: get: tags: - security.triggersRoot - summary: Get retentionEvents from security + summary: List retentionEvents + description: Get a list of the retentionEvent objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0 operationId: security.trigger_ListRetentionEvent parameters: - $ref: '#/components/parameters/top' @@ -19311,7 +19986,11 @@ paths: post: tags: - security.triggersRoot - summary: Create new navigation property to retentionEvents for security + summary: Create retentionEvent + description: Create a new retentionEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0 operationId: security.trigger_CreateRetentionEvent requestBody: description: New navigation property @@ -19334,7 +20013,11 @@ paths: get: tags: - security.triggersRoot - summary: Get retentionEvents from security + summary: Get retentionEvent + description: Read the properties and relationships of a retentionEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0 operationId: security.trigger_GetRetentionEvent parameters: - name: retentionEvent-id @@ -19409,7 +20092,11 @@ paths: delete: tags: - security.triggersRoot - summary: Delete navigation property retentionEvents for security + summary: Delete retentionEvent + description: Delete a retentionEvent object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0 operationId: security.trigger_DeleteRetentionEvent parameters: - name: retentionEvent-id @@ -19573,7 +20260,11 @@ paths: get: tags: - security.triggerTypesRoot - summary: Get retentionEventTypes from security + summary: List retentionEventTypes + description: Get a list of the retentionEventType objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0 operationId: security.triggerType_ListRetentionEventType parameters: - $ref: '#/components/parameters/top' @@ -19623,7 +20314,11 @@ paths: post: tags: - security.triggerTypesRoot - summary: Create new navigation property to retentionEventTypes for security + summary: Create retentionEventType + description: Create a new retentionEventType object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0 operationId: security.triggerType_CreateRetentionEventType requestBody: description: New navigation property @@ -19646,7 +20341,11 @@ paths: get: tags: - security.triggerTypesRoot - summary: Get retentionEventTypes from security + summary: Get retentionEventType + description: Read the properties and relationships of a retentionEventType object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0 operationId: security.triggerType_GetRetentionEventType parameters: - name: retentionEventType-id @@ -19721,7 +20420,11 @@ paths: delete: tags: - security.triggerTypesRoot - summary: Delete navigation property retentionEventTypes for security + summary: Delete retentionEventType + description: Delete a retentionEventType object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0 operationId: security.triggerType_DeleteRetentionEventType parameters: - name: retentionEventType-id @@ -19781,6 +20484,8 @@ components: $ref: '#/components/schemas/microsoft.graph.attackSimulationRoot' cases: $ref: '#/components/schemas/microsoft.graph.security.casesRoot' + identities: + $ref: '#/components/schemas/microsoft.graph.security.identityContainer' incidents: type: array items: @@ -20020,6 +20725,7 @@ components: nullable: true alertWebUrl: type: string + description: URL for the Microsoft 365 Defender portal alert page. nullable: true assignedTo: type: string @@ -20093,6 +20799,7 @@ components: description: 'The attack techniques, as aligned with the MITRE ATT&CK framework.' productName: type: string + description: The name of the product which published this alert. nullable: true providerAlertId: type: string @@ -21079,7 +21786,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 cannot be a dynamic group (that is, groupTypes cannot 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 @@ -21138,7 +21845,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. 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 @@ -21593,6 +22300,71 @@ components: $ref: '#/components/schemas/microsoft.graph.security.topicModelingSettings' additionalProperties: type: object + microsoft.graph.security.identityContainer: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: identityContainer + type: object + properties: + healthIssues: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.healthIssue' + x-ms-navigationProperty: true + additionalProperties: + type: object + microsoft.graph.security.healthIssue: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: healthIssue + type: object + properties: + additionalInformation: + type: array + items: + type: string + 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 + description: + type: string + displayName: + type: string + nullable: true + domainNames: + type: array + items: + type: string + nullable: true + healthIssueType: + $ref: '#/components/schemas/microsoft.graph.security.healthIssueType' + issueTypeId: + type: string + 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 + format: date-time + recommendations: + type: array + items: + type: string + recommendedActionCommands: + type: array + items: + type: string + sensorDNSNames: + type: array + items: + type: string + nullable: true + severity: + $ref: '#/components/schemas/microsoft.graph.security.healthIssueSeverity' + status: + $ref: '#/components/schemas/microsoft.graph.security.healthIssueStatus' + additionalProperties: + type: object microsoft.graph.security.incident: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -21735,6 +22507,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.subcategoryTemplate' + description: Represents all subcategories under a particular category. x-ms-navigationProperty: true additionalProperties: type: object @@ -21885,7 +22658,7 @@ components: description: A collection of reviewers at each stage. stageNumber: type: string - description: The sequence number for each stage of the disposition review. + description: The unique sequence number for each stage of the disposition review. additionalProperties: type: object microsoft.graph.security.retentionEventType: @@ -22010,15 +22783,18 @@ components: items: type: string nullable: true - description: 'List of threats the control mitigates (accountBreach, dataDeletion, dataExfiltration, dataSpillage,' + description: 'List of threats the control mitigates (accountBreach, dataDeletion, dataExfiltration, dataSpillage, elevationOfPrivilege, maliciousInsider, passwordCracking, phishingOrWhaling, spoofing).' tier: type: string + description: 'Control tier (Core, Defense in Depth, Advanced.)' nullable: true title: type: string + description: Title of the control. nullable: true userImpact: type: string + description: 'User impact of implementing control (low, moderate, high).' nullable: true vendorInformation: $ref: '#/components/schemas/microsoft.graph.securityVendorInformation' @@ -22294,7 +23070,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: @@ -23721,6 +24497,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.security.eventPropagationResult' + description: Represents the success status of a created event and additional information. eventQueries: type: array items: @@ -24602,7 +25379,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.payloadCoachmark' - description: Payload coachmark details. content: type: string description: Payload content details. @@ -25414,6 +26190,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: @@ -26290,6 +27067,29 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.security.healthIssueType: + title: healthIssueType + enum: + - sensor + - global + - unknownFutureValue + type: string + microsoft.graph.security.healthIssueSeverity: + title: healthIssueSeverity + enum: + - low + - medium + - high + - unknownFutureValue + type: string + microsoft.graph.security.healthIssueStatus: + title: healthIssueStatus + enum: + - open + - closed + - suppressed + - unknownFutureValue + type: string microsoft.graph.security.incidentStatus: title: incidentStatus enum: @@ -26384,9 +27184,11 @@ components: properties: citationJurisdiction: type: string + description: Represents the jurisdiction or agency that published the filePlanCitation. nullable: true citationUrl: type: string + description: Represents the URL to the published filePlanCitation. nullable: true additionalProperties: type: object @@ -28101,6 +28903,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: @@ -28122,6 +28925,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -29600,6 +30404,19 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.security.healthIssueCollectionResponse: + title: Collection of healthIssue + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.security.healthIssue' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.security.incidentCollectionResponse: title: Collection of incident type: object @@ -31829,6 +32646,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 @@ -32078,13 +32896,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: @@ -32096,7 +32914,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' @@ -32584,7 +33402,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -32643,6 +33460,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: @@ -33726,6 +34544,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: @@ -36062,7 +36881,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 @@ -36472,7 +37291,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object @@ -37194,6 +38013,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -37203,6 +38023,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 @@ -38684,6 +39505,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -39979,6 +40801,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 @@ -40894,6 +41762,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 @@ -40903,10 +41772,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' @@ -40914,15 +41784,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: @@ -41398,21 +42271,27 @@ 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' additionalProperties: @@ -41824,6 +42703,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.security.ediscoveryReviewTagCollectionResponse' + microsoft.graph.security.healthIssueCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.security.healthIssueCollectionResponse' microsoft.graph.security.incidentCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index a580364907c..c086d3df653 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -87,7 +87,11 @@ paths: get: tags: - admin.sharepoint - summary: Get settings from admin + summary: Get settings + description: Get the tenant-level settings for SharePoint and OneDrive. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0 operationId: admin.sharepoint_GetSetting parameters: - name: $select @@ -123,7 +127,11 @@ paths: patch: tags: - admin.sharepoint - summary: Update the navigation property settings in admin + summary: Update settings + description: Update one or more tenant-level settings for SharePoint and OneDrive. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0 operationId: admin.sharepoint_UpdateSetting requestBody: description: New navigation property values @@ -1174,7 +1182,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -1231,7 +1238,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete content for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.site.analytic.itemActivityStat.activity_DeleteDriveItemContent + 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: 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' '/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count': get: tags: @@ -8254,7 +8310,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -8311,7 +8366,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - groups.site + summary: Delete content for the navigation property driveItem in groups + description: 'The content stream, if the item represents a file.' + operationId: group.site.list.item_DeleteDriveItemContent + 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: 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: 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}/lists/{list-id}/items/{listItem-id}/fields': get: tags: @@ -16035,7 +16139,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -16108,14 +16211,12 @@ paths: $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/{onenotePage-id}/parentNotebook': - get: + delete: 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: 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 @@ -16165,43 +16266,24 @@ 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 + - 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.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}/pages/{onenotePage-id}/parentSection': + '/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 parentSection from groups - description: The section that contains the page. Read-only. - operationId: group.site.onenote.notebook.sectionGroup.section.page_GetParentSection + 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 @@ -16277,16 +16359,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/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': + '/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 the number of the resource - operationId: group.site.onenote.notebook.sectionGroup.section.page_GetCount + 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 @@ -16328,61 +16411,14 @@ paths: 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/notebooks/{notebook-id}/sectionGroups/{sectionGroup-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.sectionGroup.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: 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 @@ -16409,17 +16445,16 @@ 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}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count': 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 the number of the resource + operationId: group.site.onenote.notebook.sectionGroup.section.page_GetCount parameters: - name: group-id in: path @@ -16461,42 +16496,175 @@ 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 + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' responses: 2XX: - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.sectionGroup' + $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/$count': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook': get: tags: - groups.site - summary: Get the number of the resource - operationId: group.site.onenote.notebook.sectionGroup.section_GetCount + 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 + 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: 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.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}/parentSectionGroup': + 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 + 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: 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/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.onenote.notebook.sectionGroup.section_GetCount parameters: - name: group-id in: path @@ -17269,7 +17437,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -17334,14 +17501,12 @@ paths: $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}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': - get: + delete: 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: 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 @@ -17383,43 +17548,24 @@ 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 + - 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.notebook' + 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/{onenotePage-id}/parentSection': + '/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': 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 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 @@ -17487,16 +17633,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/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$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.section.page_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 @@ -17530,53 +17677,130 @@ paths: 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/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 + - 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 + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved 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}/sections/{onenoteSection-id}/pages/$count': + get: + tags: + - groups.site + summary: Get the number of the resource + operationId: group.site.onenote.notebook.section.page_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: 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 + - $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 + schema: + type: string + x-ms-docs-key-type: onenoteSection - name: $select in: query description: Select properties to be returned @@ -18333,7 +18557,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -18382,7 +18605,48 @@ 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_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: @@ -18837,7 +19101,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -18886,7 +19149,48 @@ paths: $ref: '#/components/schemas/microsoft.graph.onenoteResource' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + 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 + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/sites/{site-id}/onenote/resources/$count': get: tags: @@ -20177,7 +20481,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -20242,7 +20545,64 @@ 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.sectionGroup.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: 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 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook': get: tags: @@ -21259,7 +21619,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.site @@ -21316,7 +21675,56 @@ 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.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: 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: @@ -64252,7 +64660,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.itemAnalytics @@ -64301,7 +64708,6 @@ paths: $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/$count': get: tags: @@ -64403,8 +64809,11 @@ paths: get: tags: - sites.columnDefinition - summary: Get columns from sites - description: The collection of column definitions reusable across lists under this site. + 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 @@ -64462,7 +64871,11 @@ paths: post: tags: - sites.columnDefinition - summary: Create new navigation property to columns for sites + 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 @@ -64697,8 +65110,11 @@ paths: get: tags: - sites.contentType - summary: Get contentTypes from sites - description: The collection of content types defined for this site. + 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 @@ -64756,7 +65172,11 @@ paths: post: tags: - sites.contentType - summary: Create new navigation property to contentTypes for sites + 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 parameters: - name: site-id @@ -64788,8 +65208,11 @@ paths: get: tags: - sites.contentType - summary: Get contentTypes from sites - description: The collection of content types defined for this site. + 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 parameters: - name: site-id @@ -64841,7 +65264,11 @@ paths: patch: tags: - sites.contentType - summary: Update the navigation property contentTypes in sites + 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 parameters: - name: site-id @@ -64880,7 +65307,11 @@ paths: delete: tags: - sites.contentType - summary: Delete navigation property contentTypes for sites + 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 parameters: - name: site-id @@ -65577,8 +66008,11 @@ paths: get: tags: - sites.contentType - summary: Get columns from sites - description: The collection of column definitions for this content type. + 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/contenttype-list-columns?view=graph-rest-1.0 operationId: site.contentType_ListColumn parameters: - name: site-id @@ -65644,7 +66078,11 @@ paths: post: tags: - sites.contentType - summary: Create new navigation property to columns for sites + 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/contenttype-post-columns?view=graph-rest-1.0 operationId: site.contentType_CreateColumn parameters: - name: site-id @@ -65684,8 +66122,11 @@ paths: get: tags: - sites.contentType - summary: Get columns from sites - description: The collection of column definitions for this content type. + 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 @@ -65745,7 +66186,11 @@ paths: patch: tags: - sites.contentType - summary: Update the navigation property columns in sites + 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 @@ -65792,7 +66237,11 @@ paths: delete: tags: - sites.contentType - summary: Delete navigation property columns for sites + 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 @@ -66633,8 +67082,11 @@ paths: get: tags: - sites.list - summary: Get lists from sites - description: The collection of lists under this site. + 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 @@ -66692,7 +67144,11 @@ paths: post: tags: - sites.list - summary: Create new navigation property to lists for sites + 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 @@ -66724,8 +67180,11 @@ paths: get: tags: - sites.list - summary: Get lists from sites - description: The collection of lists under this site. + summary: Get metadata for a list + description: Returns the metadata for a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0 operationId: site_GetList parameters: - name: site-id @@ -66851,8 +67310,11 @@ paths: get: tags: - sites.list - summary: Get columns from sites - description: The collection of field definitions for this list. + 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 @@ -66918,7 +67380,11 @@ paths: post: tags: - sites.list - summary: Create new navigation property to columns for sites + 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 @@ -67201,8 +67667,11 @@ paths: get: tags: - sites.list - summary: Get contentTypes from sites - description: The collection of content types present in this 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/list-list-contenttypes?view=graph-rest-1.0 operationId: site.list_ListContentType parameters: - name: site-id @@ -69389,8 +69858,11 @@ paths: get: tags: - sites.list - summary: Get items from sites - description: All items contained in the 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 @@ -69413,6 +69885,7 @@ paths: - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values @@ -69455,7 +69928,11 @@ paths: post: tags: - sites.list - summary: Create new navigation property to items for sites + 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 @@ -69495,8 +69972,11 @@ paths: get: tags: - sites.list - summary: Get items from sites - description: All items contained in the 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 @@ -69603,7 +70083,11 @@ paths: delete: tags: - sites.list - summary: Delete navigation property items for sites + 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 parameters: - name: site-id @@ -70657,7 +71141,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - sites.list @@ -70706,7 +71189,6 @@ paths: $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields': get: tags: @@ -77961,8 +78443,11 @@ paths: get: tags: - sites.richLongRunningOperation - summary: Get operations from sites - description: The collection of long-running operations on the site. + summary: List operations on a site + description: Get a list of rich long-running operations associated with a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0 operationId: site_ListOperation parameters: - name: site-id @@ -78052,8 +78537,11 @@ paths: get: tags: - sites.richLongRunningOperation - summary: Get operations from sites - description: The collection of long-running operations on the site. + summary: Get richLongRunningOperation + description: Get the status of a rich long-running operation on a site or a list. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0 operationId: site_GetOperation parameters: - name: site-id @@ -78201,8 +78689,11 @@ paths: get: tags: - sites.baseSitePage - summary: Get pages from sites - description: The collection of pages in the baseSitePages list in this site. + summary: List baseSitePages + description: Get the collection of baseSitePage objects from the site pages list in a site. All pages in the site are returned (with pagination). Sort alphabetically by name in ascending order. The following table lists the available subtypes. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0 operationId: site_ListPage parameters: - name: site-id @@ -78260,7 +78751,11 @@ paths: post: tags: - sites.baseSitePage - summary: Create new navigation property to pages for sites + summary: Create a page in the site pages list of a site + description: Create a new sitePage in the site pages list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0 operationId: site_CreatePage parameters: - name: site-id @@ -78292,8 +78787,11 @@ paths: get: tags: - sites.baseSitePage - summary: Get pages from sites - description: The collection of pages in the baseSitePages list in this site. + summary: Get baseSitePage + description: Get the metadata for a baseSitePage in the site pages list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0 operationId: site_GetPage parameters: - name: site-id @@ -78384,7 +78882,11 @@ paths: delete: tags: - sites.baseSitePage - summary: Delete navigation property pages for sites + summary: Delete baseSitePage + description: Delete a baseSitePage from the site pages list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0 operationId: site_DeletePage parameters: - name: site-id @@ -78903,7 +79405,11 @@ paths: get: tags: - sites.baseSitePage - summary: Get the item of type microsoft.graph.baseSitePage as microsoft.graph.sitePage + summary: Get SitePage + description: Returns the metadata for a sitePage in the site pages list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0 operationId: site_GetPageAsSitePage parameters: - name: site-id @@ -81302,7 +81808,11 @@ paths: delete: tags: - sites.baseSitePage - summary: Delete navigation property webParts for sites + summary: Delete webPart + description: Delete a webPart object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0 operationId: site.pageAsSitePage_DeleteWebPart parameters: - name: site-id @@ -81438,7 +81948,11 @@ paths: get: tags: - sites.baseSitePage - summary: Get the items of type microsoft.graph.sitePage in the microsoft.graph.baseSitePage collection + summary: Get SitePage + description: Returns the metadata for a sitePage in the site pages list in a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0 operationId: site_ListPageAsSitePage parameters: - name: site-id @@ -81518,8 +82032,11 @@ paths: get: tags: - sites.permission - summary: Get permissions from sites - description: The permissions associated with the site. Nullable. + summary: List permissions + description: Get the permission resources from the permissions navigation property on a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0 operationId: site_ListPermission parameters: - name: site-id @@ -81577,7 +82094,11 @@ paths: post: tags: - sites.permission - summary: Create new navigation property to permissions for sites + summary: Create permission + description: 'Create a new permission object on a site. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0 operationId: site_CreatePermission parameters: - name: site-id @@ -81609,8 +82130,11 @@ paths: get: tags: - sites.permission - summary: Get permissions from sites - description: The permissions associated with the site. Nullable. + summary: Get permission + description: Retrieve the properties and relationships of a permission object on a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0 operationId: site_GetPermission parameters: - name: site-id @@ -81662,7 +82186,11 @@ paths: patch: tags: - sites.permission - summary: Update the navigation property permissions in sites + summary: Update permission + description: 'Update an application permission object on a site. ' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0 operationId: site_UpdatePermission parameters: - name: site-id @@ -81701,7 +82229,11 @@ paths: delete: tags: - sites.permission - summary: Delete navigation property permissions for sites + summary: Delete permission + description: Delete a permission object on a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0 operationId: site_DeletePermission parameters: - name: site-id @@ -81828,8 +82360,11 @@ paths: get: tags: - sites.site - summary: Get sites from sites - description: The collection of the sub-sites under this site. + summary: List subsites for a site + description: Get a collection of subsites defined for a site. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0 operationId: site_ListSite parameters: - name: site-id @@ -81964,8 +82499,11 @@ paths: get: tags: - sites.store - summary: Get termStore from sites - description: The default termStore under this site. + summary: Get store + description: Read the properties and relationships of a store object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0 operationId: site_GetTermStore parameters: - name: site-id @@ -82009,7 +82547,11 @@ paths: patch: tags: - sites.store - summary: Update the navigation property termStore in sites + summary: Update store + description: Update the properties of a store object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0 operationId: site_UpdateTermStore parameters: - name: site-id @@ -82067,8 +82609,11 @@ paths: get: tags: - sites.store - summary: Get groups from sites - description: Collection of all groups available in the term store. + summary: List termStore groups + description: Get a list of group objects in a term store. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0 operationId: site.termStore_ListGroup parameters: - name: site-id @@ -82126,7 +82671,11 @@ paths: post: tags: - sites.store - summary: Create new navigation property to groups for sites + summary: Create termStore group + description: Create a new group object in a term store. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0 operationId: site.termStore_CreateGroup parameters: - name: site-id @@ -82158,8 +82707,11 @@ paths: get: tags: - sites.store - summary: Get groups from sites - description: Collection of all groups available in the term store. + summary: Get group + description: Read the properties and relationships of a term store group object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0 operationId: site.termStore_GetGroup parameters: - name: site-id @@ -82250,7 +82802,11 @@ paths: delete: tags: - sites.store - summary: Delete navigation property groups for sites + summary: Delete group + description: 'Delete a group object in a term [store].' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0 operationId: site.termStore_DeleteGroup parameters: - name: site-id @@ -82285,8 +82841,11 @@ paths: get: tags: - sites.store - summary: Get sets from sites - description: 'All sets under the group in a term [store].' + summary: List sets + description: Get a list of the set objects and their properties. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0 operationId: site.termStore.group_ListSet parameters: - name: site-id @@ -87644,8 +88203,8 @@ paths: get: tags: - sites.store - summary: Get sets from sites - description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. + summary: Get set + description: Read the properties and relationships of a set object. operationId: site.termStore_ListSet parameters: - name: site-id @@ -87703,7 +88262,11 @@ paths: post: tags: - sites.store - summary: Create new navigation property to sets for sites + summary: Create termStore set + description: Create a new set object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0 operationId: site.termStore_CreateSet parameters: - name: site-id @@ -87735,8 +88298,11 @@ paths: get: tags: - sites.store - summary: Get sets from sites - description: Collection of all sets available in the term store. This relationship can only be used to load a specific term set. + summary: Get set + description: Read the properties and relationships of a set object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0 operationId: site.termStore_GetSet parameters: - name: site-id @@ -87788,7 +88354,11 @@ paths: patch: tags: - sites.store - summary: Update the navigation property sets in sites + summary: Update set + description: Update the properties of a set object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0 operationId: site.termStore_UpdateSet parameters: - name: site-id @@ -87827,7 +88397,11 @@ paths: delete: tags: - sites.store - summary: Delete navigation property sets for sites + summary: Delete set + description: Delete a set object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0 operationId: site.termStore_DeleteSet parameters: - name: site-id @@ -87862,8 +88436,11 @@ paths: get: tags: - sites.store - summary: Get children from sites - description: 'Children terms of set in term [store].' + summary: List children + description: 'Get the first level children of a [set] or [term] resource using the children navigation property.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0 operationId: site.termStore.set_ListChild parameters: - name: site-id @@ -87929,7 +88506,11 @@ paths: post: tags: - sites.store - summary: Create new navigation property to children for sites + summary: Create term + description: Create a new term object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0 operationId: site.termStore.set_CreateChild parameters: - name: site-id @@ -95095,8 +95676,11 @@ paths: get: tags: - sites.store - summary: Get relations from sites - description: Indicates which terms have been pinned or reused directly under the set. + summary: List relations + description: 'Get the different relation of a [term] or [set] from the relations navigation property.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0 operationId: site.termStore.set_ListRelation parameters: - name: site-id @@ -95737,7 +96321,11 @@ paths: patch: tags: - sites.store - summary: Update the navigation property terms in sites + summary: Update term + description: Update the properties of a term object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0 operationId: site.termStore.set_UpdateTerm parameters: - name: site-id @@ -95784,7 +96372,11 @@ paths: delete: tags: - sites.store - summary: Delete navigation property terms for sites + summary: Delete term + description: Delete a term object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0 operationId: site.termStore.set_DeleteTerm parameters: - name: site-id @@ -122732,13 +123324,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: @@ -122750,7 +123342,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' @@ -130677,6 +131269,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 diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index 2473d6e5685..beefe97e8e7 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 @@ -761,8 +781,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 +843,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 +879,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 +974,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 +1291,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 +1353,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 +1389,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 +1484,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 +1601,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 +1663,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 +1699,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 +1829,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 +1939,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 @@ -2030,6 +2094,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_GetHostedContentsContent parameters: - name: chat-id @@ -2066,11 +2131,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 +2175,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 +2958,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 +3003,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 +3055,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 +3759,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 +4002,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 +4064,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 +4192,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 +4307,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 +4369,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 +4405,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 +4461,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 +4504,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 @@ -4567,7 +4755,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 +5262,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.team @@ -5111,7 +5302,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 +6185,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 +6220,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 +6230,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 +6282,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 +7011,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 +7054,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 +7064,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 +7124,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: @@ -9295,6 +9613,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 +9624,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 +9634,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 +9662,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 +9870,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - groups.team @@ -9566,7 +9902,32 @@ 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.primaryChannel_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: 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/members': get: tags: @@ -10288,6 +10649,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 +10676,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 +10686,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 +10730,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 +11363,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 +11398,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 +11408,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 +11460,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: @@ -14840,8 +15279,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 +15418,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 +15480,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 +15516,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 +15572,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 +15615,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 +15654,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 +15748,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teams.channel @@ -15326,13 +15788,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 +15896,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 +15940,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 +16004,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 +16055,11 @@ paths: delete: tags: - teams.channel - summary: Delete navigation property members for teams + summary: Remove member from channel + description: Delete a conversationMember from 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-delete-members?view=graph-rest-1.0 operationId: team.channel_DeleteMember parameters: - name: team-id @@ -15683,8 +16196,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 +16266,11 @@ paths: post: tags: - teams.channel - summary: Create new navigation property to messages for teams + 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/channel-post-messages?view=graph-rest-1.0 operationId: team.channel_CreateMessage parameters: - name: team-id @@ -15790,8 +16310,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 +16374,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 @@ -16240,6 +16767,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.channel.message_GetHostedContentsContent parameters: - name: team-id @@ -16274,13 +16802,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 +16812,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 +16864,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: @@ -17205,6 +17775,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.channel.message.reply_GetHostedContentsContent parameters: - name: team-id @@ -17247,13 +17818,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 +17828,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 +17888,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: @@ -18013,8 +18634,11 @@ paths: 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 +18744,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 +18855,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 @@ -18546,8 +19177,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 +19247,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 +19291,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 +19355,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 +19406,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 @@ -19129,8 +19778,11 @@ paths: get: tags: - teams.channel - summary: Get incomingChannels from teams - description: List of channels shared with the team. + 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 @@ -19265,8 +19917,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 +19979,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 +20015,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 +20110,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 +20324,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 +20386,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 +20422,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 +20478,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 +20521,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 +21073,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 +21316,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 +21364,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 @@ -20707,6 +21401,7 @@ paths: tags: - teams.profilePhoto summary: Get media content for the navigation property photo from teams + description: The profile photo for the team. operationId: team_GetPhotoContent parameters: - name: team-id @@ -20717,13 +21412,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 +21422,11 @@ 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 + description: The profile photo for the team. operationId: team_SetPhotoContent parameters: - name: team-id @@ -20762,13 +21450,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 +21661,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teams.channel @@ -20978,7 +21693,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 +22496,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 +22523,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 +22533,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 +22577,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 +23360,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 +23395,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 +23405,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 +23457,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: @@ -24020,8 +24838,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 +24886,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 +24997,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 +25059,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 +25095,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 +25247,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 +25309,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 +25345,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 +25497,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 +25559,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 +25595,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 +25651,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 +25694,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 +25755,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 @@ -24941,7 +25807,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 +25843,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 @@ -25016,7 +25889,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 +25932,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 +25993,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 @@ -25161,7 +26045,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 +26081,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 @@ -25236,7 +26127,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 +26170,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 +26231,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 +26293,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 +26329,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 +26481,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 @@ -25621,7 +26533,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 +26569,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 @@ -25696,7 +26615,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 +26658,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 +26719,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 @@ -25873,8 +26803,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 @@ -25955,7 +26888,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 +26949,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 @@ -26061,7 +27001,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 +27037,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 @@ -26136,7 +27083,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 +27126,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 +27187,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 +27249,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 +27285,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 +27341,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 +27384,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 +27423,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 +27493,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 +27537,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 +27648,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 +27943,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 +28017,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 +28162,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 +28651,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - teamwork.deletedTeam @@ -27699,7 +28691,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 +29638,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 +29673,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 +29683,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,7 +29735,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - teamwork.deletedTeam + 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 + 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: 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' '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count': get: tags: @@ -29578,6 +30646,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,84 +30689,134 @@ 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 - content: - application/octet-stream: - schema: - type: string - 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 - operationId: teamwork.deletedTeam.channel.message.reply_SetHostedContentsContent - 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 - - name: chatMessageHostedContent-id - in: path - description: The unique identifier of chatMessageHostedContent - required: true + responses: + 2XX: + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + 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 + 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 + - name: chatMessageHostedContent-id + in: path + description: The unique identifier of chatMessageHostedContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: chatMessageHostedContent + 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' + delete: + tags: + - teamwork.deletedTeam + 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 + 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 + - 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 - x-ms-docs-key-type: chatMessageHostedContent - 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 '/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -31511,8 +32630,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 +32670,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 +32715,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 +32769,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 +32796,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 +32844,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 +32879,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 +32924,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 +33018,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 +34532,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 +34567,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 +34577,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 +34629,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 +35358,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 +35401,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 +35411,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 +35471,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: @@ -36133,30 +37381,77 @@ paths: schema: type: string x-ms-docs-key-type: channel - - name: $format - in: query - description: Format of the content - style: form - explode: false - schema: - type: string + - 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: + - users.team + summary: Update content for the navigation property filesFolder in users + description: 'The content stream, if the item represents a file.' + operationId: user.joinedTeam.channel_SetFilesFolderContent + 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 + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true responses: 2XX: - description: Retrieved media content + description: Success content: - application/octet-stream: + application/json: schema: - type: string - format: binary + $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - put: + delete: tags: - users.team - summary: Update content for the navigation property filesFolder in users + summary: Delete content for the navigation property filesFolder in users description: 'The content stream, if the item represents a file.' - operationId: user.joinedTeam.channel_SetFilesFolderContent + operationId: user.joinedTeam.channel_DeleteFilesFolderContent parameters: - name: user-id in: path @@ -36182,24 +37477,17 @@ paths: schema: type: string x-ms-docs-key-type: channel - 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 - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.driveItem' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation '/users/{user-id}/joinedTeams/{team-id}/channels/{channel-id}/members': get: tags: @@ -37177,6 +38465,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 +38508,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 +38518,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 +38578,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 +39403,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 +39454,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 +39464,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 +39532,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: @@ -41071,6 +42469,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 +42488,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 +42498,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 +42534,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 +42790,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.team @@ -41406,7 +42830,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 +43713,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 +43748,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 +43758,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,7 +43810,56 @@ 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_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: 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}/hostedContents/$count': get: tags: @@ -42736,90 +44236,231 @@ paths: 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.chatMessageHostedContentCollectionResponse' - 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 hostedContents for users - operationId: user.joinedTeam.primaryChannel.message.reply_CreateHostedContent - 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 + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + $ref: '#/components/responses/microsoft.graph.chatMessageHostedContentCollectionResponse' + 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 hostedContents for users + operationId: user.joinedTeam.primaryChannel.message.reply_CreateHostedContent + 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 + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': + get: + tags: + - users.team + summary: Get hostedContents from users + description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' + operationId: user.joinedTeam.primaryChannel.message.reply_GetHostedContent + 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: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.team + summary: Update the navigation property hostedContents in users + operationId: user.joinedTeam.primaryChannel.message.reply_UpdateHostedContent + 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 chatMessage + description: The unique identifier of chatMessageHostedContent required: true style: simple schema: type: string - x-ms-docs-key-type: chatMessage + x-ms-docs-key-type: chatMessageHostedContent requestBody: - description: New navigation property + description: New navigation property values content: application/json: schema: @@ -42827,7 +44468,7 @@ paths: required: true responses: 2XX: - description: Created navigation property. + description: Success content: application/json: schema: @@ -42835,13 +44476,11 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}': - get: + delete: tags: - users.team - summary: Get hostedContents from users - description: 'Content in a message hosted by Microsoft Teams - for example, images or code snippets.' - operationId: user.joinedTeam.primaryChannel.message.reply_GetHostedContent + summary: Delete navigation property hostedContents for users + operationId: user.joinedTeam.primaryChannel.message.reply_DeleteHostedContent parameters: - name: user-id in: path @@ -42883,41 +44522,25 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: $select - in: query - description: Select properties to be returned - 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.chatMessageHostedContent' + description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - patch: + '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': + get: tags: - users.team - summary: Update the navigation property hostedContents in users - operationId: user.joinedTeam.primaryChannel.message.reply_UpdateHostedContent + 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 in: path @@ -42959,28 +44582,22 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - required: true responses: 2XX: - description: Success + description: Retrieved media content content: - application/json: + application/octet-stream: schema: - $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' + type: string + format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: + put: tags: - users.team - summary: Delete navigation property hostedContents for users - operationId: user.joinedTeam.primaryChannel.message.reply_DeleteHostedContent + 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 in: path @@ -43022,24 +44639,25 @@ paths: schema: type: string x-ms-docs-key-type: chatMessageHostedContent - - name: If-Match - in: header - description: ETag - style: simple - schema: - type: string + 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 - '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value': - get: + delete: tags: - users.team - summary: Get media content for the navigation property hostedContents from users - operationId: user.joinedTeam.primaryChannel.message.reply_GetHostedContentsContent + 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 @@ -43081,84 +44699,17 @@ 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 - content: - application/octet-stream: - schema: - type: string - 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 - operationId: user.joinedTeam.primaryChannel.message.reply_SetHostedContentsContent - 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 + - name: If-Match + in: header + description: ETag style: simple schema: type: string - x-ms-docs-key-type: chatMessageHostedContent - 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 '/users/{user-id}/joinedTeams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count': get: tags: @@ -47479,8 +49030,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 +49429,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 +49491,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 +49527,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 +49622,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 +49661,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 @@ -58019,13 +59590,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 +59608,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' @@ -63107,6 +64678,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 diff --git a/openApiDocs/v1.0/Users.Actions.yml b/openApiDocs/v1.0/Users.Actions.yml index 4687417ef19..ff865320d68 100644 --- a/openApiDocs/v1.0/Users.Actions.yml +++ b/openApiDocs/v1.0/Users.Actions.yml @@ -18164,6 +18164,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: @@ -18996,6 +18997,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: @@ -19008,6 +19010,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: @@ -19029,6 +19032,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -21182,7 +21186,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: @@ -23162,6 +23166,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -23171,6 +23176,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 @@ -26149,13 +26155,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: @@ -26167,7 +26173,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' @@ -26794,7 +26800,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -26853,6 +26858,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: @@ -27150,7 +27156,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 cannot be a dynamic group (that is, groupTypes cannot 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 @@ -27209,7 +27215,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. 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 @@ -28555,6 +28561,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 @@ -29254,7 +29261,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 @@ -29806,7 +29813,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object @@ -31135,21 +31142,27 @@ 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' additionalProperties: @@ -31484,6 +31497,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -32863,6 +32877,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 @@ -33778,6 +33838,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 @@ -33787,10 +33848,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' @@ -33798,15 +33860,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: diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index d5ae24fc9de..636dcca68b1 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -11,7 +11,7 @@ paths: tags: - users.Functions summary: Invoke function recent - description: 'Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a ''most recently used'' API. The service queries for the most recent historyItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the historyItem. This means that activities without historyItems won''t be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application''s activities, use the nextLink property to paginate.' + description: 'Get recent activities for a given user. This OData function has some default behaviors included to make it operate like a ''most recently used'' API. The service queries for the most recent activityHistoryItems, and then pull those related activities. Activities are sorted according to the most recent lastModified on the activityHistoryItem. This means that activities without activityHistoryItems won''t be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is active and other applications have created more recent activities. To get your application''s activities, use the nextLink property to paginate.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0 @@ -8233,7 +8233,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: @@ -8775,13 +8775,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: @@ -8793,7 +8793,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' @@ -10019,6 +10019,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: @@ -12138,6 +12139,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: @@ -12159,6 +12161,7 @@ components: nullable: true isBroadcast: type: boolean + description: Indicates if this is a Teams live event. nullable: true participants: $ref: '#/components/schemas/microsoft.graph.meetingParticipants' @@ -14351,7 +14354,6 @@ components: nullable: true externalcourseActivityId: type: string - description: A course activity ID generated by the provider. Optional. nullable: true learnerUserId: type: string @@ -14520,6 +14522,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: @@ -14825,7 +14828,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 cannot be a dynamic group (that is, groupTypes cannot 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 @@ -14884,7 +14887,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. 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 @@ -16397,6 +16400,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: @@ -16546,6 +16550,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 @@ -17319,7 +17324,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 @@ -17773,7 +17778,7 @@ components: nullable: true sharingType: type: string - description: 'Determines the way the document was shared, can be by a ''Link'', ''Attachment'', ''Group'', ''Site''.' + description: 'Determines the way the document was shared. Can be by a 1Link1, 1Attachment1, 1Group1, 1Site1.' nullable: true additionalProperties: type: object @@ -18884,6 +18889,7 @@ components: nullable: true tollFreeNumber: type: string + description: The toll-free number that connects to the Audio Conference Provider. nullable: true tollFreeNumbers: type: array @@ -18893,6 +18899,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 @@ -19813,6 +19820,7 @@ components: nullable: true inputBin: type: string + description: The default input bin that serves as the paper source. nullable: true mediaColor: type: string @@ -20922,21 +20930,27 @@ 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' additionalProperties: @@ -21150,6 +21164,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 @@ -22065,6 +22125,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 @@ -22074,10 +22135,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' @@ -22085,15 +22147,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: diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index 7a16d671215..9c09bf6958c 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -11,10 +11,10 @@ paths: tags: - users.user summary: List users - description: List properties and relationships of the user objects. + description: Retrieve a list of 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/user-list?view=graph-rest-1.0 operationId: user_ListUser parameters: - name: ConsistencyLevel @@ -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-onboarding-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 @@ -149,10 +149,10 @@ 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-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-user-update?view=graph-rest-1.0 operationId: user_UpdateUser parameters: - name: user-id @@ -187,7 +187,7 @@ paths: description: Deletes a user. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0 + url: https://learn.microsoft.com/graph/api/intune-mam-user-delete?view=graph-rest-1.0 operationId: user_DeleteUser parameters: - name: user-id @@ -1527,8 +1527,11 @@ paths: get: tags: - users.directoryObject - summary: Get manager from users - description: The user or contact that is this user's manager. Read-only. Supports $expand. + summary: List manager + description: 'Returns the user or organizational contact assigned as the user''s manager. Optionally, you can expand the manager''s chain up to the root node.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0 operationId: user_GetManager parameters: - name: user-id @@ -1573,8 +1576,11 @@ paths: get: tags: - users.directoryObject - summary: Get ref of manager from users - description: The user or contact that is this user's manager. Read-only. Supports $expand. + summary: List manager + description: 'Returns the user or organizational contact assigned as the user''s manager. Optionally, you can expand the manager''s chain up to the root node.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0 operationId: user_GetManagerGraphBPreRef parameters: - name: user-id @@ -1598,7 +1604,11 @@ paths: put: tags: - users.directoryObject - summary: Update the ref of navigation property manager in users + summary: Assign manager + description: Assign a user's manager. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0 operationId: user_SetManagerGraphBPreRef parameters: - name: user-id @@ -1620,7 +1630,11 @@ paths: delete: tags: - users.directoryObject - summary: Delete ref of navigation property manager for users + summary: Remove manager + description: Remove a user's manager. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0 operationId: user_DeleteManagerGraphBPreRef parameters: - name: user-id @@ -1647,8 +1661,11 @@ paths: get: tags: - users.directoryObject - summary: Get memberOf from users - description: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. + summary: List a user's direct memberships + description: 'Get groups, directory roles, and administrative units that the user is a direct member of. This operation isn''t transitive. To retrieve groups, directory roles, and administrative units that the user is a member through transitive membership, use the List user transitive memberOf API.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0 operationId: user_ListMemberGraphOPre parameters: - name: user-id @@ -1905,7 +1922,11 @@ paths: get: tags: - users.directoryObject - summary: Get the item of type microsoft.graph.directoryObject as microsoft.graph.group + summary: List a user's direct memberships + description: 'Get groups, directory roles, and administrative units that the user is a direct member of. This operation isn''t transitive. To retrieve groups, directory roles, and administrative units that the user is a member through transitive membership, use the List user transitive memberOf API.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0 operationId: user_GetMemberGraphOPreAsGroup parameters: - name: user-id @@ -2199,7 +2220,11 @@ paths: get: tags: - users.directoryObject - summary: Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection + summary: List a user's direct memberships + description: 'Get groups, directory roles, and administrative units that the user is a direct member of. This operation isn''t transitive. To retrieve groups, directory roles, and administrative units that the user is a member through transitive membership, use the List user transitive memberOf API.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0 operationId: user_ListMemberGraphOPreAsGroup parameters: - name: user-id @@ -2299,7 +2324,11 @@ paths: get: tags: - users.oAuth2PermissionGrant - summary: Get oauth2PermissionGrants from users + summary: List a user's oauth2PermissionGrants + description: 'Retrieve a list of oAuth2PermissionGrant entities, which represent delegated permissions granted to enable a client application to access an API on behalf of the user.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0 operationId: user_ListOauth2PermissionGrant parameters: - name: user-id @@ -2482,6 +2511,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 @@ -2676,6 +2706,7 @@ paths: schema: type: string x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: @@ -4084,6 +4115,7 @@ paths: tags: - users.profilePhoto summary: Get media content for the navigation property photo from users + description: The user's profile photo. Read-only. operationId: user_GetPhotoContent parameters: - name: user-id @@ -4104,11 +4136,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.profilePhoto summary: Update media content for the navigation property photo in users + description: The user's profile photo. Read-only. operationId: user_SetPhotoContent parameters: - name: user-id @@ -4132,7 +4164,32 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.profilePhoto + summary: Delete media content for the navigation property photo in users + description: The user's profile photo. Read-only. + operationId: user_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: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/photos': get: tags: @@ -4151,7 +4208,9 @@ 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 in: query description: Order items by property values @@ -4230,6 +4289,7 @@ paths: tags: - users.profilePhoto summary: Get media content for the navigation property photos from users + description: The unique identifier for an entity. Read-only. operationId: user_GetPhotosContent parameters: - name: user-id @@ -4258,11 +4318,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.profilePhoto summary: Update media content for the navigation property photos in users + description: The unique identifier for an entity. Read-only. operationId: user_SetPhotosContent parameters: - name: user-id @@ -4294,7 +4354,40 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.profilePhoto + summary: Delete media content for the navigation property photos in users + description: The unique identifier for an entity. Read-only. + operationId: user_DeletePhotosContent + 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: profilePhoto-id + in: path + description: The unique identifier of profilePhoto + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: profilePhoto + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/registeredDevices': get: tags: @@ -5053,7 +5146,11 @@ paths: get: tags: - users.userSettings - summary: Get shiftPreferences from users + summary: Get shiftPreferences + description: Retrieve the properties and relationships of a shiftPreferences object by ID. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0 operationId: user.setting_GetShiftPreference parameters: - name: user-id @@ -5097,7 +5194,11 @@ paths: patch: tags: - users.userSettings - summary: Update the navigation property shiftPreferences in users + summary: Update shiftPreferences + description: Update the properties and relationships of a shiftPreferences object. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0 operationId: user.setting_UpdateShiftPreference parameters: - name: user-id @@ -5681,8 +5782,11 @@ paths: get: tags: - users.directoryObject - summary: Get sponsors from users - 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.' + summary: List sponsors + description: Get a user's sponsors. Sponsors are users and groups that are responsible for this guest's privileges in the tenant and for keeping the guest's information and access up to date. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0 operationId: user_ListSponsor parameters: - name: user-id @@ -6907,6 +7011,7 @@ paths: tags: - users.todo summary: Get media content for the navigation property attachments from users + description: The unique identifier for an entity. Read-only. operationId: user.todo.list.task_GetAttachmentsContent parameters: - name: user-id @@ -6951,11 +7056,11 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.todo summary: Update media content for the navigation property attachments in users + description: The unique identifier for an entity. Read-only. operationId: user.todo.list.task_SetAttachmentsContent parameters: - name: user-id @@ -7003,7 +7108,56 @@ paths: description: Success default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.todo + summary: Delete media content for the navigation property attachments in users + description: The unique identifier for an entity. Read-only. + operationId: user.todo.list.task_DeleteAttachmentsContent + 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: todoTaskList-id + in: path + description: The unique identifier of todoTaskList + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: todoTaskList + - name: todoTask-id + in: path + description: The unique identifier of todoTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: todoTask + - name: attachmentBase-id + in: path + description: The unique identifier of attachmentBase + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachmentBase + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count': get: tags: @@ -7319,7 +7473,6 @@ paths: format: binary default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation put: tags: - users.todo @@ -7376,7 +7529,56 @@ paths: $ref: '#/components/schemas/microsoft.graph.attachmentSession' default: $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation + delete: + tags: + - users.todo + summary: Delete content for the navigation property attachmentSessions in users + description: The content streams that are uploaded. + operationId: user.todo.list.task_DeleteAttachmentSessionsContent + 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: todoTaskList-id + in: path + description: The unique identifier of todoTaskList + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: todoTaskList + - name: todoTask-id + in: path + description: The unique identifier of todoTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: todoTask + - name: attachmentSession-id + in: path + description: The unique identifier of attachmentSession + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: attachmentSession + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' '/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count': get: tags: @@ -8478,8 +8680,11 @@ paths: get: tags: - users.directoryObject - summary: Get transitiveMemberOf from users - description: 'The groups, including nested groups, and directory roles that a user is a member of. Nullable.' + summary: List a user's memberships (direct and transitive) + description: 'Get groups, directory roles, and administrative units that the user is a member of through either direct or transitive membership.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0 operationId: user_ListTransitiveMemberGraphOPre parameters: - name: user-id @@ -15119,13 +15324,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: @@ -15137,7 +15342,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' @@ -24882,6 +25087,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 From 900480b1826cebe9552f54e9736e5615ef6d7d77 Mon Sep 17 00:00:00 2001 From: Microsoft Graph DevX Tooling Date: Thu, 23 May 2024 05:50:40 +0000 Subject: [PATCH 3/3] Add generated MgCommandMetadata.json. [run ci] --- .../custom/common/MgCommandMetadata.json | 316533 ++++++++------- 1 file changed, 161173 insertions(+), 155360 deletions(-) diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json index 63850950e8e..f6fdb3470d7 100644 --- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json +++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json @@ -1,18 +1,19 @@ [ { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgApplicationKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0", "Uri": "/applications/{application-id}/addKey", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphKeyCredential", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -38,23 +39,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphKeyCredential" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgApplicationPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0", "Uri": "/applications/{application-id}/addPassword", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPasswordCredential", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -80,21 +81,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPasswordCredential" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaAccessReviewDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta", "Uri": "/accessReviews/{accessReview-id}/applyDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -112,38 +113,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaApplicationKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta", "Uri": "/applications/{application-id}/addKey", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphKeyCredential", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -169,23 +170,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphKeyCredential" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaApplicationPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta", "Uri": "/applications/{application-id}/addPassword", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPasswordCredential", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -211,40 +212,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPasswordCredential" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", "Uri": "/chats/{chat-id}/members/add", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaCommunicationCallLargeGalleryView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/addLargeGalleryView", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -270,16 +271,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "Apply1", @@ -288,17 +290,17 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "Apply1", @@ -307,24 +309,23 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -342,23 +343,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -376,312 +377,313 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "ApplyExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaGroupDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaGroupFavorite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta", "Uri": "/groups/{group-id}/addFavorite", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/add", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaGroupSiteContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaGroupSiteListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaGroupToLifecyclePolicy", - "ApiReferenceLink": null, "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "Apply1", @@ -690,7 +692,6 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -708,16 +709,17 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "Apply1", @@ -726,7 +728,6 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -744,23 +745,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -778,23 +779,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -812,23 +813,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSelfSignedCertificate", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -854,89 +855,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSelfSignedCertificate" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaShareListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", "Uri": "/sites/add", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite", + "Method": "POST", "Variants": [ "Add", "AddExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaSiteContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/sites/{site-id}/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -954,23 +955,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaSiteListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -988,23 +989,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -1022,378 +1023,378 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", "Uri": "/teams/{team-id}/members/add", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/members/add", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta", "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Method": "POST", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaUserChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/members/add", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaUserDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", "Uri": "/users/{user-id}/followedSites/add", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", - "Method": "POST", "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Add-MgBetaWuDeploymentAudienceMember", - "Method": "POST", "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Add-MgBetaWuDeploymentAudienceMemberGraphBPreId", - "Method": "POST", "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceMemberGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMember", - "Method": "POST", "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers", + "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", - "Method": "POST", "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Add-MgBetaWuPolicyAudienceMember", - "Method": "POST", "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers", + "CommandAlias": "Add-MgBetaWuPolicyAudienceMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Add-MgBetaWuPolicyAudienceMemberGraphBPreId", - "Method": "POST", "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById", + "CommandAlias": "Add-MgBetaWuPolicyAudienceMemberGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Add-MgBetaWuUpdatableAssetMember", - "Method": "POST", "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", + "CommandAlias": "Add-MgBetaWuUpdatableAssetMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Add-MgBetaWuUpdatableAssetMemberGraphBPreId", - "Method": "POST", "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", + "CommandAlias": "Add-MgBetaWuUpdatableAssetMemberGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/members/add", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgCommunicationCallLargeGalleryView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/addLargeGalleryView", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -1419,233 +1420,234 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgGroupDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgGroupFavorite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0", "Uri": "/groups/{group-id}/addFavorite", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/add", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgGroupSiteContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgGroupSiteListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgGroupToLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "ApplyViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "Apply1", @@ -1654,7 +1656,6 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1672,16 +1673,17 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "Apply1", @@ -1690,7 +1692,6 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1708,23 +1709,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1742,23 +1743,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1776,23 +1777,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgServicePrincipalKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphKeyCredential", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1818,23 +1819,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphKeyCredential" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgServicePrincipalPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPasswordCredential", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1860,23 +1861,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPasswordCredential" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgServicePrincipalTokenSigningCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSelfSignedCertificate", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1902,89 +1903,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSelfSignedCertificate" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgShareListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", "Uri": "/sites/add", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite", + "Method": "POST", "Variants": [ "Add", "AddExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgSiteContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/sites/{site-id}/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -2002,23 +2003,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgSiteListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -2036,23 +2037,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -2070,191 +2071,191 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgTeamMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", "Uri": "/teams/{team-id}/members/add", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgTeamPrimaryChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/members/add", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgUserChatMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/members/add", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphActionResultPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgUserDriveListContentTypeCopy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Add-MgUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", "Uri": "/users/{user-id}/followedSites/add", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite", + "Method": "POST", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Approve", "ApproveExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Approve-MgBetaDeviceManagementElevationRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/approve", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Method": "POST", "Variants": [ "Approve", "ApproveExpanded", "ApproveViaIdentity", "ApproveViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/approve", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Approve", "ApproveExpanded", "ApproveViaIdentity", "ApproveViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2272,146 +2273,146 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Approve" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgApplicationVerifiedPublisher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0", "Uri": "/applications/{application-id}/unsetVerifiedPublisher", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaApplicationVerifiedPublisher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta", "Uri": "/applications/{application-id}/unsetVerifiedPublisher", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaChatMessageReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", "Uri": "/communications/presences/{presence-id}/clearPresence", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Clear", "ClearViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Purge", "PurgeViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration", - "Method": "POST", "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", + "CommandAlias": "Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Wipe", "WipeViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2429,23 +2430,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2471,23 +2472,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -2513,140 +2514,140 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaUserAndBlockManagedApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/wipeAndBlockManagedApps", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Wipe", "WipeViaIdentity" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2664,23 +2665,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaUserChatMessageReaction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "ChatMessage.Send", @@ -2698,40 +2699,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaUserChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2749,57 +2750,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Wipe1", "WipeExpanded1", "WipeViaIdentity1", "WipeViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", "Uri": "/users/{user-id}/presence/clearPresence", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2817,21 +2818,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgBetaUserPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Clear", "ClearViaIdentity" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2849,89 +2850,89 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgChatMessageReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", "Uri": "/communications/presences/{presence-id}/clearPresence", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Clear", "ClearViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -2957,142 +2958,142 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgTeamPrimaryChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgUserChatMessageReaction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "ChatMessage.Send", @@ -3110,57 +3111,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgUserChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgUserManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", "Uri": "/users/{user-id}/presence/clearPresence", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3178,21 +3179,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Clear-MgUserPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Clear", "ClearViaIdentity" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3210,21 +3211,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Close-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta", "Uri": "/compliance/ediscovery/cases/{case-id}/close", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Close", "CloseViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3242,21 +3243,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Close-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Close", "CloseViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3274,21 +3275,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Close-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Close", "CloseViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3306,21 +3307,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Compare-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Method": "GET", "Variants": [ "Compare", "CompareViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3338,21 +3339,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Compare-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Method": "GET", "Variants": [ "Compare", "CompareViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3370,21 +3371,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Method": "GET", "Variants": [ "Compare", "CompareViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3402,363 +3403,363 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Complete", "CompleteExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Complete", "CompleteExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", "Uri": "/directory/impactedResources/{impactedResource-id}/complete", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgBetaDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/complete", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecommendation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgBetaTeamChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgBetaTeamMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta", "Uri": "/teams/{team-id}/completeMigration", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgBetaTeamPrimaryChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/completeMigration", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgBetaUserOutlookTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgTeamChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgTeamMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0", "Uri": "/teams/{team-id}/completeMigration", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgTeamPrimaryChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/completeMigration", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Complete", "CompleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgApplicationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/applications/{application-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgApplicationMemberObject", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaAdministrativeUnitMemberObject", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaApplicationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/applications/{application-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaApplicationMemberObject", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaAuditLogSignInCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta", "Uri": "/auditLogs/signIns/confirmCompromised", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3776,21 +3777,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaAuditLogSignInSafe", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta", "Uri": "/auditLogs/signIns/confirmSafe", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3808,23 +3809,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaContactMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/contacts/{orgContact-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -3914,23 +3915,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaContactMemberObject", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -4028,55 +4029,55 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaContractMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/contracts/{contract-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaContractMemberObject", - "ApiReferenceLink": null, "Uri": "/contracts/{contract-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery", - "ApiReferenceLink": null, "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Verify", "VerifyViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -4094,23 +4095,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaDeviceMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/devices/{device-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -4200,23 +4201,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaDeviceMemberObject", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -4314,57 +4315,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaDirectoryObjectMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -4454,23 +4455,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaDirectoryObjectMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -4568,155 +4569,155 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaDirectoryRoleMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaDirectoryRoleMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject", - "ApiReferenceLink": null, "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta", "Uri": "/domains/{domain-id}/verify", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomain", + "Method": "POST", "Variants": [ "Verify", "VerifyViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaGroupGrantedPermissionForApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", "Variants": [ "Check", "CheckViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaGroupMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/groups/{group-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -4806,23 +4807,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaGroupMemberObject", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -4920,119 +4921,119 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaInformationProtectionSignature", - "ApiReferenceLink": null, "Uri": "/informationProtection/verifySignature", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Verify", "VerifyExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaOrganizationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/organization/{organization-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaOrganizationMemberObject", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta", "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaRiskyUserCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta", "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaServicePrincipalMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -5122,23 +5123,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaServicePrincipalMemberObject", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -5236,72 +5237,72 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaSiteInformationProtectionSignature", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/verifySignature", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaTeamScheduleTimeCard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", "Variants": [ "Confirm", "ConfirmViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaUserInformationProtectionSignature", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/verifySignature", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaUserMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", "Uri": "/users/{user-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -5391,23 +5392,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgBetaUserMemberObject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -5505,23 +5506,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgContactMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/contacts/{orgContact-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -5611,23 +5612,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgContactMemberObject", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -5725,55 +5726,55 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgContractMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/contracts/{contract-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgContractMemberObject", - "ApiReferenceLink": null, "Uri": "/contracts/{contract-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery", - "ApiReferenceLink": null, "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", + "CommandAlias": null, + "Module": "DeviceManagement.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Verify", "VerifyViaIdentity" ], - "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -5791,23 +5792,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgDeviceMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/devices/{device-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -5897,23 +5898,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgDeviceMemberObject", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -6011,57 +6012,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgDirectoryDeletedItemMemberObject", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgDirectoryObjectMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -6151,23 +6152,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgDirectoryObjectMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -6265,121 +6266,121 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgDirectoryRoleMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgDirectoryRoleMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0", "Uri": "/domains/{domain-id}/verify", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomain", + "Method": "POST", "Variants": [ "Verify", "VerifyViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgGroupGrantedPermissionForApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", "Variants": [ "Check", "CheckViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgGroupMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/groups/{group-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -6469,23 +6470,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgGroupMemberObject", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -6583,121 +6584,121 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgGroupSettingTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgGroupSettingTemplateMemberObject", - "ApiReferenceLink": null, "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgOrganizationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/organization/{organization-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgOrganizationMemberObject", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgRiskyServicePrincipalCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0", "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgRiskyUserCompromised", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0", "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Confirm", "ConfirmExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgServicePrincipalMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -6787,23 +6788,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgServicePrincipalMemberObject", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -6901,23 +6902,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgUserMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", "Uri": "/users/{user-id}/checkMemberGroups", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -7007,23 +7008,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Confirm-MgUserMemberObject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/checkMemberObjects", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -7121,50 +7122,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Connect", "ConnectExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/zebraFotaConnector/connect", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Connect" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage", - "Method": "GET", "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')", + "CommandAlias": "Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileApp", + "Method": "GET", "Variants": [ "Convert", "ConvertViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -7182,23 +7183,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileApp" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Convert-MgBetaUserExternalToInternalMemberUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta", "Uri": "/users/{user-id}/convertExternalToInternalMemberUser", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversionUserDetails", + "Method": "POST", "Variants": [ "Convert", "ConvertExpanded", "ConvertViaIdentity", "ConvertViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "User-ConvertToInternal.ReadWrite.All", @@ -7216,38 +7217,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversionUserDetails" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", + "Method": "POST", "Variants": [ "Clone", "CloneViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -7273,108 +7274,108 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/copy", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Notes.Create", @@ -7400,23 +7401,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaGroupOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Notes.Create", @@ -7442,23 +7443,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Notes.Create", @@ -7484,23 +7485,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Notes.Create", @@ -7526,74 +7527,74 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -7619,40 +7620,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Notes.Create", @@ -7678,125 +7679,125 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Notes.Create", @@ -7822,91 +7823,133 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "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.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 + } + ] + }, + { + "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "CommandAlias": null, "Module": "Beta.Sites", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "Permissions": [ { "Name": "Notes.Create", @@ -7932,65 +7975,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "beta", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Module": "Beta.Sites", - "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.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 - } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta", "Uri": "/teams/{team-id}/clone", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Clone", "CloneExpanded", "CloneViaIdentity", "CloneViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Team.Create", @@ -8016,159 +8017,159 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/copy", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -8194,23 +8195,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaUserOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -8236,23 +8237,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaUserOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -8278,23 +8279,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -8320,23 +8321,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -8362,108 +8363,108 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/copy", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgGroupOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Notes.Create", @@ -8489,23 +8490,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgGroupOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Notes.Create", @@ -8531,23 +8532,65 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgGroupOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], + "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.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 + } + ] + }, + { + "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "CommandAlias": null, "Module": "Groups", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "Permissions": [ { "Name": "Notes.Create", @@ -8573,116 +8616,74 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", - "ApiVersion": "v1.0", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "Module": "Groups", - "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.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 - } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -8708,40 +8709,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Notes.Create", @@ -8767,125 +8768,125 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Notes.Create", @@ -8911,91 +8912,91 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenoteSectionPageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Notes.Create", @@ -9021,23 +9022,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Notes.Create", @@ -9063,23 +9064,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0", "Uri": "/teams/{team-id}/clone", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Clone", "CloneExpanded", "CloneViaIdentity", "CloneViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Team.Create", @@ -9105,159 +9106,159 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgUserMailFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/copy", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgUserOnenoteNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -9283,23 +9284,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgUserOnenotePageToSection", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -9325,23 +9326,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgUserOnenoteSectionToNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -9367,23 +9368,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Copy-MgUserOnenoteSectionToSectionGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -9409,38 +9410,38 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Deny-MgBetaDeviceManagementElevationRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/deny", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Method": "POST", "Variants": [ "Deny", "DenyExpanded", "DenyViaIdentity", "DenyViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disable-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9458,36 +9459,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disable-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9505,96 +9506,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disable-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disable-MgBetaUserManagedDeviceLostMode", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -9612,50 +9613,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disable-MgUserManagedDeviceLostMode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Disable", "DisableViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Disconnect" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Disconnect", "DisconnectViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9673,35 +9674,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/zebraFotaConnector/disconnect", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Disconnect" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Disconnect", "DisconnectViaIdentity" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9719,20 +9720,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enable" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9750,52 +9751,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Enable-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters/enable", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enable", "EnableExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enable" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9812,53 +9813,61 @@ "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 } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement", - "ApiReferenceLink": null, "Uri": "/deviceManagement/enableLegacyPcManagement", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enable" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac", - "ApiReferenceLink": null, "Uri": "/deviceManagement/tenantAttachRBAC/enable", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enable", "EnableExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9876,67 +9885,67 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator", - "ApiReferenceLink": null, "Uri": "/deviceManagement/enableUnlicensedAdminstrators", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enable" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enable", "EnableViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Enable-MgBetaUserManagedDeviceLostMode", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Enable", "EnableViaIdentity" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -9954,23 +9963,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -9988,21 +9997,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Export", "ExportViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10020,23 +10029,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta", "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -10054,98 +10063,98 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Export", "ExportViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Export-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Export", "ExportViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta", "Uri": "/reports/partners/billing/reconciliation/billed/export", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", "Variants": [ "Export", "ExportExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgBetaReportPartnerBillingUsageBilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta", "Uri": "/reports/partners/billing/usage/billed/export", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", "Variants": [ "Export", "ExportExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta", "Uri": "/reports/partners/billing/usage/unbilled/export", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", "Variants": [ "Export", "ExportExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10163,23 +10172,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10197,23 +10206,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10231,23 +10240,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10265,23 +10274,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Export-MgBetaUserDeviceAndAppManagementData", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Export", "Export1", "ExportViaIdentity", "ExportViaIdentity1" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10315,85 +10324,85 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgBetaUserPersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta", "Uri": "/users/{user-id}/exportPersonalData", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0", "Uri": "/reports/partners/billing/reconciliation/billed/export", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", "Variants": [ "Export", "ExportExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgReportPartnerBillingUsageBilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0", "Uri": "/reports/partners/billing/usage/billed/export", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", "Variants": [ "Export", "ExportExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0", "Uri": "/reports/partners/billing/usage/unbilled/export", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", "Variants": [ "Export", "ExportExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10411,23 +10420,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10445,23 +10454,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Export-MgUserDeviceAndAppManagementData", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Export", "Export1", "ExportViaIdentity", "ExportViaIdentity1" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10495,143 +10504,143 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Export-MgUserPersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0", "Uri": "/users/{user-id}/exportPersonalData", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Locate", "LocateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Locate", "LocateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", "Variants": [ "Find1", "FindViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", "Variants": [ "Find", "FindViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -10657,21 +10666,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -10689,53 +10698,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Locate", "LocateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgBetaUserMeetingTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta", "Uri": "/users/{user-id}/findMeetingTimes", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "Method": "POST", "Variants": [ "Find", "FindExpanded", "FindViaIdentity", "FindViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -10753,23 +10762,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Find-MgBetaUserRoom", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/findRooms", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmailAddress", + "Method": "GET", "Variants": [ "Find", "Find1", "FindViaIdentity", "FindViaIdentity1" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "User.Read.All", @@ -10787,21 +10796,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmailAddress" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Find-MgBetaUserRoomList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta", "Uri": "/users/{user-id}/findRoomLists", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEmailAddress", + "Method": "GET", "Variants": [ "Find", "FindViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "User.Read.All", @@ -10819,66 +10828,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmailAddress" + ] }, { - "CommandAlias": "Find-MgBetaWuProductGraphBPreCatalogId", - "Method": "GET", "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')", + "CommandAlias": "Find-MgBetaWuProductGraphBPreCatalogId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "GET", "Variants": [ "Find", "FindViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + "Permissions": [] }, { - "CommandAlias": "Find-MgBetaWuProductGraphBPreKbNumber", - "Method": "GET", "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})", + "CommandAlias": "Find-MgBetaWuProductGraphBPreKbNumber", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "GET", "Variants": [ "Find", "FindViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Locate", "LocateViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -10896,53 +10905,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgUserManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Locate", "LocateViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Find-MgUserMeetingTime", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0", "Uri": "/users/{user-id}/findMeetingTimes", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "Method": "POST", "Variants": [ "Find", "FindExpanded", "FindViaIdentity", "FindViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -10960,49 +10969,49 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminEdge", - "ApiReferenceLink": null, "Uri": "/admin/edge", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdge", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdge" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternetExplorerMode" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11020,20 +11029,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBrowserSiteList" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11051,20 +11060,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBrowserSiteList" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11082,21 +11091,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11114,20 +11123,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11145,21 +11154,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11177,21 +11186,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11209,20 +11218,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBrowserSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11240,21 +11249,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBrowserSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11272,20 +11281,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminPeople", - "ApiReferenceLink": null, "Uri": "/admin/people", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11303,35 +11312,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPeopleAdminSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfileCardProperty" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11349,20 +11358,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProfileCardProperty" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminPeopleProfileCardPropertyCount", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11380,20 +11389,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminPeoplePronoun", - "ApiReferenceLink": null, "Uri": "/admin/people/pronouns", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPronounsSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11411,34 +11420,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPronounsSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminSharepoint", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharepoint", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharepoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAdminSharepointSetting", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint/settings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSharepointSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Sites", "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -11456,94 +11465,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSharepointSettings" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgAgreement", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgAgreement", - "ApiReferenceLink": null, "Uri": "/agreements", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementAcceptanceCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "Agreement.Read.All", @@ -11561,240 +11570,240 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAgreementFile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementFileCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementFileLocalizationCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementFileLocalizationVersionCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAgreementFileVersionCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAllGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/getAllSites", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAllGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAllGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/allChannels", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": "Get-MgGroupTeamAllChannelCount", - "Method": "GET", "Command": "Get-MgAllGroupTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/allChannels/$count", + "CommandAlias": "Get-MgGroupTeamAllChannelCount", + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAllSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", "Uri": "/sites/getAllSites", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get2" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -11812,35 +11821,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAllTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/allChannels/{channel-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAllTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/allChannels", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -11866,21 +11875,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": "Get-MgTeamAllChannelCount", - "Method": "GET", "Command": "Get-MgAllTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/allChannels/$count", + "CommandAlias": "Get-MgTeamAllChannelCount", + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -11906,20 +11915,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgTeamMessage", - "Method": "GET", "Command": "Get-MgAllTeamMessage", - "ApiReferenceLink": null, "Uri": "/teams/getAllMessages", + "CommandAlias": "Get-MgTeamMessage", + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -11993,35 +12002,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": "Get-MgTeamworkDeletedTeamMessage", - "Method": "GET", "Command": "Get-MgAllTeamworkDeletedTeamMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/getAllMessages", + "CommandAlias": "Get-MgTeamworkDeletedTeamMessage", + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAllUserChatMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/getAllMessages", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "Chat.Read.All", @@ -12039,35 +12048,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAppCatalogTeamApp", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAppCatalogTeamApp", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -12109,20 +12118,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsApp" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAppCatalogTeamAppCount", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -12164,50 +12173,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -12233,36 +12242,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAppCatalogTeamAppDefinitionCount", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", "Uri": "/applications/{application-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -12304,20 +12313,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0", "Uri": "/applications", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -12367,64 +12376,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/appManagementPolicies", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationAppManagementPolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationAppManagementPolicyCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/appManagementPolicies/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", "Uri": "/applications(appId='{appId}')", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -12474,36 +12483,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgApplicationById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/applications/getByIds", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", "Uri": "/applications(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -12553,20 +12562,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationCount", - "ApiReferenceLink": null, "Uri": "/applications/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -12616,35 +12625,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationCreatedOnBehalfOf", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/createdOnBehalfOf", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0", "Uri": "/applications/delta", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12686,21 +12695,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationExtensionProperty", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -12734,20 +12743,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExtensionProperty" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationExtensionProperty", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/extensionProperties", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -12789,21 +12798,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExtensionProperty" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationExtensionPropertyCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/extensionProperties/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -12845,21 +12854,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationFederatedIdentityCredential", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12877,20 +12886,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationFederatedIdentityCredential", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET", "Variants": [ "List" ], + "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": "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 + } + ] + }, + { + "Command": "Get-MgApplicationFederatedIdentityCredentialByName", + "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "CommandAlias": null, "Module": "Applications", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "Application.Read.All", @@ -12916,61 +12965,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgApplicationFederatedIdentityCredentialByName", - "ApiReferenceLink": null, - "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Applications", - "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": "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 - } - ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationFederatedIdentityCredentialCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -12996,113 +13005,113 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationLogo", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/logo", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgApplicationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/applications/{application-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgApplicationMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/applications/{application-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwner", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13144,136 +13153,136 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/appRoleAssignment", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/endpoint", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/servicePrincipal", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/user", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13315,21 +13324,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13371,98 +13380,98 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/endpoint/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationOwnerCountAsUser", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/user/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronization", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgApplicationSynchronizationAccessToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13480,169 +13489,169 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationJobCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationSecretCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/secrets/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13668,20 +13677,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13707,21 +13716,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplateCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13747,21 +13756,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13787,107 +13796,107 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0", "Uri": "/applicationTemplates/{applicationTemplate-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0", "Uri": "/applicationTemplates", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationTemplateCount", - "ApiReferenceLink": null, "Uri": "/applicationTemplates/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenIssuancePolicies", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -13929,20 +13938,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -13984,21 +13993,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationTokenIssuancePolicyCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -14040,20 +14049,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenLifetimePolicies", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -14095,20 +14104,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationTokenLifetimePolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -14150,21 +14159,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgApplicationTokenLifetimePolicyCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -14206,21 +14215,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAuditLogDirectoryAudit", - "ApiReferenceLink": null, "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryAudit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14238,20 +14247,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryAudit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAuditLogDirectoryAudit", - "ApiReferenceLink": null, "Uri": "/auditLogs/directoryAudits", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryAudit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14269,20 +14278,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryAudit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAuditLogDirectoryAuditCount", - "ApiReferenceLink": null, "Uri": "/auditLogs/directoryAudits/$count", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14300,35 +14309,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAuditLogProvisioning", - "ApiReferenceLink": null, "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAuditLogProvisioning", - "ApiReferenceLink": null, "Uri": "/auditLogs/provisioning", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14346,20 +14355,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAuditLogProvisioningCount", - "ApiReferenceLink": null, "Uri": "/auditLogs/provisioning/$count", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14377,21 +14386,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAuditLogSignIn", - "ApiReferenceLink": null, "Uri": "/auditLogs/signIns/{signIn-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSignIn", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14409,20 +14418,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSignIn" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAuditLogSignIn", - "ApiReferenceLink": null, "Uri": "/auditLogs/signIns", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSignIn", + "Method": "GET", "Variants": [ "List" ], - "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14440,20 +14449,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSignIn" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgAuditLogSignInCount", - "ApiReferenceLink": null, "Uri": "/auditLogs/signIns/$count", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14471,21 +14480,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta", "Uri": "/accessReviews/{accessReview-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReview", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14511,20 +14520,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta", "Uri": "/accessReviews", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReview", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14550,20 +14559,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewCount", - "ApiReferenceLink": null, "Uri": "/accessReviews/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], + "Permissions": [ + { + "Name": "AccessReview.Read.All", + "Description": "Read all access reviews", + "FullDescription": "Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "AccessReview.ReadWrite.All", + "Description": "Manage access reviews that you can access", + "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "AccessReview.ReadWrite.Membership", + "Description": "Manage access reviews for group and app memberships", + "FullDescription": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings in the organization for group and app memberships, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] + }, + { + "Command": "Get-MgBetaAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaAccessReviewDecision", + "Uri": "/accessReviews/{accessReview-id}/decisions", + "CommandAlias": null, "Module": "Beta.Identity.Governance", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14589,75 +14652,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaAccessReviewDecisionCount", + "Uri": "/accessReviews/{accessReview-id}/decisions/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewDecision", - "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewDecision", - "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/decisions", "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.Governance", - "Permissions": [ - { - "Name": "AccessReview.Read.All", - "Description": "Read all access reviews", - "FullDescription": "Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "AccessReview.ReadWrite.All", - "Description": "Manage access reviews that you can access", - "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "AccessReview.ReadWrite.Membership", - "Description": "Manage access reviews for group and app memberships", - "FullDescription": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings in the organization for group and app memberships, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphAccessReviewDecision" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAccessReviewDecisionCount", "ApiReferenceLink": null, - "Uri": "/accessReviews/{accessReview-id}/decisions/$count", - "ApiVersion": "beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14683,211 +14692,211 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewInstance", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReview", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewInstance", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReview", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewInstanceCount", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewInstanceDecisionCount", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewInstanceMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewInstanceMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewInstanceReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewInstanceReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewInstanceReviewerCount", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/myDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14913,21 +14922,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewMyDecisionCount", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/myDecisions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14953,35 +14962,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/reviewers", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15007,21 +15016,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAccessReviewReviewerCount", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/reviewers/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15047,49 +15056,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminEdge", - "ApiReferenceLink": null, "Uri": "/admin/edge", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdge", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdge" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternetExplorerMode" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15107,20 +15116,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBrowserSiteList" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15138,20 +15147,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBrowserSiteList" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15169,21 +15178,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15201,20 +15210,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15232,21 +15241,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15264,21 +15273,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15296,20 +15305,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBrowserSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15327,21 +15336,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBrowserSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15359,21 +15368,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta", "Uri": "/administrativeUnits/{administrativeUnit-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15407,20 +15416,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta", "Uri": "/administrativeUnits", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15454,35 +15463,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaAdministrativeUnitById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/administrativeUnits/getByIds", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitCount", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15516,20 +15525,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", "Uri": "/administrativeUnits/delta", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15563,64 +15572,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitExtensionCount", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMember", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15654,35 +15663,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15716,35 +15725,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15778,35 +15787,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15840,35 +15849,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15902,35 +15911,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrgContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15964,35 +15973,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16026,20 +16035,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberByRef", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16073,21 +16082,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberCount", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16121,21 +16130,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16169,21 +16178,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16217,21 +16226,69 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", + "CommandAlias": null, "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16265,69 +16322,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", - "ApiReferenceLink": null, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", - "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 - } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16361,21 +16370,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16409,55 +16418,55 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaAdministrativeUnitMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaAdministrativeUnitMemberObject", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16491,20 +16500,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16538,21 +16547,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16586,35 +16595,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/administrativeUnits/getUserOwnedObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminPeople", - "ApiReferenceLink": null, "Uri": "/admin/people", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16632,20 +16641,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPeopleAdminSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminPeopleItemInsight", - "ApiReferenceLink": null, "Uri": "/admin/people/itemInsights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16663,35 +16672,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphInsightsSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfileCardProperty" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16709,20 +16718,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProfileCardProperty" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16740,20 +16749,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminPeoplePronoun", - "ApiReferenceLink": null, "Uri": "/admin/people/pronouns", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPronounsSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16771,20 +16780,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPronounsSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminReportSetting", - "ApiReferenceLink": null, "Uri": "/admin/reportSettings", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdminReportSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "ReportSettings.Read.All", @@ -16802,34 +16811,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdminReportSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminSharepoint", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharepoint", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharepoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAdminSharepointSetting", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint/settings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSharepointSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -16847,94 +16856,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSharepointSettings" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaAgreement", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaAgreement", - "ApiReferenceLink": null, "Uri": "/agreements", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementAcceptanceCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Agreement.Read.All", @@ -16952,240 +16961,240 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAgreementFile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementFileCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementFileLocalizationCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementFileLocalizationVersionCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAgreementFileVersionCount", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAllGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/getAllSites", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAllGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAllGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/allChannels", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaGroupTeamAllChannelCount", - "Method": "GET", "Command": "Get-MgBetaAllGroupTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/allChannels/$count", + "CommandAlias": "Get-MgBetaGroupTeamAllChannelCount", + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAllSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", "Uri": "/sites/getAllSites", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get2" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -17203,35 +17212,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAllTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/allChannels/{channel-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAllTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/allChannels", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -17257,21 +17266,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": "Get-MgBetaTeamAllChannelCount", - "Method": "GET", "Command": "Get-MgBetaAllTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/allChannels/$count", + "CommandAlias": "Get-MgBetaTeamAllChannelCount", + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -17297,20 +17306,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaTeamMessage", - "Method": "GET", "Command": "Get-MgBetaAllTeamMessage", - "ApiReferenceLink": null, "Uri": "/teams/getAllMessages", + "CommandAlias": "Get-MgBetaTeamMessage", + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -17384,35 +17393,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": "Get-MgBetaTeamworkDeletedTeamMessage", - "Method": "GET", "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/getAllMessages", + "CommandAlias": "Get-MgBetaTeamworkDeletedTeamMessage", + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAllUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/getAllMessages", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Chat.Read.All", @@ -17430,65 +17439,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAllUserOnlineMeetingRecording", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings", + "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAllUserOnlineMeetingTranscript", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta", - "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts", + "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -17530,20 +17539,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsApp" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppCount", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -17585,50 +17594,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17654,21 +17663,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17694,23 +17703,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppIcon" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17736,80 +17745,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17835,23 +17844,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppIcon" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17877,21 +17886,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", "Uri": "/applications/{application-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -17933,20 +17942,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta", "Uri": "/applications", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -17996,64 +18005,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/appManagementPolicies", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationAppManagementPolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationAppManagementPolicyCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/appManagementPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", "Uri": "/applications(appId='{appId}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -18103,36 +18112,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaApplicationById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/applications/getByIds", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", "Uri": "/applications(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -18182,50 +18191,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationConnectorGroup", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/connectorGroup", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectorGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationConnectorGroupByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/connectorGroup/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationCount", - "ApiReferenceLink": null, "Uri": "/applications/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -18275,35 +18284,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationCreatedOnBehalfOf", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/createdOnBehalfOf", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta", "Uri": "/applications/delta", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18345,21 +18354,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationExtensionProperty", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -18393,20 +18402,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExtensionProperty" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationExtensionProperty", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/extensionProperties", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -18448,21 +18457,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExtensionProperty" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationExtensionPropertyCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/extensionProperties/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -18504,21 +18513,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationFederatedIdentityCredential", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18536,20 +18545,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationFederatedIdentityCredential", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -18575,21 +18584,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -18615,21 +18624,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -18655,113 +18664,113 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationLogo", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/logo", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaApplicationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/applications/{application-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaApplicationMemberObject", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationOwner", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18803,107 +18812,107 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/endpoint", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/user", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationOwnerByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18945,21 +18954,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationOwnerCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19001,83 +19010,83 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/endpoint/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationOwnerCountAsUser", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/user/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronization", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaApplicationSynchronizationAccessToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19095,169 +19104,169 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationJobCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationSecretCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/secrets/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19283,20 +19292,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19322,21 +19331,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationTemplateCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19362,21 +19371,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19402,107 +19411,107 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta", "Uri": "/applicationTemplates/{applicationTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta", "Uri": "/applicationTemplates", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplicationTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationTemplateCount", - "ApiReferenceLink": null, "Uri": "/applicationTemplates/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenIssuancePolicies", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -19544,20 +19553,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -19599,21 +19608,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -19655,20 +19664,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenLifetimePolicies", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -19710,20 +19719,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -19765,21 +19774,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -19821,79 +19830,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaApplicationUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/applications/getUserOwnedObjects", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", - "ApiReferenceLink": null, "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", - "ApiReferenceLink": null, "Uri": "/auditLogs/customSecurityAttributeAudits", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/auditlogroot-list-customsecurityattributeaudits?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount", - "ApiReferenceLink": null, "Uri": "/auditLogs/customSecurityAttributeAudits/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogDirectoryAudit", - "ApiReferenceLink": null, "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryAudit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19911,20 +19920,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryAudit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogDirectoryAudit", - "ApiReferenceLink": null, "Uri": "/auditLogs/directoryAudits", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryAudit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19942,20 +19951,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryAudit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogDirectoryAuditCount", - "ApiReferenceLink": null, "Uri": "/auditLogs/directoryAudits/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -19973,78 +19982,78 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogDirectoryProvisioning", - "ApiReferenceLink": null, "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogDirectoryProvisioning", - "ApiReferenceLink": null, "Uri": "/auditLogs/directoryProvisioning", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount", - "ApiReferenceLink": null, "Uri": "/auditLogs/directoryProvisioning/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogProvisioning", - "ApiReferenceLink": null, "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogProvisioning", - "ApiReferenceLink": null, "Uri": "/auditLogs/provisioning", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20062,20 +20071,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogProvisioningCount", - "ApiReferenceLink": null, "Uri": "/auditLogs/provisioning/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20093,21 +20102,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogSignIn", - "ApiReferenceLink": null, "Uri": "/auditLogs/signIns/{signIn-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSignIn", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20125,20 +20134,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSignIn" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogSignIn", - "ApiReferenceLink": null, "Uri": "/auditLogs/signIns", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSignIn", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20156,20 +20165,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSignIn" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaAuditLogSignInCount", - "ApiReferenceLink": null, "Uri": "/auditLogs/signIns/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20187,23 +20196,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusiness", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20237,21 +20246,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingBusiness" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusiness", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20285,23 +20294,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingBusiness" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessAppointment", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20335,21 +20344,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingAppointment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessAppointment", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20383,23 +20392,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingAppointment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessAppointmentCount", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20433,38 +20442,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessCalendarView", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingAppointment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessCalendarView", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20498,23 +20507,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingAppointment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessCalendarViewCount", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20548,21 +20557,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessCount", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20596,23 +20605,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessCustomer", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomer", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20646,21 +20655,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCustomer" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessCustomer", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomer", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20694,23 +20703,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCustomer" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessCustomerCount", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20744,23 +20753,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessCustomQuestion", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20794,21 +20803,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessCustomQuestion", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20842,23 +20851,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessCustomQuestionCount", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -20892,23 +20901,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessService", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingService", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20942,21 +20951,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingService" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessService", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingService", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20990,23 +20999,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingService" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessServiceCount", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21040,23 +21049,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaBookingBusinessStaffAvailability", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphStaffAvailabilityItem", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21098,23 +21107,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphStaffAvailabilityItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessStaffMember", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingStaffMember", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21148,21 +21157,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingStaffMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessStaffMember", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingStaffMember", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21196,23 +21205,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingStaffMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingBusinessStaffMemberCount", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21246,23 +21255,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingCurrency", - "ApiReferenceLink": null, "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21296,21 +21305,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCurrency" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingCurrency", - "ApiReferenceLink": null, "Uri": "/bookingCurrencies", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21344,21 +21353,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCurrency" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBookingCurrencyCount", - "ApiReferenceLink": null, "Uri": "/bookingCurrencies/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -21392,35 +21401,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessFlowTemplate", - "ApiReferenceLink": null, "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessFlowTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessFlowTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta", "Uri": "/businessFlowTemplates", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -21446,20 +21455,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBusinessFlowTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessFlowTemplateCount", - "ApiReferenceLink": null, "Uri": "/businessFlowTemplates/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -21485,21 +21494,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenario", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21533,20 +21542,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBusinessScenario" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenario", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21580,21 +21589,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBusinessScenario" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioByUniqueName", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21628,20 +21637,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBusinessScenario" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioCount", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21675,21 +21684,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioPlanner", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21723,23 +21732,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaBusinessScenarioPlannerPlan", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -21757,21 +21766,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfiguration", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21805,21 +21814,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21853,20 +21862,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21900,21 +21909,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalizationCount", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -21948,21 +21957,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioPlannerTask", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -21980,20 +21989,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBusinessScenarioTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioPlannerTask", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -22011,51 +22020,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBusinessScenarioTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioPlannerTaskConfiguration", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -22089,21 +22098,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioPlannerTaskCount", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -22121,51 +22130,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioPlannerTaskDetail", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTaskDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", "Uri": "/chats/{chat-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22231,20 +22240,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", "Uri": "/chats", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22294,20 +22303,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatCount", - "ApiReferenceLink": null, "Uri": "/chats/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22357,116 +22366,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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.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 + } + ] + }, + { + "Command": "Get-MgBetaChatInstalledApp", + "Uri": "/chats/{chat-id}/installedApps", + "CommandAlias": null, "Module": "Beta.Teams", - "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.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 - } - ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatInstalledApp", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/installedApps", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Teams", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -22580,21 +22589,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatInstalledAppCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/installedApps/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -22708,66 +22717,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatInstalledAppTeamApp", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/lastMessagePreview", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMember", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22897,20 +22906,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMember", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23008,21 +23017,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMemberCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23120,22 +23129,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -23185,20 +23194,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -23240,21 +23249,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMessageCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -23296,21 +23305,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/chats/{chat-id}/messages/delta", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -23360,23 +23369,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaChatMessageHostedContent", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, "Module": "Beta.Teams", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "Chat.Read", @@ -23434,92 +23514,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatMessageHostedContent", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Teams", - "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 - } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -23577,126 +23586,126 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMessageReply", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMessageReply", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatOperation", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23770,20 +23779,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatOperation", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/operations", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23857,21 +23866,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatOperationCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/operations/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23945,35 +23954,147 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/permissionGrants", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "List" ], + "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.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "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": "ResourceSpecificPermissionGrant.ReadForChat", + "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.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": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForChat.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "ResourceSpecificPermissionGrant.ReadForChat.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 + } + ] + }, + { + "Command": "Get-MgBetaChatPermissionGrantCount", + "Uri": "/chats/{chat-id}/permissionGrants/$count", + "CommandAlias": null, "Module": "Beta.Teams", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -24071,149 +24192,37 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaChatPermissionGrantCount", - "ApiReferenceLink": null, - "Uri": "/chats/{chat-id}/permissionGrants/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Teams", - "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.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "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": "ResourceSpecificPermissionGrant.ReadForChat", - "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.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": false - }, - { - "Name": "TeamsAppInstallation.ManageSelectedForChat.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "ResourceSpecificPermissionGrant.ReadForChat.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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -24255,21 +24264,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatPinnedMessageCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -24311,20 +24320,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatRetainedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", "Uri": "/chats/getAllRetainedMessages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -24390,21 +24399,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatTab", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24470,20 +24479,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatTab", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24533,21 +24542,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatTabCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24597,36 +24606,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaChatTabTeamApp", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCall", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCall", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -24644,21 +24653,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCall" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24676,20 +24685,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24707,21 +24716,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24739,21 +24748,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallContentSharingSession", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "Permissions": [ + { + "Name": "Calls.JoinGroupCallAsGuest.All", + "Description": "Join group calls and meetings as a guest", + "FullDescription": "Allows the app to anonymously join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined as a guest to meetings in your organization.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Calls.JoinGroupCall.All", + "Description": "Join group calls and meetings as an app", + "FullDescription": "Allows the app to join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined with the privileges of a directory user to meetings in your organization.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calls.InitiateGroupCall.All", + "Description": "Initiate outgoing group calls from the app", + "FullDescription": "Allows the app to place outbound calls to multiple users and add participants to meetings in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calls.Initiate.All", + "Description": "Initiate outgoing 1 to 1 calls from the app", + "FullDescription": "Allows the app to place outbound calls to a single user and transfer calls to users in your organization’s directory, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] + }, + { + "Command": "Get-MgBetaCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "CommandAlias": null, "Module": "Beta.CloudCommunications", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentSharingSession", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -24787,68 +24843,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaCommunicationCallContentSharingSession", - "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.CloudCommunications", - "Permissions": [ - { - "Name": "Calls.JoinGroupCallAsGuest.All", - "Description": "Join group calls and meetings as a guest", - "FullDescription": "Allows the app to anonymously join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined as a guest to meetings in your organization.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Calls.JoinGroupCall.All", - "Description": "Join group calls and meetings as an app", - "FullDescription": "Allows the app to join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined with the privileges of a directory user to meetings in your organization.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Calls.InitiateGroupCall.All", - "Description": "Initiate outgoing group calls from the app", - "FullDescription": "Allows the app to place outbound calls to multiple users and add participants to meetings in your organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Calls.Initiate.All", - "Description": "Initiate outgoing 1 to 1 calls from the app", - "FullDescription": "Allows the app to place outbound calls to a single user and transfer calls to users in your organization’s directory, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphContentSharingSession" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -24882,79 +24891,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallOperationCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallParticipant", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphParticipant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24972,20 +24981,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphParticipant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallParticipant", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphParticipant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -25003,21 +25012,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphParticipant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallParticipantCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -25035,229 +25044,229 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallRecord", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsCallRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallRecordCount", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsOrganizer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallRecordParticipant", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsParticipant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsParticipant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallRecordSessionCount", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationCallRecordSmLog", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -25291,161 +25300,161 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -25479,20 +25488,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -25526,31 +25535,32 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -25558,303 +25568,302 @@ "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences/{presence-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Presence.Read", @@ -25880,21 +25889,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPresence" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaCommunicationPresenceByUserId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta", "Uri": "/communications/getPresencesByUserId", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPresence", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Presence.Read.All", @@ -25912,20 +25921,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPresence" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCommunicationPresenceCount", - "ApiReferenceLink": null, "Uri": "/communications/presences/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Presence.Read", @@ -25951,49 +25960,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaCompliance", - "ApiReferenceLink": null, "Uri": "/compliance", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscovery", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26011,20 +26020,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryCase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26042,20 +26051,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryCase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26073,21 +26082,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26105,20 +26114,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryCustodian" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26136,21 +26145,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryCustodian" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26168,36 +26177,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26215,20 +26224,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26246,21 +26255,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26278,36 +26287,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26325,20 +26334,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26356,21 +26365,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26388,65 +26397,65 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26464,20 +26473,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26495,21 +26504,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26527,21 +26536,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26559,20 +26568,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26590,21 +26599,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26622,35 +26631,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26668,21 +26677,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26700,138 +26709,138 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26849,21 +26858,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26881,21 +26890,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26913,20 +26922,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26944,21 +26953,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26976,21 +26985,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27008,50 +27017,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27069,65 +27078,65 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27145,36 +27154,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27192,20 +27201,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27223,21 +27232,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27255,21 +27264,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27287,20 +27296,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27318,21 +27327,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27350,21 +27359,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27382,21 +27391,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27414,20 +27423,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27445,35 +27454,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "ApiVersion": "beta", + "CommandAlias": null, + "Module": "Beta.Compliance", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27491,21 +27500,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27523,21 +27532,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27555,21 +27564,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27587,35 +27596,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27633,21 +27642,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27665,21 +27674,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27697,35 +27706,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27743,21 +27752,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27775,21 +27784,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27807,20 +27816,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/tags", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27838,35 +27847,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27884,21 +27893,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27916,21 +27925,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27948,36 +27957,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta", "Uri": "/contacts/{orgContact-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28003,20 +28012,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrgContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta", "Uri": "/contacts", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28042,35 +28051,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrgContact" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaContactById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/contacts/getByIds", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactCount", - "ApiReferenceLink": null, "Uri": "/contacts/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28096,20 +28105,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta", "Uri": "/contacts/delta", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28135,35 +28144,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrgContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactDirectReport", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactDirectReport", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28197,79 +28206,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/orgContact", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/user", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactDirectReportCount", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28303,51 +28312,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactDirectReportCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactDirectReportCountAsUser", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/user/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactManager", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/manager", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28381,23 +28390,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaContactMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/contacts/{orgContact-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -28479,23 +28488,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaContactMemberObject", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -28593,35 +28602,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactMemberOf", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactMemberOf", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28655,79 +28664,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactMemberOfCount", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28761,94 +28770,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28874,79 +28883,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactTransitiveMemberOfCount", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28972,110 +28981,110 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactTransitiveReport", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactTransitiveReport", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveReports", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-transitivereports?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContactTransitiveReportCount", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveReports/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaContactUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/contacts/getUserOwnedObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContract", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta", "Uri": "/contracts/{contract-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContract", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -29093,20 +29102,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContract" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContract", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta", "Uri": "/contracts", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContract", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -29124,35 +29133,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContract" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaContractById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/contracts/getByIds", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContractCount", - "ApiReferenceLink": null, "Uri": "/contracts/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -29170,20 +29179,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaContractDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", "Uri": "/contracts/delta", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -29201,70 +29210,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaContractMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/contracts/{contract-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaContractMemberObject", - "ApiReferenceLink": null, "Uri": "/contracts/{contract-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaContractUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/contracts/getUserOwnedObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDataPolicyOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "User.Export.All", @@ -29282,49 +29291,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDataPolicyOperation", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDataPolicyOperationCount", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", "Uri": "/devices/{device-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -29358,20 +29367,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta", "Uri": "/devices", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -29405,20 +29414,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDevice" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgt", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagement", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement", + "CommandAlias": "Get-MgBetaDeviceAppMgt", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29452,21 +29461,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAppManagement" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29484,20 +29493,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29515,21 +29524,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29563,20 +29572,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29610,21 +29619,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29658,21 +29667,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29706,20 +29715,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29753,21 +29762,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29801,20 +29810,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29832,21 +29841,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29880,21 +29889,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29928,20 +29937,163 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" + ] }, { + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "Uri": "/deviceAppManagement/defaultManagedAppProtections", "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "Variants": [ + "List" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "List" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionAppCount", "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29975,163 +30127,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", + "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionCount", "Module": "Beta.Devices.CorporateManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionAppCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Devices.CorporateManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionCount", + "OutputType": null, "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", - "ApiVersion": "beta", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30165,21 +30174,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30213,21 +30222,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30245,20 +30254,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", + "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30276,20 +30285,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificateCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificateCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30307,50 +30316,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30368,20 +30377,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30399,21 +30408,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30431,35 +30440,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30477,20 +30486,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30508,21 +30517,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30540,21 +30549,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30572,20 +30581,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30603,21 +30612,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30635,21 +30644,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30667,20 +30676,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30698,21 +30707,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30730,21 +30739,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30762,20 +30771,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30793,21 +30802,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30841,20 +30850,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30888,21 +30897,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30936,21 +30945,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30984,20 +30993,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31031,21 +31040,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31079,20 +31088,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31110,21 +31119,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31158,21 +31167,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31206,20 +31215,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppPolicies", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31253,20 +31262,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicyCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppPolicies/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicyCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31300,21 +31309,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31348,20 +31357,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31395,21 +31404,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31443,20 +31452,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31490,21 +31499,163 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + ] }, { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", + "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", + "Uri": "/deviceAppManagement/managedAppRegistrations/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationCount", + "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31538,163 +31689,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationCount", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", "Module": "Beta.Devices.CorporateManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Devices.CorporateManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Devices.CorporateManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" - }, - { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", + "OutputType": null, "Method": "GET", - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", - "ApiVersion": "beta", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31728,65 +31737,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31820,20 +31829,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppOperation" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31867,21 +31876,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppOperation" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31915,20 +31924,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31962,21 +31971,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32010,20 +32019,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppStatus" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppStatuses", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32057,20 +32066,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppStatus" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatusCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppStatuses/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatusCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32104,21 +32113,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32136,20 +32145,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedEBook" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32167,21 +32176,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedEBook" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32199,20 +32208,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32230,21 +32239,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32262,23 +32271,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32296,21 +32305,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedEBookCategory" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBookCategories", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32328,22 +32337,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedEBookCategory" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBookCategories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32361,20 +32370,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32392,21 +32401,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32424,20 +32433,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceInstallState" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32455,21 +32464,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceInstallState" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32487,21 +32496,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookInstallSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32519,21 +32528,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEBookInstallSummary" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32551,20 +32560,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32582,21 +32591,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32614,21 +32623,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32646,20 +32655,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceInstallState" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32677,21 +32686,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceInstallState" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32709,21 +32718,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32741,20 +32750,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32772,21 +32781,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32820,20 +32829,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32867,21 +32876,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32915,20 +32924,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32946,21 +32955,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32994,20 +33003,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33041,21 +33050,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33089,21 +33098,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33137,20 +33146,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33184,21 +33193,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33232,21 +33241,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33264,20 +33273,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33295,35 +33304,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidForWorkApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33341,167 +33350,167 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidForWorkApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidLobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidLobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/androidLobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidLobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33519,299 +33528,299 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidLobApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedStoreApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33829,167 +33838,167 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidStoreApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34007,167 +34016,167 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidStoreApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/iosLobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34185,299 +34194,299 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosLobApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosStoreApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosStoreApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosStoreApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34495,167 +34504,167 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosStoreApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosVppApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/iosVppApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34673,211 +34682,211 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosVppApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSDmgApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34895,299 +34904,299 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMacOSDmgApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", - "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", + "Module": "Beta.Devices.CorporateManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSLobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSLobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSLobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35205,299 +35214,299 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMacOSLobApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSPkgApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSPkgApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSPkgApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35515,299 +35524,299 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMacOSPkgApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAndroidLobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35825,299 +35834,299 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAndroidLobApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedIosLobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36135,299 +36144,299 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedIosLobApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedMobileLobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36445,299 +36454,299 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileLobApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36755,197 +36764,197 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36963,20 +36972,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36994,21 +37003,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37026,35 +37035,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWin32LobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWin32LobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/win32LobApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWin32LobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37072,299 +37081,299 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWin32LobApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAppX", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAppX" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsAppX", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAppX", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37382,299 +37391,299 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsAppX" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsMobileMsi" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37692,299 +37701,299 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsMobileMsi" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsStoreApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsStoreApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsStoreApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38002,167 +38011,167 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsStoreApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUniversalAppX" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38180,343 +38189,343 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsUniversalAppX" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsWebApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsWebApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsWebApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38534,167 +38543,167 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsWebApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWinGetApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWinGetApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/winGetApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWinGetApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38712,198 +38721,198 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWinGetApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCatalogPackages", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCatalogPackages/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38921,21 +38930,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppCategory" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCategories", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38953,21 +38962,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppCategory" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategoryCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCategories/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategoryCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38985,21 +38994,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39017,20 +39026,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39048,21 +39057,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39080,20 +39089,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39111,21 +39120,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39143,20 +39152,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39174,21 +39183,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39206,20 +39215,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39237,21 +39246,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39269,21 +39278,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", - "Variants": [ + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Method": "GET", + "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39301,21 +39310,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39333,20 +39342,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39364,21 +39373,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39396,21 +39405,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39428,20 +39437,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39459,20 +39468,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39490,20 +39499,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39521,20 +39530,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39552,20 +39561,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39583,20 +39592,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39614,20 +39623,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39645,20 +39654,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39676,20 +39685,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39707,20 +39716,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39738,20 +39747,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39769,20 +39778,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39800,20 +39809,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39831,20 +39840,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39862,20 +39871,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39893,20 +39902,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39924,20 +39933,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39955,20 +39964,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39986,20 +39995,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40017,20 +40026,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40048,20 +40057,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40079,20 +40088,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/winGetApp/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40110,21 +40119,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -40142,20 +40151,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -40173,21 +40182,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationshipCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationshipCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -40205,23 +40214,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40239,20 +40248,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPolicySet" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40270,21 +40279,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPolicySet" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40302,20 +40311,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPolicySetAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40333,21 +40342,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPolicySetAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40365,20 +40374,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40396,21 +40405,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40428,20 +40437,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPolicySetItem" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40459,21 +40468,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPolicySetItem" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItemCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItemCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40491,20 +40500,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "CommandAlias": "Get-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -40522,21 +40531,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40554,20 +40563,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40585,21 +40594,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40633,20 +40642,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40680,21 +40689,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40728,21 +40737,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40776,20 +40785,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40823,21 +40832,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40871,20 +40880,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40902,21 +40911,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40950,21 +40959,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40998,20 +41007,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41045,21 +41054,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41093,21 +41102,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41141,20 +41150,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41188,21 +41197,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41236,21 +41245,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTask", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTask", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtTask", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41284,20 +41293,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAppManagementTask" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTask", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTask", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/deviceAppManagementTasks", + "CommandAlias": "Get-MgBetaDeviceAppMgtTask", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41331,20 +41340,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAppManagementTask" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtTaskCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementTaskCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtTaskCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41378,21 +41387,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementVppToken", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41426,20 +41435,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphVppToken" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementVppToken", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens", + "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41473,20 +41482,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphVppToken" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementVppTokenCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41520,21 +41529,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", + "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41568,21 +41577,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphVppTokenLicenseSummary" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41600,20 +41609,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41631,21 +41640,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41663,20 +41672,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41694,21 +41703,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41726,20 +41735,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41757,21 +41766,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41789,21 +41798,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41821,20 +41830,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41852,21 +41861,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41900,20 +41909,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41947,20 +41956,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistrationCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistrationCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41994,21 +42003,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42042,20 +42051,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42089,21 +42098,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42137,20 +42146,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42184,21 +42193,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42232,20 +42241,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42279,21 +42288,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42327,20 +42336,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42374,21 +42383,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42422,21 +42431,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42470,20 +42479,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42517,21 +42526,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42565,21 +42574,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42613,20 +42622,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42660,20 +42669,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42707,21 +42716,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42755,20 +42764,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42802,21 +42811,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42850,20 +42859,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42897,21 +42906,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42945,21 +42954,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42993,20 +43002,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43040,21 +43049,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43088,20 +43097,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43135,35 +43144,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagementApp", - "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagementApp", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagementApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsManagementApp", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43197,21 +43206,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsManagementApp" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", "Uri": "/devices(deviceId='{deviceId}')", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -43245,94 +43254,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDevice" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/devices/getByIds", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceCommand", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/commands/{command-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceCommand", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/commands", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceCommandCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/commands/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceCommandResponsepayload", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceCount", - "ApiReferenceLink": null, "Uri": "/devices/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -43366,78 +43375,78 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", "Uri": "/devices/delta", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceExtensionCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagement", - "ApiReferenceLink": null, "Uri": "/deviceManagement", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagement", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43519,20 +43528,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagement" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43550,21 +43559,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43582,20 +43591,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43613,20 +43622,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43644,21 +43653,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43676,20 +43685,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43707,20 +43716,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43738,21 +43747,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43770,20 +43779,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43801,20 +43810,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43832,21 +43841,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43864,20 +43873,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43895,20 +43904,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43926,20 +43935,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43957,20 +43966,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidForWorkSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43988,21 +43997,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44020,20 +44029,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44051,20 +44060,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44082,20 +44091,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/applePushNotificationCertificate", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -44129,21 +44138,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44161,20 +44170,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44192,21 +44201,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44224,20 +44233,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44255,21 +44264,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44287,20 +44296,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -44318,20 +44327,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/getAssignedRoleDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44365,21 +44374,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44397,20 +44406,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44428,20 +44437,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44459,21 +44468,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44491,20 +44500,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignmentFilterState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters/getState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44522,21 +44531,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44554,21 +44563,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44586,21 +44595,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44618,20 +44627,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuditEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44649,21 +44658,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuditEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44681,20 +44690,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents/getAuditCategories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44712,20 +44721,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAuditEventCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44743,21 +44752,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAutopilotEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44775,20 +44784,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAutopilotEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44806,20 +44815,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAutopilotEventCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44837,21 +44846,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44869,20 +44878,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44900,21 +44909,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44932,21 +44941,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44964,20 +44973,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCartToClassAssociation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/cartToClassAssociations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44995,20 +45004,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCartToClassAssociation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/cartToClassAssociations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45026,21 +45035,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45058,20 +45067,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45089,20 +45098,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45120,21 +45129,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45152,20 +45161,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45183,21 +45192,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45215,23 +45224,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphKeyLongValuePair", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45249,23 +45258,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphKeyLongValuePair" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", - "ApiReferenceLink": null, "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45283,21 +45292,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45331,20 +45340,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45378,197 +45387,197 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcReviewStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45602,65 +45611,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDetectedApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDetectedApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45694,255 +45703,255 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/getComanagedDevicesSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComanagedDevicesSummary", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45976,94 +45985,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComanagedDevicesSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46097,20 +46106,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagementEligibleDevices", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46144,20 +46153,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagementEligibleDevices/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46191,20 +46200,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46238,21 +46247,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46286,20 +46295,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceManagementPartners", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46333,20 +46342,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceManagementPartners/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46380,21 +46389,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46412,20 +46421,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46443,21 +46452,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46475,20 +46484,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46506,21 +46515,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46538,20 +46547,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46569,21 +46578,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46601,20 +46610,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46632,21 +46641,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46664,21 +46673,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46696,20 +46705,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46727,21 +46736,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46759,21 +46768,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46791,20 +46800,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46822,21 +46831,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46854,65 +46863,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComplianceSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46930,20 +46939,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComplianceSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46961,20 +46970,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementComplianceSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceSettings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46992,20 +47001,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/conditionalAccessSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47039,21 +47048,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47087,21 +47096,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConfigManagerPolicySummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47119,20 +47128,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47150,21 +47159,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47182,20 +47191,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47213,21 +47222,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47245,20 +47254,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47276,51 +47285,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyJust", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy", + "Method": "POST", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "GET", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47338,20 +47347,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47369,21 +47378,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47401,21 +47410,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47433,20 +47442,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47464,21 +47473,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47496,21 +47505,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47528,20 +47537,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47559,20 +47568,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47590,21 +47599,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47622,20 +47631,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47653,21 +47662,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47685,21 +47694,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47717,20 +47726,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47748,21 +47757,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47780,21 +47789,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47812,20 +47821,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47843,20 +47852,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationSettings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47874,21 +47883,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDataSharingConsent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47914,20 +47923,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDataSharingConsent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDataSharingConsent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/dataSharingConsents", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47953,20 +47962,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDataSharingConsent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/dataSharingConsents/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47992,21 +48001,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48024,20 +48033,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDepOnboardingSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48055,20 +48064,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDepOnboardingSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48086,21 +48095,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48118,21 +48127,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48150,21 +48159,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48182,21 +48191,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48214,20 +48223,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEnrollmentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48245,21 +48254,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEnrollmentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48277,21 +48286,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48309,21 +48318,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48341,20 +48350,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48372,21 +48381,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48404,64 +48413,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDerivedCredential", - "ApiReferenceLink": null, "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDerivedCredential", - "ApiReferenceLink": null, "Uri": "/deviceManagement/derivedCredentials", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/derivedCredentials/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48495,20 +48504,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDetectedApp" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48542,20 +48551,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDetectedApp" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDetectedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48589,21 +48598,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48621,20 +48630,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48652,21 +48661,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48684,21 +48693,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48732,20 +48741,67 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCategories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", "Variants": [ "List" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", + "Uri": "/deviceManagement/deviceCategories/$count", + "CommandAlias": null, "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get" + ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48779,68 +48835,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCategory" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceCategories/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement", - "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 - } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48858,20 +48867,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48889,21 +48898,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48921,20 +48930,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48952,21 +48961,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48984,20 +48993,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49015,20 +49024,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49046,21 +49055,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49078,20 +49087,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49109,21 +49118,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49141,20 +49150,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49172,21 +49181,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49204,20 +49213,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49235,21 +49244,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49267,21 +49276,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49299,21 +49308,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49331,21 +49340,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49363,20 +49372,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49394,21 +49403,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49426,21 +49435,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49458,20 +49467,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49489,21 +49498,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49521,21 +49530,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49553,20 +49562,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49584,20 +49593,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49615,21 +49624,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49647,20 +49656,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49678,21 +49687,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49710,21 +49719,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49742,20 +49751,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49773,21 +49782,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49805,21 +49814,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49837,21 +49846,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49869,20 +49878,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49900,20 +49909,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49931,21 +49940,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49963,20 +49972,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49994,21 +50003,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50026,21 +50035,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50058,20 +50067,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationConflictSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50089,20 +50098,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50120,20 +50129,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50151,21 +50160,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50183,20 +50192,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50214,21 +50223,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50246,20 +50255,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50277,21 +50286,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50309,20 +50318,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50340,21 +50349,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50372,21 +50381,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50404,21 +50413,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50436,20 +50445,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50467,21 +50476,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50499,21 +50508,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50531,20 +50540,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50562,21 +50571,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50594,20 +50603,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50625,21 +50634,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50657,64 +50666,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationProfiles/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50732,20 +50741,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRestrictedAppsViolation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50763,20 +50772,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRestrictedAppsViolation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50794,35 +50803,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50840,21 +50849,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50872,20 +50881,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50903,21 +50912,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50935,21 +50944,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50967,21 +50976,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -51015,20 +51024,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -51062,21 +51071,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -51110,20 +51119,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -51157,21 +51166,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -51205,20 +51214,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -51252,21 +51261,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51283,21 +51292,37 @@ "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 } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScript" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51314,22 +51339,38 @@ "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 } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScript" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51347,20 +51388,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51377,22 +51418,38 @@ "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 } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51409,21 +51466,37 @@ "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 } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51440,22 +51513,38 @@ "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 } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51473,20 +51562,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51503,22 +51592,38 @@ "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 } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51535,22 +51640,38 @@ "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 } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51584,21 +51705,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51615,22 +51736,30 @@ "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 } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51647,21 +51776,37 @@ "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 } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51678,22 +51823,38 @@ "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 } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51710,22 +51871,38 @@ "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 } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceShellScript", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51759,20 +51936,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceShellScript" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceShellScript", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51806,21 +51983,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceShellScript" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51854,20 +52031,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51901,21 +52078,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51949,20 +52126,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51996,21 +52173,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52044,20 +52221,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52091,21 +52268,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52139,36 +52316,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52202,20 +52379,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52249,21 +52426,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52297,21 +52474,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52345,21 +52522,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52393,20 +52570,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52440,21 +52617,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52488,50 +52665,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52549,20 +52726,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/domainJoinConnectors", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52580,20 +52757,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/domainJoinConnectors/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52611,22 +52788,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementEffectivePermission", - "ApiReferenceLink": null, "Uri": "/deviceManagement/getEffectivePermissions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -52644,36 +52821,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementElevationRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52691,20 +52868,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52722,21 +52899,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52754,20 +52931,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52785,21 +52962,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52817,20 +52994,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52848,21 +53025,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52880,20 +53057,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52911,21 +53088,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52943,21 +53120,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementExchangeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52991,20 +53168,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementExchangeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeConnectors", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -53038,20 +53215,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeConnectors/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -53085,22 +53262,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -53134,65 +53311,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53210,20 +53387,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53241,64 +53418,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53316,95 +53493,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53422,20 +53599,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53453,21 +53630,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53485,20 +53662,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53516,21 +53693,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53548,20 +53725,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53579,21 +53756,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53611,20 +53788,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53642,21 +53819,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53674,21 +53851,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53706,21 +53883,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53738,20 +53915,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53769,21 +53946,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53801,20 +53978,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53832,35 +54009,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53878,23 +54055,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53912,568 +54089,568 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54491,20 +54668,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54522,20 +54699,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54553,21 +54730,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54585,20 +54762,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54616,21 +54793,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54648,21 +54825,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54680,20 +54857,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54711,21 +54888,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54743,21 +54920,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54775,20 +54952,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyObjectFiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54806,20 +54983,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyObjectFiles/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54837,21 +55014,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54869,20 +55046,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54900,20 +55077,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54931,109 +55108,109 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55051,20 +55228,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55082,20 +55259,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55113,21 +55290,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55145,20 +55322,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55176,20 +55353,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55207,21 +55384,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55239,20 +55416,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55270,21 +55447,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55302,20 +55479,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55333,21 +55510,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55365,21 +55542,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55397,20 +55574,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55428,21 +55605,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55460,21 +55637,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55492,20 +55669,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55523,21 +55700,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55555,21 +55732,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55587,20 +55764,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55618,21 +55795,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55650,20 +55827,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55681,21 +55858,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55713,21 +55890,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55745,20 +55922,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55776,21 +55953,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55808,21 +55985,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55840,20 +56017,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55871,21 +56048,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55903,21 +56080,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55935,21 +56112,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55967,20 +56144,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55998,21 +56175,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56030,21 +56207,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56062,20 +56239,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56093,21 +56270,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentUserStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56125,21 +56302,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56157,21 +56334,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56189,20 +56366,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56220,21 +56397,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56252,20 +56429,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56283,21 +56460,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56315,20 +56492,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56346,21 +56523,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56378,20 +56555,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56409,20 +56586,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56440,21 +56617,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56472,20 +56649,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56503,21 +56680,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56535,20 +56712,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56566,21 +56743,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56598,21 +56775,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56630,20 +56807,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56661,21 +56838,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56693,20 +56870,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56724,21 +56901,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices", + "CommandAlias": null, "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56772,185 +56996,138 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.DeviceManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceCleanupRules", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceCleanupRules/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -56968,108 +57145,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcReviewStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -57103,65 +57280,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDetectedApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDetectedApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57179,20 +57356,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceEncryptionStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57210,20 +57387,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceEncryptionStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57241,21 +57418,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57289,167 +57466,167 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceOverview", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -57483,182 +57660,182 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceOverview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57676,20 +57853,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelConfigurations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57707,20 +57884,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57738,21 +57915,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57770,20 +57947,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57801,20 +57978,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57832,21 +58009,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57864,20 +58041,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57895,20 +58072,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57926,21 +58103,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57958,20 +58135,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57989,20 +58166,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58020,21 +58197,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58052,21 +58229,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58084,20 +58261,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58115,21 +58292,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58147,23 +58324,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphKeyLongValuePair", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58181,23 +58358,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphKeyLongValuePair" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58215,21 +58392,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58247,20 +58424,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58278,21 +58455,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58326,20 +58503,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58373,21 +58550,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58421,20 +58598,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58452,21 +58629,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58500,20 +58677,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58547,20 +58724,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58594,35 +58771,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoring", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementMonitoring" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58640,20 +58817,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRecords", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58671,20 +58848,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRecords/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58702,20 +58879,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58733,21 +58910,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58765,20 +58942,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRules", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58796,20 +58973,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRules/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58827,21 +59004,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementNdeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNdesConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58859,20 +59036,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNdesConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementNdeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/ndesConnectors", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNdesConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58890,20 +59067,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNdesConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementNdeConnectorCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/ndesConnectors/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58921,21 +59098,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58953,20 +59130,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58984,20 +59161,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59015,21 +59192,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59047,20 +59224,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59078,21 +59255,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59110,21 +59287,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/operationApprovalPolicies/getApprovableOperations", + "Uri": "/deviceManagement/operationApprovalPolicies/retrieveApprovableOperations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", + "Method": "GET", "Variants": [ - "Get", "Retrieve" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59158,21 +59334,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOperationApprovalPolicySet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/operationApprovalPolicies/getOperationsRequiringApproval", + "Uri": "/deviceManagement/operationApprovalPolicies/retrieveOperationsRequiringApproval", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", + "Method": "GET", "Variants": [ - "Get", "Retrieve" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59206,20 +59381,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOperationApprovalPolicySet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequests", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOperationApprovalRequest", + "Method": "GET", "Variants": [ "Retrieve" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59253,21 +59428,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOperationApprovalRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById", - "ApiReferenceLink": null, "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequestById(id='{id}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOperationApprovalRequest", + "Method": "GET", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59301,36 +59476,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOperationApprovalRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/operationApprovalRequests/retrieveRequestStatus", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus", + "Method": "POST", "Variants": [ "Retrieve", "RetrieveExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59364,20 +59539,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementPartners", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59411,20 +59586,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementPartnerCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementPartners/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59458,21 +59633,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59506,20 +59681,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRemoteActionAudit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteActionAudits", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59553,20 +59728,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRemoteActionAudit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteActionAudits/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59600,21 +59775,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59648,20 +59823,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59695,20 +59870,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59742,20 +59917,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59821,81 +59996,81 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementReports" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getActiveMalwareReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportCachedReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getCachedReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59945,21 +60120,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60009,20 +60184,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/cachedReportConfigurations", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60072,20 +60247,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60135,51 +60310,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60229,21 +60404,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60293,51 +60468,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60387,81 +60562,81 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getComplianceSettingsReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60511,21 +60686,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60575,66 +60750,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60684,81 +60859,81 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60808,21 +60983,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60872,21 +61047,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60936,21 +61111,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61000,21 +61175,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61064,21 +61239,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61128,21 +61303,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61192,21 +61367,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61256,21 +61431,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61320,21 +61495,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61384,21 +61559,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61448,21 +61623,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61512,51 +61687,114 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementReportExportJob", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceManagementReportExportJob", + "Uri": "/deviceManagement/reports/exportJobs", + "CommandAlias": null, "Module": "Beta.Reports", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61606,83 +61844,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExportJob" + ] }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementReportExportJob", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/exportJobs", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Reports", - "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 - } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExportJob" - }, - { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementReportExportJobCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/exportJobs/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61732,51 +61907,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportFilter", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getReportFilters", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61826,21 +62001,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61858,21 +62033,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportHistoricalReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getHistoricalReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61922,36 +62097,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getMalwareSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61985,21 +62160,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62033,21 +62208,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62097,21 +62272,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62161,21 +62336,85 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", + "CommandAlias": null, "Module": "Beta.DeviceManagement.Actions", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", + "Variants": [ + "Get", + "GetExpanded" + ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62225,21 +62464,114 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", + "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", + "Variants": [ + "Get", + "GetExpanded" ], - "OutputType": null + "Permissions": [] }, { + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", + "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", + "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", + "OutputType": null, + "Method": "POST", + "Variants": [ + "Get", + "GetExpanded" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", + "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], + "Permissions": [ + { + "Name": "DeviceManagementServiceConfig.Read.All", + "Description": "Read Microsoft Intune configuration", + "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementServiceConfig.ReadWrite.All", + "Description": "Read and write Microsoft Intune configuration", + "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration, 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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", + "CommandAlias": null, "Module": "Beta.DeviceManagement.Actions", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", + "Variants": [ + "Get", + "GetExpanded" + ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62289,328 +62621,171 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", + "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded" - ], "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, + "OutputType": null, "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", - "ApiVersion": "beta", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [ - { - "Name": "DeviceManagementServiceConfig.Read.All", - "Description": "Read Microsoft Intune configuration", - "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration, 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 - } - ], - "OutputType": null + "Permissions": [] }, { + "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", + "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded" - ], "Module": "Beta.DeviceManagement.Actions", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", "ApiVersion": "beta", - "Variants": [ - "Get", - "GetExpanded" - ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", "ApiReferenceLink": null, - "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", - "ApiVersion": "beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getUserInstallStatusReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62628,21 +62803,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62660,20 +62835,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62691,21 +62866,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62723,20 +62898,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62754,21 +62929,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62786,20 +62961,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62817,21 +62992,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62865,20 +63040,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceOperations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62912,20 +63087,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceOperationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceOperations/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62959,21 +63134,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63007,51 +63182,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyJust", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy", + "Method": "POST", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "GET", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementReusableSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63069,20 +63244,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementReusableSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reusableSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63100,20 +63275,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementReusableSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reusableSettings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63131,21 +63306,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63179,20 +63354,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63226,20 +63401,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63273,80 +63448,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63380,20 +63555,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63427,20 +63602,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63474,21 +63649,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63522,20 +63697,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63569,21 +63744,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63617,21 +63792,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63665,21 +63840,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleScopeTag", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63713,20 +63888,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleScopeTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleScopeTag", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63760,94 +63935,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleScopeTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleScopeTagById", - "ApiReferenceLink": null, "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource", - "ApiReferenceLink": null, "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63881,21 +64056,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63929,50 +64104,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleScopeTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64006,130 +64181,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.DeviceManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Beta.DeviceManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/$count", "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", "ApiReferenceLink": null, - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "ApiVersion": "beta", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64163,20 +64228,130 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + "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 + } + ] }, { + "Command": "Get-MgBetaDeviceManagementScriptCount", + "Uri": "/deviceManagement/deviceManagementScripts/$count", "CommandAlias": null, + "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", + "Variants": [ + "Get" + ], + "Permissions": [] + }, + { "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64210,21 +64385,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64258,21 +64433,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64306,21 +64481,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64354,20 +64529,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64401,21 +64576,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64449,21 +64624,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptRunSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64497,21 +64672,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptUserRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64545,20 +64720,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptUserRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64592,21 +64767,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64640,21 +64815,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64688,20 +64863,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64735,21 +64910,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64767,20 +64942,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64798,20 +64973,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/settingDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64829,20 +65004,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/softwareUpdateStatusSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64860,21 +65035,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit", - "ApiReferenceLink": null, "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64892,21 +65067,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64924,20 +65099,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64955,20 +65130,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64986,21 +65161,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65018,20 +65193,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65049,21 +65224,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65081,20 +65256,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65112,21 +65287,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65144,21 +65319,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65176,20 +65351,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65207,21 +65382,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65239,21 +65414,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65271,20 +65446,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65302,21 +65477,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65334,20 +65509,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65365,21 +65540,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65397,20 +65572,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65428,153 +65603,153 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65592,65 +65767,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65668,20 +65843,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65699,21 +65874,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTemplateSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65731,20 +65906,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/tenantAttachRBAC/getState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65778,21 +65953,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65810,20 +65985,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditions" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65841,21 +66016,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditions" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65873,20 +66048,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65904,21 +66079,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65936,21 +66111,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65968,21 +66143,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditions" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66000,20 +66175,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66031,21 +66206,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66063,20 +66238,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66094,21 +66269,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66126,20 +66301,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66157,21 +66332,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66189,21 +66364,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66221,21 +66396,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditions" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66253,20 +66428,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66284,20 +66459,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66315,21 +66490,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66363,20 +66538,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66410,63 +66585,63 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66500,21 +66675,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66548,20 +66723,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66595,20 +66770,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66642,21 +66817,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66690,20 +66865,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66737,21 +66912,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66785,20 +66960,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66832,20 +67007,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66879,21 +67054,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66927,20 +67102,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66974,20 +67149,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67021,21 +67196,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67069,20 +67244,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67116,20 +67291,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67163,21 +67338,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67211,20 +67386,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67258,20 +67433,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67305,20 +67480,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67352,21 +67527,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67400,20 +67575,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67447,20 +67622,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67494,21 +67669,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67542,20 +67717,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67589,20 +67764,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67636,21 +67811,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67684,20 +67859,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67731,20 +67906,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67778,21 +67953,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67826,20 +68001,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67873,20 +68048,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67920,20 +68095,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67967,64 +68142,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68058,20 +68233,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68105,21 +68280,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68153,21 +68328,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68201,21 +68376,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68249,20 +68424,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68296,21 +68471,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68344,21 +68519,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68392,21 +68567,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68440,21 +68615,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68488,21 +68663,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68536,20 +68711,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68583,20 +68758,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68630,20 +68805,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68677,21 +68852,163 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "CommandAlias": null, + "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "GET", + "Variants": [ + "List" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68725,20 +69042,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68772,20 +69089,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68819,21 +69136,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68867,20 +69184,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68914,20 +69231,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68961,21 +69278,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69009,20 +69326,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69056,20 +69373,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69103,21 +69420,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69151,20 +69468,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69198,20 +69515,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69245,21 +69562,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69293,20 +69609,141 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" + "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 + } + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "CommandAlias": null, + "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "Variants": [ + "List" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", "Variants": [ "List" ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", + "CommandAlias": null, "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69340,20 +69777,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "GET", "Variants": [ - "Get" + "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69387,20 +69824,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69434,21 +69871,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69482,93 +69919,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + "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 + } + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": 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 + } + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "ApiVersion": "beta", "Variants": [ "Get", + "Get1", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69602,20 +70062,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69649,20 +70109,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69696,21 +70156,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69744,20 +70204,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69791,20 +70251,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69838,27 +70298,26 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "GET", "Variants": [ "Get", - "Get1", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "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.", + "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 @@ -69872,40 +70331,40 @@ "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.", + "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.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": "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 } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "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.", + "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 @@ -69919,40 +70378,40 @@ "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.", + "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.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": "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 } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "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.", + "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 @@ -69966,36 +70425,36 @@ "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.", + "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.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": "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 } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70029,162 +70488,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", - "ApiVersion": "beta", - "Variants": [ - "List" - ], "Module": "Beta.DeviceManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.DeviceManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" - }, - { - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "ApiVersion": "beta", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70218,162 +70535,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], "Module": "Beta.DeviceManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.DeviceManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" - }, - { - "CommandAlias": null, + "OutputType": null, "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", - "ApiVersion": "beta", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70407,21 +70582,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70455,20 +70630,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70502,20 +70677,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70549,64 +70724,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70640,20 +70815,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70687,20 +70862,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70734,21 +70909,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70782,20 +70957,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70829,20 +71004,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70876,21 +71051,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70924,20 +71099,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70971,20 +71146,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71018,21 +71193,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71066,20 +71241,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71113,20 +71288,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71160,21 +71335,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71208,20 +71383,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71255,20 +71430,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71302,20 +71477,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71349,21 +71524,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71397,20 +71572,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71444,20 +71619,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71491,21 +71666,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71539,20 +71714,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71586,20 +71761,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71633,21 +71808,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71681,20 +71856,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71728,20 +71903,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71775,20 +71950,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71822,21 +71997,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71870,20 +72045,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71917,20 +72092,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71964,21 +72139,164 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "CommandAlias": null, + "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "GET", + "Variants": [ + "List" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "CommandAlias": null, "Module": "Beta.DeviceManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72012,163 +72330,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" + ] }, { + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", - "ApiVersion": "beta", - "Variants": [ - "List" - ], "Module": "Beta.DeviceManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.DeviceManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" - }, - { - "CommandAlias": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Method": "GET", - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", - "ApiVersion": "beta", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72202,20 +72377,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72249,21 +72424,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72281,20 +72456,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserPfxCertificate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userPfxCertificates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72312,20 +72487,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserPfxCertificate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userPfxCertificates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72343,35 +72518,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpoint", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72389,20 +72564,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcAuditEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/auditEvents", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72420,20 +72595,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcAuditEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72451,20 +72626,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72482,64 +72657,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcbulkaction-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/bulkActions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-bulkactions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPc", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72557,20 +72732,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPc" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPc", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72588,21 +72763,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPc" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72620,20 +72795,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72651,51 +72826,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPc", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72713,36 +72888,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPc" + ] }, { + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveReviewStatus", "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "Method": "GET", + "Variants": [ + "Retrieve", + "RetrieveViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72760,20 +72950,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpccrosscloudgovernmentorganizationmapping-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72791,21 +72981,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72823,20 +73013,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72854,20 +73044,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72885,20 +73075,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72916,20 +73106,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72947,21 +73137,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72979,20 +73169,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartnersettings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73010,20 +73200,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73041,64 +73231,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcfrontlineserviceplan-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-frontlineserviceplans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73116,20 +73306,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73147,20 +73337,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73178,21 +73368,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73210,20 +73400,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73241,20 +73431,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73272,20 +73462,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -73303,21 +73493,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73335,20 +73525,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73366,152 +73556,152 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73529,110 +73719,110 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcReports", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcReports" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getActionStatusReports", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcPerformanceReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcRecommendationReports", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Retrieve", "RetrieveExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73650,139 +73840,139 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexportjob-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcExportJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcExportJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getFrontlineReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getRawRemoteConnectionReports", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73800,21 +73990,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73832,21 +74022,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73864,49 +74054,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/retrieveScopedPermissions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcScopedPermission", + "Method": "GET", "Variants": [ "Retrieve" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcScopedPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcServicePlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/servicePlans", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-serviceplans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73924,20 +74114,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcServicePlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73955,21 +74145,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcshareduseserviceplan-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73987,20 +74177,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-shareduseserviceplans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74018,20 +74208,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlanCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74049,21 +74239,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74081,20 +74271,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcSnapshot" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/snapshots", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-snapshots?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74112,20 +74302,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcSnapshot" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/snapshots/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74143,21 +74333,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74175,20 +74365,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcSubscription", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74206,35 +74396,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcSubscription" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-supportedregions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74252,20 +74442,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74283,35 +74473,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting", + "Method": "GET", "Variants": [ "Retrieve" ], - "Module": "Beta.DeviceManagement.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74329,20 +74519,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74360,64 +74550,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74435,21 +74625,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74467,20 +74657,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74498,138 +74688,138 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74647,21 +74837,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74679,20 +74869,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74710,20 +74900,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74741,21 +74931,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74773,21 +74963,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74805,20 +74995,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74836,21 +75026,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74868,20 +75058,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74899,21 +75089,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74931,20 +75121,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74962,21 +75152,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74994,20 +75184,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75025,21 +75215,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -75057,20 +75247,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -75088,20 +75278,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -75119,21 +75309,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -75151,20 +75341,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -75182,20 +75372,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -75213,21 +75403,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75261,20 +75451,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75308,20 +75498,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75355,21 +75545,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75403,20 +75593,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75450,21 +75640,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75498,21 +75688,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75530,20 +75720,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75561,21 +75751,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75593,20 +75783,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75624,21 +75814,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75656,20 +75846,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75687,23 +75877,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/devices/{device-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -75785,23 +75975,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceMemberObject", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -75899,35 +76089,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceMemberOf", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceMemberOf", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -75961,79 +76151,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceMemberOfCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -76067,50 +76257,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/group/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwner", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -76144,107 +76334,107 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/endpoint", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/user", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -76278,21 +76468,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -76326,65 +76516,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/user/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -76418,107 +76608,155 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/endpoint", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUserAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUserAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/user", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUserByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDeviceRegisteredUserCount", + "Uri": "/devices/{device-id}/registeredUsers/$count", + "CommandAlias": null, "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "Device.Read.All", @@ -76552,128 +76790,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDeviceRegisteredUserCount", - "ApiReferenceLink": null, - "Uri": "/devices/{device-id}/registeredUsers/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", - "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 - } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/user/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -76707,79 +76897,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceTransitiveMemberOfCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -76813,65 +77003,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/usageRights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUsageRight", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -76905,21 +77095,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUsageRight" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDeviceUsageRightsCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/usageRights/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -76953,50 +77143,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDeviceUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/devices/getUserOwnedObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectory", - "ApiReferenceLink": null, "Uri": "/directory", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectory", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77030,20 +77220,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77077,20 +77267,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitCount", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77124,20 +77314,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", "Uri": "/directory/administrativeUnits/delta", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77171,64 +77361,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77262,35 +77452,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77324,35 +77514,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77386,35 +77576,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77448,35 +77638,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77510,35 +77700,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrgContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77572,35 +77762,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77634,20 +77824,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77681,21 +77871,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77729,21 +77919,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77777,21 +77967,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77825,21 +78015,165 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", + "CommandAlias": null, "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77873,165 +78207,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", - "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Beta.Identity.DirectoryManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", - "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.DirectoryManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Method": "GET", - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "ApiVersion": "beta", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -78065,20 +78255,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -78112,21 +78302,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -78160,21 +78350,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAttributeSet", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets/{attributeSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78192,20 +78382,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttributeSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAttributeSet", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78223,20 +78413,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttributeSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryAttributeSetCount", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78254,35 +78444,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryCertificateAuthority", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCertificateAuthorityPath" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78300,20 +78490,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthoritypath-list-certificatebasedapplicationconfigurations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78331,20 +78521,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78362,21 +78552,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78394,20 +78584,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-list-trustedcertificateauthorities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78425,21 +78615,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78457,21 +78647,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78489,20 +78679,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78520,21 +78710,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78552,20 +78742,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAllowedValue" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78583,21 +78773,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAllowedValue" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78615,20 +78805,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78646,501 +78836,501 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItem", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", + "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/administrativeUnit", + "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/application", + "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/application", + "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/device", + "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/device", + "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/group", + "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/group", + "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", + "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/servicePrincipal", + "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedUser", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsUser", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/user", + "CommandAlias": "Get-MgBetaDirectoryDeletedUser", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaDirectoryDeletedUser", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemAsUser", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/user", + "CommandAlias": "Get-MgBetaDirectoryDeletedUser", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryDeletedItemById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/directory/deletedItems/getByIds", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/application/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/device/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/group/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/user/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryDeletedItemMemberObject", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalUserProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalUserProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/externalUserProfiles", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-externaluserprofiles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalUserProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalUserProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryExternalUserProfileCount", - "ApiReferenceLink": null, "Uri": "/directory/externalUserProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -79158,20 +79348,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -79189,20 +79379,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryFederationConfigurationCount", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -79220,64 +79410,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/impactedResources/{impactedResource-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/impactedResources", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryImpactedResourceCount", - "ApiReferenceLink": null, "Uri": "/directory/impactedResources/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79311,20 +79501,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphInboundSharedUserProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/inboundSharedUserProfiles", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-inboundshareduserprofiles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -79342,20 +79532,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphInboundSharedUserProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount", - "ApiReferenceLink": null, "Uri": "/directory/inboundSharedUserProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -79373,95 +79563,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta", "Uri": "/directoryObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryObject", - "ApiReferenceLink": null, "Uri": "/directoryObjects", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryObjectById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/directoryObjects/getByIds", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryObjectCount", - "ApiReferenceLink": null, "Uri": "/directoryObjects/$count", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryObjectDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", "Uri": "/directoryObjects/delta", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryObjectMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -79543,23 +79733,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryObjectMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -79657,50 +79847,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryObjectUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/directoryObjects/getUserOwnedObjects", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -79718,20 +79908,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -79749,21 +79939,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79797,20 +79987,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-outboundshareduserprofiles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79844,20 +80034,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79891,35 +80081,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-list-tenants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTenantReference", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79953,21 +80143,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTenantReference" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -80001,64 +80191,64 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPendingExternalUserProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/pendingExternalUserProfiles", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-pendingexternaluserprofile?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPendingExternalUserProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount", - "ApiReferenceLink": null, "Uri": "/directory/pendingExternalUserProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRecommendation", - "ApiReferenceLink": null, "Uri": "/directory/recommendations/{recommendation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecommendation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80076,20 +80266,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRecommendation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRecommendation", - "ApiReferenceLink": null, "Uri": "/directory/recommendations", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-recommendation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecommendation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80107,20 +80297,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRecommendation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRecommendationCount", - "ApiReferenceLink": null, "Uri": "/directory/recommendations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80138,21 +80328,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80170,20 +80360,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphImpactedResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-list-impactedresources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80201,21 +80391,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphImpactedResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount", - "ApiReferenceLink": null, "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80233,21 +80423,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", "Uri": "/directoryRoles/{directoryRole-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80281,20 +80471,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryRole" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta", "Uri": "/directoryRoles", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80328,36 +80518,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryRole" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryRoleById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/directoryRoles/getByIds", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80391,20 +80581,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryRole" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleCount", - "ApiReferenceLink": null, "Uri": "/directoryRoles/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80438,20 +80628,67 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta", "Uri": "/directoryRoles/delta", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Delta" ], + "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.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 + } + ] + }, + { + "Command": "Get-MgBetaDirectoryRoleMember", + "Uri": "/directoryRoles/{directoryRole-id}/members", + "CommandAlias": null, "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80485,241 +80722,194 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryRole" + ] }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDirectoryRoleMember", - "ApiReferenceLink": null, - "Uri": "/directoryRoles/{directoryRole-id}/members", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.DirectoryManagement", - "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.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 - } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/application", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/device", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/group", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberAsUser", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberAsUser", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/user", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberByRef", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80753,21 +80943,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberCount", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80801,159 +80991,159 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryRoleMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryRoleMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80987,21 +81177,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleScopedMemberCount", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81035,21 +81225,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81083,20 +81273,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta", "Uri": "/directoryRoleTemplates", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81130,35 +81320,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryRoleTemplateById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/directoryRoleTemplates/getByIds", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleTemplateCount", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81192,20 +81382,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectoryRoleTemplateDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", "Uri": "/directoryRoleTemplates/delta", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81239,85 +81429,85 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/directoryRoleTemplates/getUserOwnedObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectoryRoleUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/directoryRoles/getUserOwnedObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta", "Uri": "/settings/{directorySetting-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -81351,20 +81541,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectorySetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta", "Uri": "/settings", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -81398,21 +81588,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectorySetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -81430,20 +81620,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectorySettingTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta", "Uri": "/directorySettingTemplates", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -81461,35 +81651,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectorySettingTemplate" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectorySettingTemplateById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/directorySettingTemplates/getByIds", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySettingTemplateCount", - "ApiReferenceLink": null, "Uri": "/directorySettingTemplates/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -81507,20 +81697,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySettingTemplateDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", "Uri": "/directorySettingTemplates/delta", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -81538,186 +81728,186 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectorySettingTemplateMemberObject", - "ApiReferenceLink": null, "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/directorySettingTemplates/getUserOwnedObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySharedEmailDomain", - "ApiReferenceLink": null, "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySharedEmailDomain", - "ApiReferenceLink": null, "Uri": "/directory/sharedEmailDomains", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySharedEmailDomainCount", - "ApiReferenceLink": null, "Uri": "/directory/sharedEmailDomains/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions/{companySubscription-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDirectorySubscriptionCount", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta", "Uri": "/domains/{domain-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomain", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -81743,20 +81933,59 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDomain" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta", "Uri": "/domains", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomain", + "Method": "GET", "Variants": [ "List" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaDomainCount", + "Uri": "/domains/$count", + "CommandAlias": null, "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get" + ], "Permissions": [ { "Name": "Domain.Read.All", @@ -81782,60 +82011,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDomain" + ] }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaDomainCount", - "ApiReferenceLink": null, - "Uri": "/domains/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Identity.DirectoryManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -81853,64 +82043,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainFederationConfigurationCount", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainNameReference", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainNameReference", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/domainNameReferences", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -81928,21 +82118,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainNameReferenceCount", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/domainNameReferences/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -81960,35 +82150,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainServiceConfigurationRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainServiceConfigurationRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -82006,21 +82196,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainServiceConfigurationRecordCount", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -82038,79 +82228,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -82128,21 +82318,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDomainVerificationDnsRecordCount", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -82160,21 +82350,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDrive", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -82224,34 +82414,34 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDrive", - "ApiReferenceLink": null, "Uri": "/drives", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -82301,287 +82491,287 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemActivityOld" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveBundle", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveBundle", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveBundleContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveBundleCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveContentTypeBase", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveFollowing", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveFollowing", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveFollowingContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveFollowingCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -82647,34 +82837,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -82724,36 +82914,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemActivityOld" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -82803,79 +82993,79 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemAnalytics" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -82925,21 +83115,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemActivityStat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemAnalyticTime", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -82989,35 +83179,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemActivityStat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -83067,51 +83257,51 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemChildContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemChildCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -83161,21 +83351,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -83225,21 +83415,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -83289,533 +83479,533 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -83865,20 +84055,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -83928,21 +84118,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemPermissionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -83992,94 +84182,94 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -84129,21 +84319,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphThumbnailSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemThumbnailCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -84193,21 +84383,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -84257,20 +84447,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItemVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -84320,21 +84510,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItemVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -84384,21 +84574,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -84448,1197 +84638,1197 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveList", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListColumnCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListDrive", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/drive", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/items/delta", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListOperationCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRoot", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootAnalyticTime", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/allTime", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootChildContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootChildCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/delta", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -85688,715 +85878,715 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootPermissionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootThumbnailCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveRootVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveSpecial", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveSpecial", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveSpecialContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaDriveSpecialCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClass", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86422,20 +86612,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClass", - "ApiReferenceLink": null, "Uri": "/education/classes", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-classes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86461,21 +86651,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignment", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86541,20 +86731,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignment", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86620,21 +86810,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86700,21 +86890,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86780,20 +86970,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86859,23 +87049,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentCategoryCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86941,23 +87131,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87023,21 +87213,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87103,21 +87293,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentDefault", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87183,21 +87373,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87263,51 +87453,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentGradingScheme", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingScheme" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87373,20 +87563,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87452,21 +87642,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87532,35 +87722,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87618,21 +87808,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87690,21 +87880,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87770,21 +87960,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationRubric" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87850,21 +88040,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSetting", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87930,80 +88120,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingScheme" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88037,50 +88227,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationGradingScheme" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingScheme" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88146,20 +88336,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88225,21 +88415,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88305,35 +88495,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -88367,21 +88557,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationOutcome" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -88415,21 +88605,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88495,20 +88685,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88574,21 +88764,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88654,35 +88844,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88740,21 +88930,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88812,21 +89002,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88892,20 +89082,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88971,21 +89161,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89051,35 +89241,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89145,21 +89335,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89225,20 +89415,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassCount", - "ApiReferenceLink": null, "Uri": "/education/classes/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89264,20 +89454,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta", "Uri": "/education/classes/delta", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89327,21 +89517,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassGroup", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/group", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get-group?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89391,49 +89581,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassMember", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/members", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89467,20 +89657,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassMemberByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/members/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89514,21 +89704,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassMemberCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89562,21 +89752,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassModule", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89610,20 +89800,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassModule", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89657,21 +89847,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassModuleCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89705,21 +89895,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassModuleResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89753,20 +89943,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationModuleResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassModuleResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89800,21 +89990,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationModuleResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassModuleResourceCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.Read", @@ -89848,35 +90038,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassSchool", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassSchool", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/schools", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89902,21 +90092,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSchool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassSchoolCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/schools/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89942,20 +90132,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassTeacher", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/teachers", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89981,20 +90171,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassTeacherByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90020,21 +90210,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationClassTeacherCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/teachers/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90060,20 +90250,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMe", - "ApiReferenceLink": null, "Uri": "/education/me", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90099,35 +90289,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignment", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignment", - "ApiReferenceLink": null, "Uri": "/education/me/assignments", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90193,78 +90383,78 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentCategoryCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90330,461 +90520,461 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", "Uri": "/education/me/assignments/delta", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentGradingScheme", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingScheme" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeClass", - "ApiReferenceLink": null, "Uri": "/education/me/classes/{educationClass-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeClass", - "ApiReferenceLink": null, "Uri": "/education/me/classes", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90810,20 +91000,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeClassCount", - "ApiReferenceLink": null, "Uri": "/education/me/classes/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90849,21 +91039,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeRubric", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics/{educationRubric-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90897,20 +91087,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationRubric" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeRubric", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90944,20 +91134,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationRubric" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeRubricCount", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90991,35 +91181,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeSchool", - "ApiReferenceLink": null, "Uri": "/education/me/schools/{educationSchool-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeSchool", - "ApiReferenceLink": null, "Uri": "/education/me/schools", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91045,20 +91235,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSchool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeSchoolCount", - "ApiReferenceLink": null, "Uri": "/education/me/schools/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91084,35 +91274,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeTaughtClass", - "ApiReferenceLink": null, "Uri": "/education/me/taughtClasses/{educationClass-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeTaughtClass", - "ApiReferenceLink": null, "Uri": "/education/me/taughtClasses", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91138,20 +91328,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeTaughtClassCount", - "ApiReferenceLink": null, "Uri": "/education/me/taughtClasses/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91177,20 +91367,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeUser", - "ApiReferenceLink": null, "Uri": "/education/me/user", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91248,77 +91438,77 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/me/user/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/education/me/user/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/education/me/user/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationRoot", - "ApiReferenceLink": null, "Uri": "/education", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91344,20 +91534,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSchool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-schools?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91383,21 +91573,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSchool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSchoolAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get-administrativeUnit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91447,20 +91637,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSchoolClass", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/classes", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91486,20 +91676,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSchoolClassByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91525,21 +91715,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSchoolClassCount", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/classes/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91565,20 +91755,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSchoolCount", - "ApiReferenceLink": null, "Uri": "/education/schools/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91604,20 +91794,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSchoolDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta", "Uri": "/education/schools/delta", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91675,20 +91865,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSchool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSchoolUser", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/users", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91706,20 +91896,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSchoolUserByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91737,21 +91927,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSchoolUserCount", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/users/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91769,21 +91959,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.Read", @@ -91817,20 +92007,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.Read", @@ -91864,20 +92054,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfileCount", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.Read", @@ -91911,35 +92101,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfileError", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSynchronizationError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfileError", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationerrors-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.Read", @@ -91973,21 +92163,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSynchronizationError" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.Read", @@ -92021,21 +92211,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfileStatus", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofilestatus-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.Read", @@ -92069,23 +92259,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92111,20 +92301,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-users?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -92142,35 +92332,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -92236,79 +92426,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentCategoryCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -92374,462 +92564,462 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/delta", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentGradingScheme", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingScheme" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserClass", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserClass", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/classes", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92855,21 +93045,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserClassCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/classes/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92895,20 +93085,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserCount", - "ApiReferenceLink": null, "Uri": "/education/users/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -92926,20 +93116,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta", "Uri": "/education/users/delta", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92997,94 +93187,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserRubricCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserSchool", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserSchool", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/schools", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93110,21 +93300,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSchool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserSchoolCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/schools/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93150,64 +93340,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserTaughtClass", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserTaughtClass", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/taughtClasses", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93233,21 +93423,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEducationUserTaughtClassCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93273,21 +93463,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93305,20 +93495,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93336,21 +93526,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93368,35 +93558,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93414,51 +93604,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", "Variants": [ "Access", "Access1", "AccessViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93476,20 +93666,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93507,21 +93697,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93539,20 +93729,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93570,20 +93760,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93601,79 +93791,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionHandler" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionHandler" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93691,20 +93881,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93722,20 +93912,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93753,21 +93943,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentresourcerole-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93785,20 +93975,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentresourceroles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93816,20 +94006,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93847,21 +94037,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93879,20 +94069,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackagecatalogs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93910,21 +94100,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93942,20 +94132,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93973,20 +94163,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94004,20 +94194,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94035,34 +94225,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94080,21 +94270,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94112,20 +94302,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-customaccesspackageworkflowextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94143,20 +94333,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94174,20 +94364,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94205,20 +94395,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94236,20 +94426,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94267,20 +94457,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94298,35 +94488,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94344,64 +94534,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageresourceenvironment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94419,20 +94609,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94450,35 +94640,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94496,35 +94686,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourcerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94542,20 +94732,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94573,21 +94763,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94605,20 +94795,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94636,35 +94826,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94682,36 +94872,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectedOrganization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94729,20 +94919,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConnectedOrganization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94760,20 +94950,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConnectedOrganization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94791,20 +94981,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94822,20 +95012,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94853,21 +95043,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94885,20 +95075,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94916,20 +95106,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94947,21 +95137,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94979,20 +95169,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95010,166 +95200,166 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEntitlementManagementSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectedOrganization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaEntitlementManagementSubjectCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternal", - "ApiReferenceLink": null, "Uri": "/external", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternal", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems/{authorizationSystem-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-list-authorizationsystems?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalAuthorizationSystemCount", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataCollectionInfo", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataCollectionInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnection", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95195,20 +95385,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnection", - "ApiReferenceLink": null, "Uri": "/external/connections", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95234,20 +95424,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionCount", - "ApiReferenceLink": null, "Uri": "/external/connections/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95273,21 +95463,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionGroup", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -95313,94 +95503,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionGroup", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionGroupCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionGroupMemberCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionItem", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -95426,109 +95616,109 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionItem", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionItemActivityCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionItemCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionOperation", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95554,65 +95744,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionOperation", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionOperationCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionQuota", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/quota", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalConnectionSchema", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/schema", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95638,35 +95828,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryData", - "ApiReferenceLink": null, "Uri": "/external/industryData", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": null, "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95684,20 +95874,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIndustryDataConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": null, "Uri": "/external/industryData/dataConnectors", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95715,20 +95905,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIndustryDataConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataConnectorCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/dataConnectors/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95746,36 +95936,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem", - "ApiReferenceLink": null, "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataInboundFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95793,20 +95983,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataInboundFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/inboundFlows", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95824,20 +96014,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/inboundFlows/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95855,21 +96045,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector", - "ApiReferenceLink": null, "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95887,21 +96077,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIndustryDataConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear", - "ApiReferenceLink": null, "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -95919,342 +96109,342 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": null, "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": null, "Uri": "/external/industryData/operations", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataOperationCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/operations/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataroot-list-outboundprovisioningflowsets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-outboundprovisioningflowset-list-provisioningflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": null, "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": null, "Uri": "/external/industryData/referenceDefinitions", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/referenceDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": null, "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": null, "Uri": "/external/industryData/roleGroups", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/roleGroups/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataRun", - "ApiReferenceLink": null, "Uri": "/external/industryData/runs/{industryDataRun-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataRun", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataRun", - "ApiReferenceLink": null, "Uri": "/external/industryData/runs", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataRun", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataRunActivity", - "ApiReferenceLink": null, "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRunActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataRunActivity", - "ApiReferenceLink": null, "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRunActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataRunActivityCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataRunCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/runs/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataRunStatistics", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta", "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRunStatistics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": null, "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96272,20 +96462,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": null, "Uri": "/external/industryData/sourceSystems", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96303,20 +96493,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/sourceSystems/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96334,21 +96524,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataYear", - "ApiReferenceLink": null, "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96366,20 +96556,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataYear", - "ApiReferenceLink": null, "Uri": "/external/industryData/years", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96397,20 +96587,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaExternalIndustryDataYearCount", - "ApiReferenceLink": null, "Uri": "/external/industryData/years/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96428,3909 +96618,3909 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancial", - "ApiReferenceLink": null, "Uri": "/financials", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinancials", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinancials" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompany", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompany", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompany" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompany", - "ApiReferenceLink": null, "Uri": "/financials/companies", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompany", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompany" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/accounts/{account-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/accounts", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyAccountCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/accounts/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgedAccountsPayable" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/agedAccountsPayable", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgedAccountsPayable" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgedAccountsReceivable" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgedAccountsReceivable" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCountryRegion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCountryRegion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/countriesRegions", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCountryRegion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCountryRegion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCountryRegionCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/countriesRegions/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/currencies", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCurrencyCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/currencies/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPaymentJournal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPaymentJournal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyDimension", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDimension", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphDimension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyDimension", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/dimensions", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDimension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphDimension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyDimensionCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/dimensions/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyDimensionValue", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDimensionValue", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphDimensionValue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyDimensionValue", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/dimensionValues", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDimensionValue", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphDimensionValue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyDimensionValueCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmployee", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmployee" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmployee", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmployee" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyEmployeeCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphGeneralLedgerEntry" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/generalLedgerEntries", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphGeneralLedgerEntry" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyInformation", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanyInformation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanyInformation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyInformation", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/companyInformation", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanyInformation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanyInformation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyInformationCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/companyInformation/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyInformationPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/itemCategories", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyItemCategoryCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/itemCategories/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyItemCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyJournalAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyJournalCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournalLine", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournalLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournalLine", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournalLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyJournalLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyJournalLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentMethods", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentMethods/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentTerms", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPaymentTermCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentTerms/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPurchaseInvoice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPurchaseInvoice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVendor", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphVendor" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesInvoice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesInvoice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesInvoice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesInvoice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesInvoiceLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesInvoiceLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrder", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesOrder", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesOrder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrder", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesOrder", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesOrder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesOrderLine", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesOrderLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesOrderLine", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesOrderLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuote", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesQuote", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesQuote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuote", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesQuote", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesQuote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesQuoteLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesQuoteLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccount" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/shipmentMethods", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/shipmentMethods/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxArea", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxArea" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxAreas", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxArea", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxArea" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyTaxAreaCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxAreas/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxGroups", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyTaxGroupCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxGroups/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnitOfMeasure" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnitOfMeasure" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVendor", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphVendor" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVendor", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphVendor" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyVendorCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyVendorCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyVendorPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaFinancialCompanyVendorPictureCount", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", "Uri": "/groups/{group-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100372,20 +100562,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta", "Uri": "/groups", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100427,20 +100617,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupAcceptedSender", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/acceptedSenders", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -100458,20 +100648,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupAcceptedSenderByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -100489,21 +100679,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupAcceptedSenderCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/acceptedSenders/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -100521,35 +100711,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/appRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Directory.Read.All", @@ -100575,21 +100765,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupAppRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/appRoleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Directory.Read.All", @@ -100615,36 +100805,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaGroupById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/groups/getByIds", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", "Uri": "/groups(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100686,36 +100876,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupCalendar", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupCalendarEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -100749,20 +100939,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupCalendarEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/events", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Group.Read.All", @@ -100780,21 +100970,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupCalendarEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/delta", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Calendars.Read", @@ -100820,96 +101010,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupCalendarPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupCalendarPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupCalendarPermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaGroupCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/getSchedule", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduleInformation" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupCalendarView", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarView", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupConversation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -100943,20 +101133,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversation" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupConversation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -100990,21 +101180,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101038,21 +101228,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101086,20 +101276,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101133,21 +101323,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101181,23 +101371,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101231,20 +101421,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPost" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101278,35 +101468,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPost" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101340,21 +101530,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttachment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101388,21 +101578,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101436,240 +101626,240 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostMentionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -101711,36 +101901,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupCreatedOnBehalfOf", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/createdOnBehalfOf", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDefaultDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drive", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -101790,20 +101980,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta", "Uri": "/groups/delta", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -101845,35 +102035,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -101923,168 +102113,168 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveBundle", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveBundle", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveBundleContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveBundleCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveContentTypeBase", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -102134,3007 +102324,3007 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveFollowing", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveFollowing", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveFollowingContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveFollowingCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemAnalyticTime", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemChildContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemPermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemThumbnailCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRoot", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootAnalyticTime", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootChildContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootPermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootThumbnailCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveRootVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveSpecial", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveSpecial", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveSpecialContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupDriveSpecialCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEndpoint", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/endpoint-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -105152,20 +105342,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEndpoint" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEndpoint", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/endpoints", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -105183,21 +105373,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEndpoint" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEndpointCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/endpoints/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -105215,21 +105405,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -105263,20 +105453,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Group.Read.All", @@ -105294,80 +105484,80 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupEventCalendar", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/calendar", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Group.Read.All", @@ -105385,21 +105575,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/delta", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Calendars.Read", @@ -105425,373 +105615,373 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupEventInstance", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupEventInstance", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -105809,80 +105999,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceCalendar", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -105900,258 +106090,258 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupEventInstanceExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -106169,20 +106359,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta", "Uri": "/groupLifecyclePolicies", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -106200,20 +106390,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupLifecyclePolicyByGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/groupLifecyclePolicies", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -106231,20 +106421,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupLifecyclePolicyCount", - "ApiReferenceLink": null, "Uri": "/groupLifecyclePolicies/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -106262,20 +106452,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106317,194 +106507,194 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/application", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/device", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/group", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/orgContact", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/user", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/$ref", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106546,21 +106736,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106602,113 +106792,113 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberCountAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/application/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberCountAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/device/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/group/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/orgContact/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberCountAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/user/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaGroupMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/groups/{group-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -106790,23 +106980,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaGroupMemberObject", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -106904,35 +107094,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberOf", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberOf", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106966,79 +107156,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/group", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberOfCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -107072,359 +107262,359 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/group/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -107466,20 +107656,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -107521,21 +107711,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteNotebookCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -107577,23 +107767,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Notes.Create", @@ -107635,20 +107825,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCopyNotebookModel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -107690,20 +107880,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -107745,21 +107935,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -107801,36 +107991,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/operations/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -107864,20 +108054,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -107911,36 +108101,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenotePageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -107974,21 +108164,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteRecentNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Notes.Create", @@ -108030,36 +108220,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRecentNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -108093,36 +108283,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteResourceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/resources/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -108164,132 +108354,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Notes", - "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 - } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSectionCount", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Beta.Notes", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupOnenoteSectionGroup", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -108331,21 +108409,133 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { + "Command": "Get-MgBetaGroupOnenoteSectionCount", + "Uri": "/groups/{group-id}/onenote/sections/$count", "CommandAlias": null, + "Module": "Beta.Notes", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { "Command": "Get-MgBetaGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Notes", + "ApiVersion": "beta", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaGroupOnenoteSectionGroup", "Uri": "/groups/{group-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -108387,23 +108577,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteSectionGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -108445,20 +108635,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -108500,20 +108690,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -108547,20 +108737,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwner", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108602,194 +108792,194 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/application", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/device", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/group", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/orgContact", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/user", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/$ref", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108831,21 +109021,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108887,111 +109077,111 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerCountAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/application/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerCountAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/device/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/group/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/orgContact/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupOwnerCountAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/user/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/getPasswordSingleSignOnCredentials", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -109017,35 +109207,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -109079,21 +109269,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -109127,23 +109317,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupPhoto", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/photo", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -109169,20 +109359,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProfilePhoto" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupPhoto", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/photos", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -109208,23 +109398,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProfilePhoto" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPhotoContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/photo/$value", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -109250,50 +109440,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPlanner", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPlannerPlan", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPlannerPlan", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -109343,65 +109533,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPlannerPlanBucket", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerBucket" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPlannerPlanBucketDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerBucket" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPlannerPlanCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/$count", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -109451,21 +109641,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPlannerPlanDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/planner/plans/delta", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Tasks.Read", @@ -109483,64 +109673,64 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPlannerPlanDetail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPlannerPlanTask", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupPlannerPlanTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupRejectedSender", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/rejectedSenders", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -109558,20 +109748,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupRejectedSenderByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -109589,21 +109779,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupRejectedSenderCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/rejectedSenders/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -109621,21 +109811,68 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "Permissions": [ + { + "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": true + }, + { + "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.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 + } + ] + }, + { + "Command": "Get-MgBetaGroupSetting", + "Uri": "/groups/{group-id}/settings", + "CommandAlias": null, "Module": "Beta.Groups", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "Directory.Read.All", @@ -109669,68 +109906,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectorySetting" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaGroupSetting", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/settings", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Groups", - "Permissions": [ - { - "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": true - }, - { - "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.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 - } - ], - "OutputType": "IMicrosoftGraphDirectorySetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSettingCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/settings/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -109764,8543 +109954,8543 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteAnalyticTime", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteByPath", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeBase", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteContentTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteDefaultDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/delta", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteDriveCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteExternalColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteExternalColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteExternalColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPath", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathRecycleBin", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBin", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBin" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetGraphBPrePathByPath", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlocker", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlocker" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/items", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteItemCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemActivityCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemActivityListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenotePageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenotePageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteResourceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageCountAsSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSitePermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBin", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBin", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBin" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBinItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBinItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBinItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBinItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinItemCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "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", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet", - "ApiReferenceLink": null, "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", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "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", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "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", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "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", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "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", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSubSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSubSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/sites", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List2" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupSubSiteCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelTabCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/group", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamIncomingChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamIncomingChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/incomingChannels", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamIncomingChannelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/incomingChannels/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamInstalledAppCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamOwner", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners/{user-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamOwner", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamOwnerCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPhoto", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamSchedule", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDayNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/dayNotes", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDayNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleShiftCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeCards", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeCards/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamTagCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamTagMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamTemplate", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/template", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTeamTemplateDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/templateDefinition", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118334,20 +118524,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaGroupThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118381,21 +118571,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118429,23 +118619,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPost", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118479,20 +118669,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPost" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPost", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118526,35 +118716,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPost" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118588,21 +118778,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttachment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118636,21 +118826,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118684,255 +118874,255 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupThreadPostMentionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -118974,195 +119164,195 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/application", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/device", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/group", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/orgContact", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/user", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119204,125 +119394,125 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/application/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/device/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/group/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/user/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119356,79 +119546,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/group", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberOfCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119462,109 +119652,109 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaGroupUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/groups/getUserOwnedObjects", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityApiConnectorCount", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119582,20 +119772,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119613,35 +119803,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119659,210 +119849,210 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119880,20 +120070,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119911,35 +120101,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119957,21 +120147,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "EventListener.Read.All", @@ -119989,51 +120179,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "EventListener.Read.All", @@ -120051,20 +120241,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "EventListener.Read.All", @@ -120082,20 +120272,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "EventListener.Read.All", @@ -120113,21 +120303,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120145,20 +120335,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2cuserflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120176,20 +120366,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowCount", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120207,82 +120397,82 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProvider", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProvider" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120300,20 +120490,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-languages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120331,21 +120521,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120363,21 +120553,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120395,20 +120585,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120426,21 +120616,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120458,21 +120648,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120490,21 +120680,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120522,20 +120712,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120553,21 +120743,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120585,21 +120775,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120617,21 +120807,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120649,20 +120839,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-userattributeassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120680,21 +120870,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120712,21 +120902,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120744,36 +120934,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120791,20 +120981,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120822,35 +121012,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120868,82 +121058,82 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProvider", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProvider" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProvider", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProvider" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120961,20 +121151,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120992,21 +121182,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121024,21 +121214,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121056,20 +121246,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121087,21 +121277,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121119,21 +121309,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121151,21 +121341,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121183,20 +121373,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121214,21 +121404,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121246,21 +121436,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121278,96 +121468,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121385,20 +121575,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121416,21 +121606,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121448,21 +121638,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121480,50 +121670,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -121541,20 +121731,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -121572,308 +121762,308 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", + "Method": "GET", "Variants": [ "Get1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Method": "GET", "Variants": [ "List1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", "Variants": [ "List1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET", "Variants": [ "List1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphNamedLocation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphNamedLocation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessTemplate", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessTemplate", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/templates", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/templates/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy", - "ApiReferenceLink": null, "Uri": "/identity/continuousAccessEvaluationPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -121891,20 +122081,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -121922,20 +122112,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -121953,402 +122143,402 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122366,20 +122556,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122397,20 +122587,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122428,21 +122618,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122460,20 +122650,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122491,35 +122681,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122537,21 +122727,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122569,21 +122759,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122601,21 +122791,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122633,20 +122823,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122664,21 +122854,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122696,95 +122886,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122802,20 +122992,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewStage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122833,21 +123023,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewStage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122865,21 +123055,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122897,20 +123087,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122928,21 +123118,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122960,151 +123150,151 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/policy", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Policy.Read.All", @@ -123122,21 +123312,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123154,20 +123344,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppConsentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123185,20 +123375,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppConsentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123216,21 +123406,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123248,20 +123438,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserConsentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123279,80 +123469,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserConsentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123370,21 +123560,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123402,20 +123592,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123433,20 +123623,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123464,80 +123654,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123555,20 +123745,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123586,20 +123776,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123617,153 +123807,153 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedItemContainer", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedItemContainer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123781,20 +123971,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123812,20 +124002,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123843,239 +124033,239 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124093,21 +124283,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124125,80 +124315,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight", + "Uri": "/identityGovernance/lifecycleWorkflows/insights", "CommandAlias": null, + "Module": "Beta.Identity.Governance", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", + "Variants": [ + "Get" + ], + "Permissions": [] + }, + { "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124216,20 +124420,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124247,21 +124451,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124279,35 +124483,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124325,21 +124529,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124357,95 +124561,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124463,20 +124667,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124494,21 +124698,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124526,94 +124730,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124631,20 +124835,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124662,35 +124866,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124708,21 +124912,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124740,21 +124944,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124772,20 +124976,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124803,20 +125007,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124834,35 +125038,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124880,21 +125084,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124912,109 +125116,109 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125032,21 +125236,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125064,65 +125268,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125140,21 +125344,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125172,95 +125376,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125278,20 +125482,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125309,20 +125513,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125340,197 +125544,197 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125548,21 +125752,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125580,94 +125784,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125685,21 +125889,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125717,20 +125921,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125748,21 +125952,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125780,139 +125984,139 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125930,20 +126134,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125961,21 +126165,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125993,771 +126197,771 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionManagement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsManagement", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsManagement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsrequestchange-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsRequestChange" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-list-permissionsrequestchanges?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsRequestChange" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -126775,20 +126979,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -126806,35 +127010,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -126852,65 +127056,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -126928,20 +127132,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -126959,35 +127163,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127005,95 +127209,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127111,20 +127315,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127142,35 +127346,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127188,95 +127392,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127294,20 +127498,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127325,20 +127529,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127356,65 +127560,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127432,20 +127636,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127463,20 +127667,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127494,95 +127698,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127600,20 +127804,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127631,20 +127835,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127662,95 +127866,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127768,20 +127972,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alerts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127799,23 +128003,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127833,20 +128037,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertconfigurations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127864,35 +128068,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127910,20 +128114,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127941,23 +128145,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -127975,20 +128179,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertdefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128006,20 +128210,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128037,21 +128241,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128069,20 +128273,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128100,21 +128304,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128132,21 +128336,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128164,316 +128368,316 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLongRunningOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/operations", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/operations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -128491,20 +128695,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -128522,20 +128726,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityProviderCount", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -128553,21 +128757,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/userFlows/{identityUserFlow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128585,20 +128789,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityUserFlow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/userFlows", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128616,21 +128820,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityUserFlow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128648,20 +128852,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128679,20 +128883,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityUserFlowAttributeCount", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128710,20 +128914,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaIdentityUserFlowCount", - "ApiReferenceLink": null, "Uri": "/identity/userFlows/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -128741,49 +128945,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtection", - "ApiReferenceLink": null, "Uri": "/informationProtection", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionBitlocker", - "ApiReferenceLink": null, "Uri": "/informationProtection/bitlocker", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlocker", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlocker" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": null, "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -128801,20 +129005,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": null, "Uri": "/informationProtection/bitlocker/recoveryKeys", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -128832,20 +129036,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -128863,78 +129067,78 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -128952,20 +129156,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy/labels", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -128983,20 +129187,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionPolicyLabelCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy/labels/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -129014,64 +129218,64 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/sensitivityLabels/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/informationProtection/sensitivityPolicySettings", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129089,20 +129293,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129120,20 +129324,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129151,196 +129355,196 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInvitation", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInvitation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInvitation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInvitation", - "ApiReferenceLink": null, "Uri": "/invitations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInvitation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInvitation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInvitationCount", - "ApiReferenceLink": null, "Uri": "/invitations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInvitationInvitedUserSponsor", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInvitationInvitedUserSponsor", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUserSponsors", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaInvitationInvitedUserSponsorCount", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -129366,20 +129570,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta", "Uri": "/oauth2PermissionGrants", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -129405,20 +129609,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOauth2PermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/oauth2PermissionGrants/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -129444,20 +129648,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOauth2PermissionGrantDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta", "Uri": "/oauth2PermissionGrants/delta", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -129483,179 +129687,180 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "GET", "Variants": [ "List", "List1", "List2" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -129664,459 +129869,502 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/{ipApplicationSegment-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaOnPremisePublishingProfileConnector", - "ApiReferenceLink": null, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIPApplicationSegment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments", + "CommandAlias": null, "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnector" + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIPApplicationSegment", + "Method": "GET", + "Variants": [ + "List" + ], + "Permissions": [] }, { + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/$count", "CommandAlias": null, + "Module": "Beta.Applications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Get-MgBetaOnPremisePublishingProfileConnector", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "CommandAlias": null, + "Module": "Beta.Applications", + "ApiVersion": "beta", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnector", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaOnPremisePublishingProfileConnector", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectorGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectorGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectorGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfileCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta", "Uri": "/organization/{organization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -130150,20 +130398,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta", "Uri": "/organization", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -130237,21 +130485,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBranding", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read", @@ -130293,96 +130541,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganizationalBranding" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingBackgroundImage", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/backgroundImage", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingBannerLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/bannerLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingCustomCss", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/customCSS", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingFavicon", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/favicon", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingHeaderLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/headerLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalization", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read", @@ -130424,20 +130672,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalization", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read", @@ -130479,21 +130727,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130511,21 +130759,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130543,21 +130791,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationCount", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read", @@ -130599,21 +130847,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130631,21 +130879,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130663,21 +130911,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130695,21 +130943,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130727,21 +130975,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -130759,66 +131007,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingSquareLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/squareLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaOrganizationById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/organization/getByIds", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Organization.Read.All", @@ -130836,20 +131084,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Organization.Read.All", @@ -130867,21 +131115,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Organization.Read.All", @@ -130899,20 +131147,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationCount", - "ApiReferenceLink": null, "Uri": "/organization/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -130986,114 +131234,114 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationExtension", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationExtension", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationExtensionCount", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaOrganizationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/organization/{organization-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaOrganizationMemberObject", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationPartnerInformation", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/partnerInformation", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnerInformation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnerInformation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationSetting", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrganizationSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read", @@ -131111,21 +131359,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganizationSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationSettingContactInsight", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings/contactInsights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-contactinsights?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -131143,21 +131391,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphInsightsSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationSettingItemInsight", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings/itemInsights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-iteminsights?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read.All", @@ -131175,21 +131423,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphInsightsSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-microsoftapplicationdataaccess?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -131207,21 +131455,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaOrganizationSettingPersonInsight", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings/peopleInsights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read.All", @@ -131239,238 +131487,238 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphInsightsSettings" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaOrganizationUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/organization/getUserOwnedObjects", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlaceAsRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/room", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlaceAsRoom", - "ApiReferenceLink": null, "Uri": "/places/room", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlaceAsRoomList", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoomList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoomList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlaceAsRoomList", - "ApiReferenceLink": null, "Uri": "/places/roomList", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoomList", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoomList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlaceAsRoomListRoomCount", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlaceAsRoomListWorkspace", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkspace", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkspace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlaceAsRoomListWorkspace", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/workspaces", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkspace", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkspace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/workspaces/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlaceCount", - "ApiReferenceLink": null, "Uri": "/places/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlaceCountAsRoom", - "ApiReferenceLink": null, "Uri": "/places/room/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlaceCountAsRoomList", - "ApiReferenceLink": null, "Uri": "/places/roomList/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlanner", - "ApiReferenceLink": null, "Uri": "/planner", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlanner", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlanner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerBucket", - "ApiReferenceLink": null, "Uri": "/planner/buckets/{plannerBucket-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -131520,20 +131768,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucket" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerBucket", - "ApiReferenceLink": null, "Uri": "/planner/buckets", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -131583,20 +131831,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucket" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerBucketCount", - "ApiReferenceLink": null, "Uri": "/planner/buckets/$count", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -131646,20 +131894,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerBucketDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", "Uri": "/planner/buckets/delta", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -131709,20 +131957,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucket" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerBucketTask", - "ApiReferenceLink": null, "Uri": "/planner/buckets/{plannerBucket-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -131772,21 +132020,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerPlan", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -131836,20 +132084,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerPlan", - "ApiReferenceLink": null, "Uri": "/planner/plans", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -131899,20 +132147,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerPlanBucket", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}/buckets", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -131962,20 +132210,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucket" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerPlanCount", - "ApiReferenceLink": null, "Uri": "/planner/plans/$count", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132025,20 +132273,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerPlanDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", "Uri": "/planner/plans/delta", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132088,21 +132336,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerPlanDetail", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}/details", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132152,20 +132400,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerPlanTask", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132215,21 +132463,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerRoster", - "ApiReferenceLink": null, "Uri": "/planner/rosters/{plannerRoster-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRoster", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132263,49 +132511,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerRoster" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerRoster", - "ApiReferenceLink": null, "Uri": "/planner/rosters", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerRoster", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerRoster" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerRosterCount", - "ApiReferenceLink": null, "Uri": "/planner/rosters/$count", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerRosterMember", - "ApiReferenceLink": null, "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132339,20 +132587,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerRosterMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerRosterMember", - "ApiReferenceLink": null, "Uri": "/planner/rosters/{plannerRoster-id}/members", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132386,21 +132634,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerRosterMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerRosterMemberCount", - "ApiReferenceLink": null, "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132434,35 +132682,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerRosterPlan", - "ApiReferenceLink": null, "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerRosterPlan", - "ApiReferenceLink": null, "Uri": "/planner/rosters/{plannerRoster-id}/plans", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-plans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132496,21 +132744,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerRosterPlanCount", - "ApiReferenceLink": null, "Uri": "/planner/rosters/{plannerRoster-id}/plans/$count", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132544,21 +132792,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerTask", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132608,20 +132856,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerTask", - "ApiReferenceLink": null, "Uri": "/planner/tasks", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132671,21 +132919,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132735,21 +132983,84 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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": "DelegatedWork", + "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": "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 + }, + { + "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 + } + ] + }, + { + "Command": "Get-MgBetaPlannerTaskCount", + "Uri": "/planner/tasks/$count", + "CommandAlias": null, "Module": "Beta.Planner", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get" + ], "Permissions": [ { "Name": "Tasks.Read", @@ -132799,83 +133110,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" + ] }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPlannerTaskCount", - "ApiReferenceLink": null, - "Uri": "/planner/tasks/$count", - "ApiVersion": "beta", - "Variants": [ - "Get" - ], - "Module": "Beta.Planner", - "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": "DelegatedWork", - "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": "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 - }, - { - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", "Uri": "/planner/tasks/delta", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132893,21 +133141,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerTaskDetail", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/details", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -132957,21 +133205,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -133021,20 +133269,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAccessReviewPolicy", - "ApiReferenceLink": null, "Uri": "/policies/accessReviewPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133052,21 +133300,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133092,20 +133340,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133131,64 +133379,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133214,20 +133462,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy", - "ApiReferenceLink": null, "Uri": "/policies/adminConsentRequestPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133261,21 +133509,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133301,20 +133549,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133340,35 +133588,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -133402,21 +133650,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -133450,20 +133698,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAppManagementPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133489,20 +133737,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationFlowsPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133520,78 +133768,117 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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.ConditionalAccess", + "Description": "Read and write your organization's conditional access policies", + "FullDescription": "Allows the app to read and write your organization's conditional access policies, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Policy.ReadWrite.AuthenticationMethod", + "Description": "Read and write all authentication method policies ", + "FullDescription": "Allows the app to read and write all authentication method policies for the tenant, without a signed-in user. ", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] + }, + { + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", + "Uri": "/policies/authenticationStrengthPolicies", + "CommandAlias": null, "Module": "Beta.Identity.SignIns", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "Policy.Read.All", @@ -133617,103 +133904,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null, - "Uri": "/policies/authenticationStrengthPolicies", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.SignIns", - "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.ConditionalAccess", - "Description": "Read and write your organization's conditional access policies", - "FullDescription": "Allows the app to read and write your organization's conditional access policies, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Policy.ReadWrite.AuthenticationMethod", - "Description": "Read and write all authentication method policies ", - "FullDescription": "Allows the app to read and write all authentication method policies for the tenant, without a signed-in user. ", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" - }, - { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133739,35 +133987,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthorizationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthorizationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133785,20 +134033,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthorizationPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthorizationPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133816,79 +134064,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy", - "ApiReferenceLink": null, "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyClaimMappingPolicy", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133914,20 +134162,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyClaimMappingPolicy", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -133953,35 +134201,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134023,21 +134271,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134079,20 +134327,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyClaimMappingPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134118,34 +134366,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/conditionalAccessPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134163,20 +134411,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/default", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134194,21 +134442,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134226,20 +134474,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134257,20 +134505,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134288,21 +134536,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134320,20 +134568,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicyTemplate", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -134351,48 +134599,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPolicyTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/defaultAppManagementPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134418,20 +134666,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/deviceRegistrationPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deviceregistrationpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -134457,34 +134705,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "ApiReferenceLink": null, "Uri": "/policies/directoryRoleAccessReviewPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyExternalIdentityPolicy", - "ApiReferenceLink": null, "Uri": "/policies/externalIdentitiesPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134502,121 +134750,121 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-featurerolloutpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/federatedTokenValidationPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134642,20 +134890,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134681,35 +134929,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134751,21 +134999,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134807,20 +135055,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134846,35 +135094,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134892,20 +135140,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134923,20 +135171,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134954,20 +135202,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -134985,20 +135233,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -135016,21 +135264,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -135048,50 +135296,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -135109,20 +135357,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -135140,20 +135388,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -135171,20 +135419,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -135202,20 +135450,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -135233,21 +135481,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -135265,50 +135513,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicy", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135326,20 +135574,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicy", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135357,20 +135605,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135388,35 +135636,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135434,21 +135682,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135466,35 +135714,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135512,21 +135760,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -135544,21 +135792,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135600,20 +135848,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135655,21 +135903,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135711,20 +135959,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135766,20 +136014,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135821,35 +136069,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135891,35 +136139,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-effectiverules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -135961,21 +136209,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -136017,21 +136265,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -136073,20 +136321,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -136128,21 +136376,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -136184,152 +136432,152 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -136355,20 +136603,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -136394,35 +136642,91 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], + "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 + }, + { + "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.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": false + } + ] + }, + { + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", + "CommandAlias": null, "Module": "Beta.Identity.SignIns", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "Policy.Read.All", @@ -136464,76 +136768,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", - "ApiReferenceLink": null, - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", - "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 - }, - { - "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.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": false - } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -136559,21 +136807,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -136599,20 +136847,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -136638,35 +136886,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -136708,21 +136956,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -136764,20 +137012,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -136803,35 +137051,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrint", - "ApiReferenceLink": null, "Uri": "/print", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrint", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintConnector", - "ApiReferenceLink": null, "Uri": "/print/connectors/{printConnector-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -136849,20 +137097,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintConnector", - "ApiReferenceLink": null, "Uri": "/print/connectors", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -136880,20 +137128,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintConnectorCount", - "ApiReferenceLink": null, "Uri": "/print/connectors/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -136911,21 +137159,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintOperation", - "ApiReferenceLink": null, "Uri": "/print/operations/{printOperation-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Create", @@ -136951,49 +137199,49 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintOperation", - "ApiReferenceLink": null, "Uri": "/print/operations", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintOperationCount", - "ApiReferenceLink": null, "Uri": "/print/operations/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinter", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -137043,20 +137291,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinter" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinter", - "ApiReferenceLink": null, "Uri": "/print/printers", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -137082,21 +137330,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinter" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterCapability", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta", "Uri": "/print/printers/{printer-id}/getCapabilities", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinterCapabilities", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -137122,35 +137370,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinterCapabilities" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterConnector", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterConnector", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/connectors", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -137168,21 +137416,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterConnectorCount", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/connectors/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -137200,20 +137448,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterCount", - "ApiReferenceLink": null, "Uri": "/print/printers/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -137239,21 +137487,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -137319,20 +137567,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -137398,21 +137646,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobCount", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -137478,21 +137726,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -137526,35 +137774,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintDocument" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -137588,105 +137836,106 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobDocumentCount", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobTask", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobTask", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobTaskCount", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterJobTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShare", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -137695,197 +137944,196 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShare", - "ApiReferenceLink": null, "Uri": "/print/printerShares", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareAllowedGroup", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareAllowedUser", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareCount", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/shares/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -137911,213 +138159,213 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareJobCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareJobTaskCount", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterSharePrinter", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/printer", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -138143,20 +138391,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -138182,21 +138430,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterTaskTriggerCount", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -138222,36 +138470,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintService", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintService", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -138421,20 +138669,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintService" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintService", - "ApiReferenceLink": null, "Uri": "/print/services", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintService", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -138604,20 +138852,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintService" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintServiceCount", - "ApiReferenceLink": null, "Uri": "/print/services/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -138787,21 +139035,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -138971,20 +139219,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139154,21 +139402,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintServiceEndpointCount", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139338,21 +139586,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -139378,20 +139626,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinterShare" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -139417,20 +139665,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinterShare" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedGroup", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -139448,20 +139696,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedGroupByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -139479,21 +139727,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedGroupCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -139511,49 +139759,49 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedUser", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -139571,20 +139819,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedUserByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -139602,21 +139850,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedUserCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -139634,64 +139882,64 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareCount", - "ApiReferenceLink": null, "Uri": "/print/shares/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -139717,21 +139965,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139797,20 +140045,100 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", "Variants": [ "List" ], + "Permissions": [ + { + "Name": "PrintJob.ReadBasic", + "Description": "Read basic information of your print jobs", + "FullDescription": "Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "PrintJob.ReadWriteBasic.All", + "Description": "Read and write basic information of print jobs", + "FullDescription": "Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "PrintJob.ReadWriteBasic", + "Description": "Read and write basic information of your print jobs", + "FullDescription": "Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "PrintJob.ReadWrite.All", + "Description": "Read and update print jobs", + "FullDescription": "Allows the application to read and update the metadata and document content of print jobs on your behalf. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "PrintJob.ReadWrite", + "Description": "Read and update your print jobs", + "FullDescription": "Allows the application to read and update the metadata and document content of print jobs that you created.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "PrintJob.ReadBasic.All", + "Description": "Read basic information of print jobs", + "FullDescription": "Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "PrintJob.Read.All", + "Description": "Read print jobs", + "FullDescription": "Allows the application to read the metadata and document content of print jobs on your behalf. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "PrintJob.Read", + "Description": "Read your print jobs", + "FullDescription": "Allows the application to read the metadata and document content of print jobs that you created.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ] + }, + { + "Command": "Get-MgBetaPrintShareJobCount", + "Uri": "/print/shares/{printerShare-id}/jobs/$count", + "CommandAlias": null, "Module": "Beta.Devices.CloudPrint", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139876,234 +140204,154 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaPrintShareJobCount", - "ApiReferenceLink": null, - "Uri": "/print/shares/{printerShare-id}/jobs/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [ - { - "Name": "PrintJob.ReadBasic", - "Description": "Read basic information of your print jobs", - "FullDescription": "Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "PrintJob.ReadWriteBasic.All", - "Description": "Read and write basic information of print jobs", - "FullDescription": "Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "PrintJob.ReadWriteBasic", - "Description": "Read and write basic information of your print jobs", - "FullDescription": "Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "PrintJob.ReadWrite.All", - "Description": "Read and update print jobs", - "FullDescription": "Allows the application to read and update the metadata and document content of print jobs on your behalf. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "PrintJob.ReadWrite", - "Description": "Read and update your print jobs", - "FullDescription": "Allows the application to read and update the metadata and document content of print jobs that you created.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "PrintJob.ReadBasic.All", - "Description": "Read basic information of print jobs", - "FullDescription": "Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "PrintJob.Read.All", - "Description": "Read print jobs", - "FullDescription": "Allows the application to read the metadata and document content of print jobs on your behalf. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "PrintJob.Read", - "Description": "Read your print jobs", - "FullDescription": "Allows the application to read the metadata and document content of print jobs that you created.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareJobDocumentCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareJobTaskCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareJobTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintShareJobTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintSharePrinter", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/printer", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -140129,125 +140377,125 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinter" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintTaskDefinitionCount", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintTaskDefinitionTaskCount", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -140265,20 +140513,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -140296,196 +140544,196 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -140503,35 +140751,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -140549,21 +140797,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthoredNote" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -140581,1159 +140829,1159 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccess" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/privilegedAccess", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccess" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceParent", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedApproval", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedApproval", - "ApiReferenceLink": null, "Uri": "/privilegedApproval", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedApprovalCount", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedApprovalRequest", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/request", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedApprovalRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null, "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null, "Uri": "/privilegedOperationEvents", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedOperationEventCount", - "ApiReferenceLink": null, "Uri": "/privilegedOperationEvents/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRole", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRole", - "ApiReferenceLink": null, "Uri": "/privilegedRoles", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -141751,20 +141999,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "Directory.Read.All", @@ -141782,289 +142030,289 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleCount", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaPrivilegedRoleSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaProgram", - "ApiReferenceLink": null, "Uri": "/programs/{program-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgram", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgram" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaProgram", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta", "Uri": "/programs", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProgram", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -142082,16 +142330,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProgram" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaProgramControl", - "ApiReferenceLink": null, "Uri": "/programControls/{programControl-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgramControl", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -142100,23 +142349,22 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgramControl" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaProgramControl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta", "Uri": "/programControls", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProgramControl", + "Method": "GET", "Variants": [ "List", "List1", "List2" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -142134,16 +142382,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProgramControl" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaProgramControlCount", - "ApiReferenceLink": null, "Uri": "/programControls/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -142151,7 +142400,6 @@ "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -142169,52 +142417,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaProgramControlProgram", - "ApiReferenceLink": null, "Uri": "/programControls/{programControl-id}/program", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgram", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgram" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaProgramControlType", - "ApiReferenceLink": null, "Uri": "/programControlTypes/{programControlType-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgramControlType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgramControlType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaProgramControlType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta", "Uri": "/programControlTypes", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProgramControlType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -142232,20 +142480,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProgramControlType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaProgramControlTypeCount", - "ApiReferenceLink": null, "Uri": "/programControlTypes/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -142263,20 +142511,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaProgramCount", - "ApiReferenceLink": null, "Uri": "/programs/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -142294,163 +142542,163 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportAppCredentialSignInActivity", - "ApiReferenceLink": null, "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcredentialsigninactivity-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppCredentialSignInActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportAppCredentialSignInActivity", - "ApiReferenceLink": null, "Uri": "/reports/appCredentialSignInActivities", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-appcredentialsigninactivities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppCredentialSignInActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportAppCredentialSignInActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/appCredentialSignInActivities/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", - "ApiReferenceLink": null, "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationsignindetailedsummary-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", - "ApiReferenceLink": null, "Uri": "/reports/applicationSignInDetailedSummary", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount", - "ApiReferenceLink": null, "Uri": "/reports/applicationSignInDetailedSummary/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportAttackSimulationRepeatOffender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", "Uri": "/reports/getAttackSimulationRepeatOffenders", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", "Uri": "/reports/getAttackSimulationTrainingUserCoverage", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportAttackSimulationUserCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", "Uri": "/reports/getAttackSimulationSimulationUserCoverage", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportAuthenticationMethod", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -142468,20 +142716,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -142499,20 +142747,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -142530,3301 +142778,3215 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta", "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplicationSignInSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplicationSignInSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportBrowserDistributionUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportBrowserUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getBrowserUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportBrowserUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getBrowserUserDetail(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportCredentialUsageSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta", "Uri": "/reports/getCredentialUsageSummary(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCredentialUsageSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphCredentialUsageSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportCredentialUserRegistrationCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta", "Uri": "/reports/getCredentialUserRegistrationCount", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/credentialUserRegistrationDetails", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount", - "ApiReferenceLink": null, "Uri": "/reports/credentialUserRegistrationDetails/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsage", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsage/{printUsage-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsage", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsage", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByPrinter", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByPrinter/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByUser", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsageByUserCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByUser/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsageCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsage/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageSummariesByPrinter", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageSummariesByUser", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageSummariesByUser/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity", - "ApiReferenceLink": null, "Uri": "/reports/deviceConfigurationDeviceActivity", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Device" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportDeviceConfigurationUserActivity", - "ApiReferenceLink": null, "Uri": "/reports/deviceConfigurationUserActivity", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Device" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportEmailActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportEmailActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportEmailActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportEmailAppUsageAppUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportEmailAppUsageUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportEmailAppUsageUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportFormUserActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportFormUserActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportFormUserActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportGroupArchivedPrintJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta", "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphArchivedPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportM365AppPlatformUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta", "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportM365AppUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta", "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportM365AppUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getM365AppUserDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMailboxUsageDetail", - "ApiReferenceLink": null, "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMailboxUsageMailboxCount", - "ApiReferenceLink": null, "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount", - "ApiReferenceLink": null, "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMailboxUsageStorage", - "ApiReferenceLink": null, "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Detail", "DetailViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Managed", "ManagedViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Detail", "Detail1", "DetailViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentFailureTrends", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Managed" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Top", "Top1", "TopViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByPrinter", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByPrinter/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByUser", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByUser/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageSummariesByUser", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOffice365ActivationCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365ActivationCounts", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOffice365ActivationUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365ActivationsUserCounts", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOffice365ActivationUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365ActivationsUserDetail", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOffice365ActiveUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOffice365ActiveUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOffice365GroupActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOffice365GroupActivityDetail", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOffice365GroupActivityFileCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOffice365GroupActivityStorage", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOffice365ServiceUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOneDriveActivityFileCount", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOneDriveActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOneDriveActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOneDriveUsageAccountCount", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOneDriveUsageAccountDetail", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOneDriveUsageFileCount", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportOneDriveUsageStorage", - "ApiReferenceLink": null, "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPartner", - "ApiReferenceLink": null, "Uri": "/reports/partners", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartners", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartners" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPartnerBilling", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBilling", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBilling" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPartnerBillingManifestCount", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/{operation-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPartnerBillingOperationCount", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPartnerBillingReconciliation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation/billed", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPartnerBillingUsage", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPartnerBillingUsageBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/billed", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/unbilled", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportPrinterArchivedPrintJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta", "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphArchivedPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportRelyingPartyDetailedSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta", "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSecurity", - "ApiReferenceLink": null, "Uri": "/reports/security", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportServiceActivity", - "ApiReferenceLink": null, "Uri": "/reports/serviceActivity", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta", "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta", "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta", "Uri": "/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta", "Uri": "/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta", "Uri": "/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportServicePrincipalSignInActivity", - "ApiReferenceLink": null, "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalsigninactivity-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportServicePrincipalSignInActivity", - "ApiReferenceLink": null, "Uri": "/reports/servicePrincipalSignInActivities", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-serviceprincipalsigninactivities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/servicePrincipalSignInActivities/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSharePointActivityFileCount", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSharePointActivityPage", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSharePointActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSharePointActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSharePointSiteUsageDetail", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSharePointSiteUsageFileCount", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSharePointSiteUsagePage", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSharePointSiteUsageStorage", - "ApiReferenceLink": null, "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSla", - "ApiReferenceLink": null, "Uri": "/reports/sla", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportSlaAzureAdAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/sla/azureADAuthentication", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/azureadauthentication-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAzureAdAuthentication", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAzureAdAuthentication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamActivityDetail", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamActivityDistributionCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamDeviceUsageUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamUserActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamUserActivityTotalCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamUserActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportTeamUserActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserArchivedPrintJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta", "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphArchivedPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserCredentialUsageDetail", - "ApiReferenceLink": null, "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserCredentialUsageDetail", - "ApiReferenceLink": null, "Uri": "/reports/userCredentialUsageDetails", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserCredentialUsageDetailCount", - "ApiReferenceLink": null, "Uri": "/reports/userCredentialUsageDetails/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsight", - "ApiReferenceLink": null, "Uri": "/reports/userInsights", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInsightsRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserInsightsRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDaily", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyActiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyActiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/activeUsers", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersMetric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown", - "ApiReferenceLink": null, - "Uri": "/reports/userInsights/daily/activeUsersBreakdown/{activeUsersBreakdownMetric-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown", - "ApiReferenceLink": null, - "Uri": "/reports/userInsights/daily/activeUsersBreakdown", "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric" - }, - { - "CommandAlias": null, + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActiveUsersMetric", "Method": "GET", - "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdownCount", - "ApiReferenceLink": null, - "Uri": "/reports/userInsights/daily/activeUsersBreakdown/$count", - "ApiVersion": "beta", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/activeUsers/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/authentications", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/authentications/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/inactiveUsers", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/inactiveUsersByApplication", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/inactiveUsers/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMfaCompletionMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/mfaCompletions", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMfaCompletionMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/mfaCompletions/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailySignUp", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSignUpMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailySignUp", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/signUps", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-signups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSignUpMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailySignUpCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/signUps/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailySummary", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInsightSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphInsightSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailySummary", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/summary", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInsightSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphInsightSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailySummaryCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/summary/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyUserCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/userCount/{userCountMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserCountMetric", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserCountMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightDailyUserCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily/userCount", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-usercount?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserCountMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserCountMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthly", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/activeUsers", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersMetric" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown", - "ApiReferenceLink": null, - "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/{activeUsersBreakdownMetric-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown", - "ApiReferenceLink": null, - "Uri": "/reports/userInsights/monthly/activeUsersBreakdown", "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric" - }, - { - "CommandAlias": null, + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActiveUsersMetric", "Method": "GET", - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdownCount", - "ApiReferenceLink": null, - "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/$count", - "ApiVersion": "beta", "Variants": [ - "Get" + "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/activeUsers/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/authentications", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/authentications/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/inactiveUsers", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/inactiveUsers/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMfaCompletionMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/mfaCompletions", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMfaCompletionMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/mfaCompletions/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyRequest", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserRequestsMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRequestsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyRequest", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/requests", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-requests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserRequestsMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRequestsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/requests/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlySignUp", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSignUpMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlySignUp", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/signUps", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-signups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSignUpMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/signUps/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlySummary", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInsightSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphInsightSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlySummary", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/summary", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInsightSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphInsightSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly/summary/$count", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportYammerActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportYammerActivityUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportYammerActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportYammerDeviceUsageUserCount", - "ApiReferenceLink": null, "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportYammerGroupActivityCount", - "ApiReferenceLink": null, "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportYammerGroupActivityDetail", - "ApiReferenceLink": null, "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaReportYammerGroupActivityGroupCount", - "ApiReferenceLink": null, "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskDetectionCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -145842,20 +146004,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -145873,20 +146035,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskyServicePrincipalCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -145904,35 +146066,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -145950,21 +146112,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -145982,64 +146144,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskyUserCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -146057,20 +146219,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -146088,21 +146250,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRiskyUserHistoryCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -146120,20 +146282,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleManagement", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -146167,152 +146329,152 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleManagement" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPc", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplicationMultiple" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -146346,20 +146508,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -146393,64 +146555,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -146484,124 +146646,124 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -146707,20 +146869,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -146826,20 +146988,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -146945,49 +147107,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -147021,138 +147183,138 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRbacApplicationMultiple" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -147186,20 +147348,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -147233,64 +147395,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -147324,124 +147486,124 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -147547,20 +147709,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -147666,20 +147828,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -147785,64 +147947,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectory", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -147868,20 +148030,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -147907,20 +148069,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -147946,21 +148108,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -147986,20 +148148,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -148025,36 +148187,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -148080,36 +148242,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -148151,20 +148313,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -148206,122 +148368,122 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -148363,66 +148525,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148464,20 +148626,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148519,50 +148681,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148604,36 +148766,91 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "RoleManagement.Read.Directory", + "Description": "Read directory RBAC settings", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "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": "RoleAssignmentSchedule.ReadWrite.Directory", + "Description": "Read, update, and delete all active role assignments for your company's directory", + "FullDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ] + }, + { + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "CommandAlias": null, "Module": "Beta.Identity.Governance", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148675,105 +148892,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.Governance", - "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", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "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": "RoleAssignmentSchedule.ReadWrite.Directory", - "Description": "Read, update, and delete all active role assignments for your company's directory", - "FullDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" - }, - { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148815,81 +148977,81 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148931,20 +149093,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -148986,50 +149148,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -149071,96 +149233,96 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149202,20 +149364,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149257,20 +149419,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149312,65 +149474,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149412,20 +149574,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149467,35 +149629,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149537,36 +149699,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149608,20 +149770,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149663,35 +149825,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149733,81 +149895,81 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149849,20 +150011,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149904,35 +150066,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -149974,110 +150136,110 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150111,35 +150273,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150173,1441 +150335,1441 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -151665,20 +151827,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -151736,122 +151898,122 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -151909,435 +152071,435 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -152443,20 +152605,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -152562,20 +152724,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -152681,506 +152843,506 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchange", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153206,20 +153368,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomAppScope" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/customAppScopes", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-list-customappscopes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAppScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153245,20 +153407,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomAppScope" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/customAppScopes/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153284,138 +153446,138 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153457,20 +153619,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153512,35 +153674,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153582,66 +153744,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153699,20 +153861,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153770,20 +153932,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -153841,153 +154003,153 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta", "Uri": "/schemaExtensions/{schemaExtension-id}", + "CommandAlias": null, + "Module": "Beta.SchemaExtensions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.SchemaExtensions", "Permissions": [ { "Name": "User.Read", @@ -154005,20 +154167,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSchemaExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta", "Uri": "/schemaExtensions", + "CommandAlias": null, + "Module": "Beta.SchemaExtensions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.SchemaExtensions", "Permissions": [ { "Name": "User.Read", @@ -154036,20 +154198,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSchemaExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSchemaExtensionCount", - "ApiReferenceLink": null, "Uri": "/schemaExtensions/$count", + "CommandAlias": null, + "Module": "Beta.SchemaExtensions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.SchemaExtensions", "Permissions": [ { "Name": "User.Read", @@ -154067,21 +154229,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSearchAcronym", - "ApiReferenceLink": null, "Uri": "/search/acronyms/{acronym-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154099,20 +154261,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchAcronym" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSearchAcronym", - "ApiReferenceLink": null, "Uri": "/search/acronyms", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154130,20 +154292,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchAcronym" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSearchAcronymCount", - "ApiReferenceLink": null, "Uri": "/search/acronyms/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154161,21 +154323,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSearchBookmark", - "ApiReferenceLink": null, "Uri": "/search/bookmarks/{bookmark-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154193,20 +154355,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchBookmark" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSearchBookmark", - "ApiReferenceLink": null, "Uri": "/search/bookmarks", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154224,20 +154386,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchBookmark" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSearchBookmarkCount", - "ApiReferenceLink": null, "Uri": "/search/bookmarks/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154255,35 +154417,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSearchEntity", - "ApiReferenceLink": null, "Uri": "/search", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSearchEntity", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphSearchEntity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSearchQna", - "ApiReferenceLink": null, "Uri": "/search/qnas/{qna-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchQna", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154301,20 +154463,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchQna" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSearchQna", - "ApiReferenceLink": null, "Uri": "/search/qnas", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchQna", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154332,20 +154494,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchQna" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSearchQnaCount", - "ApiReferenceLink": null, "Uri": "/search/qnas/$count", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -154363,21 +154525,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAction", - "ApiReferenceLink": null, "Uri": "/security/securityActions/{securityAction-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAction", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -154395,20 +154557,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityAction" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAction", - "ApiReferenceLink": null, "Uri": "/security/securityActions", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAction", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -154426,20 +154588,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityAction" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityActionCount", - "ApiReferenceLink": null, "Uri": "/security/securityActions/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -154457,21 +154619,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts/{alert-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAlert", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -154489,20 +154651,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAlert" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAlert", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -154520,20 +154682,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAlert" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAlertCount", - "ApiReferenceLink": null, "Uri": "/security/alerts/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -154551,21 +154713,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -154583,20 +154745,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityAlert" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -154614,20 +154776,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityAlert" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAlertV2Count", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get1" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -154645,605 +154807,605 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulations", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSimulation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulations/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPage", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphLandingPage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLoginPage", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphLoginPage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationOperationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/{payload-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPayload", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPayload", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTraining", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTraining", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrainingCampaign", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingCampaign" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainingCampaigns", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainingcampaigns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrainingCampaign", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingCampaign" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainingCampaigns/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAuditLog", - "ApiReferenceLink": null, "Uri": "/security/auditLog", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/{auditLogQuery-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -155301,20 +155463,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-list-auditlogqueries?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -155372,20 +155534,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAuditLogQueryCount", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -155443,35 +155605,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAuditLogQueryRecord", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAuditLogQueryRecord", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-list-records?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -155529,21 +155691,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -155601,35 +155763,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCase", - "ApiReferenceLink": null, "Uri": "/security/cases", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCasesRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155647,20 +155809,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155678,20 +155840,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155709,21 +155871,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155741,20 +155903,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155772,21 +155934,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155804,21 +155966,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155836,35 +155998,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155882,21 +156044,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155914,50 +156076,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -155975,21 +156137,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156007,79 +156169,79 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUserSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156097,21 +156259,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityUserSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156129,21 +156291,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156161,20 +156323,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-legalholds?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156192,21 +156354,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156224,94 +156386,94 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUserSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156329,21 +156491,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityUserSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156361,21 +156523,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156393,79 +156555,79 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156483,21 +156645,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156515,21 +156677,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156547,20 +156709,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156578,21 +156740,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156610,21 +156772,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156642,20 +156804,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156673,36 +156835,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156720,21 +156882,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156752,36 +156914,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156799,50 +156961,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156860,20 +157022,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156891,21 +157053,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156923,21 +157085,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156955,20 +157117,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -156986,80 +157148,80 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157077,65 +157239,65 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157153,65 +157315,65 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157229,21 +157391,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157261,20 +157423,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157292,65 +157454,65 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157368,93 +157530,93 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/cloudAppSecurityProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount", - "ApiReferenceLink": null, "Uri": "/security/cloudAppSecurityProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCollaboration", - "ApiReferenceLink": null, "Uri": "/security/collaboration", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCollaborationRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": null, "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -157472,20 +157634,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": null, "Uri": "/security/collaboration/analyzedEmails", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -157503,20 +157665,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount", - "ApiReferenceLink": null, "Uri": "/security/collaboration/analyzedEmails/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -157534,207 +157696,322 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/domainSecurityProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityDomainSecurityProfileCount", - "ApiReferenceLink": null, "Uri": "/security/domainSecurityProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphFileSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/fileSecurityProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphFileSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityFileSecurityProfileCount", - "ApiReferenceLink": null, "Uri": "/security/fileSecurityProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphHostSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/hostSecurityProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphHostSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityHostSecurityProfileCount", - "ApiReferenceLink": null, "Uri": "/security/hostSecurityProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityIdentity", - "ApiReferenceLink": null, "Uri": "/security/identities", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIdentityContainer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": null, "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaSecurityIdentityHealthIssue", + "Uri": "/security/identities/healthIssues", + "CommandAlias": null, "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHealthIssue" + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET", + "Variants": [ + "List" + ], + "Permissions": [] }, { + "Command": "Get-MgBetaSecurityIdentityHealthIssueCount", + "Uri": "/security/identities/healthIssues/$count", "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", - "Command": "Get-MgBetaSecurityIdentityHealthIssue", + "Variants": [ + "Get" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaSecurityIdentitySensor", + "Uri": "/security/identities/sensors/{sensor-id}", + "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/security/identities/healthIssues", + "OutputType": "IMicrosoftGraphSecuritySensor", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaSecurityIdentitySensor", + "Uri": "/security/identities/sensors", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensor", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHealthIssue" + "Permissions": [] }, { + "Command": "Get-MgBetaSecurityIdentitySensorCount", + "Uri": "/security/identities/sensors/$count", "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", - "Command": "Get-MgBetaSecurityIdentityHealthIssueCount", + "Variants": [ + "Get" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaSecurityIdentitySensorDeploymentAccessKey", + "Uri": "/security/identities/sensors/getDeploymentAccessKey", + "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/security/identities/healthIssues/$count", + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaSecurityIdentitySensorDeploymentPackageUri", + "Uri": "/security/identities/sensors/getDeploymentPackageUri", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensorDeploymentPackage", + "Method": "GET", "Variants": [ "Get" ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", + "Uri": "/security/identities/sensors/{sensor-id}/healthIssues/{healthIssue-id}", + "CommandAlias": null, "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] }, { + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", + "Uri": "/security/identities/sensors/{sensor-id}/healthIssues", "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue", "Method": "GET", - "Command": "Get-MgBetaSecurityIncident", + "Variants": [ + "List" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssueCount", + "Uri": "/security/identities/sensors/{sensor-id}/healthIssues/$count", + "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaSecurityIncident", "Uri": "/security/incidents/{incident-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -157752,20 +158029,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityIncident" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -157783,79 +158060,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityIncident" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityIncidentAlert", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityIncidentAlert", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityIncidentAlertCommentCount", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityIncidentAlertCount", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityIncidentCount", - "ApiReferenceLink": null, "Uri": "/security/incidents/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -157873,34 +158150,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityInformationProtection", - "ApiReferenceLink": null, "Uri": "/security/informationProtection", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/labelPolicySettings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -157918,21 +158195,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -157950,20 +158227,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -157981,20 +158258,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -158012,367 +158289,367 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphIPSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/ipSecurityProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphIPSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityIPSecurityProfileCount", - "ApiReferenceLink": null, "Uri": "/security/ipSecurityProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabel", - "ApiReferenceLink": null, "Uri": "/security/labels", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityLabelsRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelAuthorityCount", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelCategoryCount", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/{citationTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelCitationCount", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/{departmentTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelDepartmentCount", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -158390,20 +158667,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -158421,20 +158698,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabelCount", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -158452,212 +158729,320 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Get-MgBetaSecurityPartner", + "Uri": "/security/partner", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaSecurityProviderTenantSetting", + "Module": "Beta.Security", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "OutputType": "IMicrosoftGraphPartnerSecurity", + "Method": "GET", + "Variants": [ + "Get" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaSecurityPartnerSecurityAlert", + "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "Permissions": [ + { + "Name": "PartnerSecurity.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PartnerSecurity.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] + }, + { + "Command": "Get-MgBetaSecurityPartnerSecurityAlert", + "Uri": "/security/partner/securityAlerts", + "CommandAlias": null, "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphProviderTenantSetting" + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-list-securityalerts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "Method": "GET", + "Variants": [ + "List" + ], + "Permissions": [ + { + "Name": "PartnerSecurity.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PartnerSecurity.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { + "Command": "Get-MgBetaSecurityPartnerSecurityAlertCount", + "Uri": "/security/partner/securityAlerts/$count", "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", + "Variants": [ + "Get" + ], + "Permissions": [ + { + "Name": "PartnerSecurity.Read.All", + "Description": "Read security alerts of customer with CSP relationship", + "FullDescription": "Allows the app to read security alerts of customer with CSP relationship, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "PartnerSecurity.ReadWrite.All", + "Description": "Read security alerts and update status of security alerts of customer with CSP relationship", + "FullDescription": "Allows the app to read security alerts and update status of alerts of customer with CSP relationship, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] + }, + { "Command": "Get-MgBetaSecurityProviderTenantSetting", + "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaSecurityProviderTenantSetting", "Uri": "/security/providerTenantSettings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphProviderTenantSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityProviderTenantSettingCount", - "ApiReferenceLink": null, "Uri": "/security/providerTenantSettings/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityRule", - "ApiReferenceLink": null, "Uri": "/security/rules", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRulesRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRulesRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": null, "Uri": "/security/rules/detectionRules/{detectionRule-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -158675,20 +159060,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityDetectionRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": null, "Uri": "/security/rules/detectionRules", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-detectionrule-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -158706,20 +159091,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityDetectionRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityRuleDetectionRuleCount", - "ApiReferenceLink": null, "Uri": "/security/rules/detectionRules/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -158737,21 +159122,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores/{secureScore-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScore", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -158769,20 +159154,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecureScore" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescores-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecureScore", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -158800,21 +159185,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecureScore" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -158832,20 +159217,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -158863,20 +159248,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -158894,20 +159279,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySecureScoreCount", - "ApiReferenceLink": null, "Uri": "/security/secureScores/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -158925,21 +159310,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -158957,20 +159342,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -158988,196 +159373,196 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -159195,21 +159580,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -159227,50 +159612,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -159288,21 +159673,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthoredNote" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -159320,667 +159705,668 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligence", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/{article-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostReputation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -159989,858 +160375,857 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmission", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -160874,20 +161259,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreats", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -160921,20 +161306,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreats/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -160968,21 +161353,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161024,20 +161409,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161079,20 +161464,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161134,21 +161519,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161182,20 +161567,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/fileThreats", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161229,20 +161614,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/fileThreats/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161276,21 +161661,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161324,20 +161709,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/urlThreats", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161371,20 +161756,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/urlThreats/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -161418,78 +161803,78 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityTiIndicator", - "ApiReferenceLink": null, "Uri": "/security/tiIndicators/{tiIndicator-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTiIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityTiIndicator", - "ApiReferenceLink": null, "Uri": "/security/tiIndicators", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTiIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityTiIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/tiIndicators/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityTrigger", - "ApiReferenceLink": null, "Uri": "/security/triggers", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggersRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161507,20 +161892,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161538,20 +161923,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161569,21 +161954,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityTriggerRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161601,35 +161986,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityTriggerType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161647,20 +162032,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161678,20 +162063,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -161709,311 +162094,311 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/userSecurityProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSecurityUserSecurityProfileCount", - "ApiReferenceLink": null, "Uri": "/security/userSecurityProfiles/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementIssueCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/$count", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServiceAnnouncementMessageCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/$count", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -162055,20 +162440,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta", "Uri": "/servicePrincipals", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -162110,79 +162495,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -162224,21 +162609,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -162280,35 +162665,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -162350,21 +162735,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -162406,21 +162791,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", "Uri": "/servicePrincipals(appId='{appId}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -162462,35 +162847,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaServicePrincipalById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/servicePrincipals/getByIds", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -162532,20 +162917,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -162587,21 +162972,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -162643,20 +163028,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgBetaServicePrincipalClaimPolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", "CommandAlias": null, + "Module": "Beta.Applications", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customclaimspolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomClaimsPolicy", "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [ + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "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 + } + ] + }, + { "Command": "Get-MgBetaServicePrincipalCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -162698,35 +163115,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalCreatedObject", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalCreatedObject", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -162768,50 +163185,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalCreatedObjectCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -162853,50 +163270,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -162922,21 +163339,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -162962,20 +163379,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta", "Uri": "/servicePrincipals/delta", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -163017,64 +163434,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalEndpointCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -163116,20 +163533,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -163171,21 +163588,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -163227,82 +163644,82 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalLicenseDetail", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalLicenseDetail", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalLicenseDetailCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsLicensingDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaServicePrincipalMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -163384,23 +163801,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaServicePrincipalMemberObject", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -163498,35 +163915,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOf", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOf", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -163568,108 +163985,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOfCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -163711,80 +164128,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Directory.Read.All", @@ -163810,21 +164227,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Directory.Read.All", @@ -163850,35 +164267,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObject", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObject", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -163920,137 +164337,137 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -164092,80 +164509,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwner", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -164207,107 +164624,107 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -164349,21 +164766,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -164405,68 +164822,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164500,140 +164917,238 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" + "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 + }, + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "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 + }, + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalRiskDetectionCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronization", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164651,21 +165166,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164691,20 +165206,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationJob" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164730,51 +165245,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationJob" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164800,21 +165315,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -164856,80 +165371,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164955,20 +165470,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -164994,21 +165509,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -165034,21 +165549,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -165074,123 +165589,123 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -165232,21 +165747,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -165288,35 +165803,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -165350,108 +165865,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -165485,80 +166000,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaServicePrincipalUserOwnedObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/servicePrincipals/getUserOwnedObjects", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSettingCount", - "ApiReferenceLink": null, "Uri": "/settings/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -165592,153 +166107,153 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareContentTypeBase", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareCount", - "ApiReferenceLink": null, "Uri": "/shares/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareCreatedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareDriveItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/driveItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -165764,21 +166279,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -165828,21 +166343,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -165892,1106 +166407,1106 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareItemContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareItemCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareList", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListActivity", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListColumnCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListDrive", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemActivity", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListItemVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListOperationCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSharePermission", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/permission", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareRoot", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareRootContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareRootContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -167017,50 +167532,50 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSharedDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, "Uri": "/shares", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaShareSite", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/site", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta", "Uri": "/sites/{site-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -167078,20 +167593,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list?view=graph-rest-beta", "Uri": "/sites", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -167109,36 +167624,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteActivityByInterval", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -167188,154 +167703,154 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemAnalytics" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -167385,21 +167900,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemActivityStat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteAnalyticTime", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/allTime", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -167449,21 +167964,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemActivityStat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -167497,36 +168012,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteByPath", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -167560,20 +168075,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -167607,21 +168122,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -167655,36 +168170,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -167718,20 +168233,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -167765,87 +168280,87 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeBase", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -167879,20 +168394,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -167926,21 +168441,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -167974,124 +168489,124 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -168109,21 +168624,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteContentTypeCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -168157,20 +168672,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteCount", - "ApiReferenceLink": null, "Uri": "/sites/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get1" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -168188,21 +168703,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteDefaultDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/drive", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -168252,20 +168767,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", "Uri": "/sites/delta", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -168283,35 +168798,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/drives", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -168361,21 +168876,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteDriveCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/drives/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -168425,444 +168940,444 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteExternalColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteExternalColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/externalColumns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteExternalColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/externalColumns/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPath", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathExternalColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteGetGraphBPrePathByPath", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -168880,20 +169395,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphList" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "List1" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -168911,20 +169426,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphList" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/activities", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -168974,21 +169489,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemActivityOld" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -169022,20 +169537,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -169069,21 +169584,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -169117,36 +169632,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -169180,20 +169695,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -169227,21 +169742,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -169275,20 +169790,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -169322,21 +169837,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -169370,124 +169885,124 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -169505,21 +170020,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -169553,21 +170068,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -169585,95 +170100,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -169699,20 +170214,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphListItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -169730,35 +170245,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphListItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -169808,36 +170323,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemActivityOld" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemActivityCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -169887,81 +170402,81 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemActivityDriveItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemActivityListItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -170011,82 +170526,82 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemAnalytics" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -170104,21 +170619,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphListItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -170160,20 +170675,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -170215,21 +170730,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -170271,36 +170786,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.Read", @@ -170350,66 +170865,66 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -170427,20 +170942,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphListItemVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -170458,21 +170973,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphListItemVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -170490,36 +171005,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -170553,20 +171068,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -170600,21 +171115,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListOperationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -170648,65 +171163,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -170748,20 +171263,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -170803,21 +171318,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteNotebookCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -170859,23 +171374,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Notes.Create", @@ -170917,20 +171432,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCopyNotebookModel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -170972,20 +171487,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -171027,21 +171542,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -171083,36 +171598,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteOperationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/operations/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -171146,20 +171661,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -171193,36 +171708,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenotePageCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -171256,36 +171771,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -171319,36 +171834,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteResourceCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/resources/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -171390,20 +171905,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -171445,21 +171960,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSectionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -171501,21 +172016,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -171557,21 +172072,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -171613,23 +172128,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSectionGroupCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -171671,20 +172186,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -171726,20 +172241,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -171773,21 +172288,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -171821,20 +172336,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -171868,21 +172383,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteOperationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -171916,21 +172431,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -171948,20 +172463,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBaseSitePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -171979,35 +172494,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBaseSitePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/sitePage", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -172025,389 +172540,389 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSitePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageAsSitePageWebPartCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -172425,21 +172940,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageCountAsSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/sitePage/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -172457,228 +172972,228 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSitePermissionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteRecentNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Notes.Create", @@ -172720,21 +173235,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRecentNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -172752,21 +173267,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStore" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -172784,20 +173299,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -172815,21 +173330,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -172847,35 +173362,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -172893,187 +173408,187 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -173091,125 +173606,125 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -173227,302 +173742,302 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreTerm" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -173540,52 +174055,52 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -173603,794 +174118,794 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreTerm" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -174408,21 +174923,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreRelation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -174440,66 +174955,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -174517,49 +175032,49 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreTerm" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -174577,21 +175092,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreTerm" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -174609,154 +175124,154 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -174774,21 +175289,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreRelation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -174806,81 +175321,81 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSiteTermStoreSetTermSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaSubscribedSku", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta", "Uri": "/subscribedSkus/{subscribedSku-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -174914,20 +175429,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSubscribedSku" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaSubscribedSku", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta", "Uri": "/subscribedSkus", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -174961,64 +175476,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSubscribedSku" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta", "Uri": "/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.ChangeNotifications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta", "Uri": "/subscriptions", - "ApiVersion": "beta", + "CommandAlias": null, + "Module": "Beta.ChangeNotifications", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSubSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/sites/{site-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSubSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/sites", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List2" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -175036,21 +175551,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaSubSiteCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/sites/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -175068,21 +175583,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta", "Uri": "/teams/{team-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -175156,20 +175671,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeam" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta", "Uri": "/teams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -175195,21 +175710,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeam" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -175283,20 +175798,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List1" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -175370,21 +175885,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -175458,21 +175973,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Files.Read.All", @@ -175546,51 +176061,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -175624,20 +176139,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -175663,21 +176178,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -175703,23 +176218,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -175753,20 +176268,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -175800,21 +176315,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -175848,21 +176363,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -175896,23 +176411,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -175946,20 +176461,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -175993,21 +176508,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176041,21 +176556,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176089,20 +176604,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176136,21 +176651,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176184,21 +176699,71 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], + "Permissions": [ + { + "Name": "ChannelMessage.Read.Group", + "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, 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": "ChannelMessage.Read.All", + "Description": "Read all channel messages", + "FullDescription": "Allows the app to read all channel messages in Microsoft Teams", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] + }, + { + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, "Module": "Beta.Teams", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176232,70 +176797,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Module": "Beta.Teams", - "Permissions": [ - { - "Name": "ChannelMessage.Read.Group", - "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, 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": "ChannelMessage.Read.All", - "Description": "Read all channel messages", - "FullDescription": "Allows the app to read all channel messages in Microsoft Teams", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176329,21 +176844,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -176377,38 +176892,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelRetainedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -176426,20 +176941,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -176457,35 +176972,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -176503,21 +177018,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -176535,21 +177050,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -176567,21 +177082,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -176679,20 +177194,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -176790,21 +177305,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelTabCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -176902,35 +177417,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamCount", - "ApiReferenceLink": null, "Uri": "/teams/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -176956,64 +177471,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamIncomingChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamIncomingChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/incomingChannels", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -177039,21 +177554,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamIncomingChannelCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/incomingChannels/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -177079,21 +177594,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -177239,20 +177754,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -177390,21 +177905,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamInstalledAppCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -177542,51 +178057,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamInstalledAppTeamApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -177612,20 +178127,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -177651,21 +178166,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -177691,20 +178206,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamOpenShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta", "Uri": "/teams/getOpenShifts", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -177778,167 +178293,167 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOpenShift" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamOperationCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamOwner", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/owners/{user-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamOwner", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/owners", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamOwnerCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/owners/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamOwnerMailboxSetting", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamOwnerServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -178020,21 +178535,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -178116,51 +178631,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPhoto", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/photo", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/photo/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -178202,469 +178717,469 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/messages/delta", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelTabCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamSchedule", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -178698,21 +179213,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -178730,20 +179245,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDayNote" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/dayNotes", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -178761,21 +179276,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDayNote" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleDayNoteCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/dayNotes/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -178793,21 +179308,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -178841,20 +179356,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -178872,21 +179387,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -178904,21 +179419,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -178952,20 +179467,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOpenShift" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -178999,21 +179514,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOpenShift" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179047,20 +179562,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179094,21 +179609,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179142,21 +179657,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleOpenShiftCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179190,21 +179705,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179238,20 +179753,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchedulingGroup" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179285,164 +179800,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchedulingGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], + "CommandAlias": null, "Module": "Beta.Teams", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShift", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Teams", - "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 - } - ], - "OutputType": "IMicrosoftGraphShift" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShift", "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Teams", - "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 - } - ], - "OutputType": "IMicrosoftGraphShift" - }, - { - "CommandAlias": null, + "OutputType": null, "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShiftCount", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts/$count", - "ApiVersion": "beta", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179476,21 +179848,164 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgBetaTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "CommandAlias": null, + "Module": "Beta.Teams", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShift", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" ], - "OutputType": 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 + } + ] }, { + "Command": "Get-MgBetaTeamScheduleShift", + "Uri": "/teams/{team-id}/schedule/shifts", "CommandAlias": null, + "Module": "Beta.Teams", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShift", "Method": "GET", - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", + "Variants": [ + "List" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaTeamScheduleShiftCount", + "Uri": "/teams/{team-id}/schedule/shifts/$count", + "CommandAlias": null, + "Module": "Beta.Teams", + "ApiVersion": "beta", "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179516,20 +180031,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179555,21 +180070,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179595,35 +180110,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179657,21 +180172,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179705,21 +180220,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179737,20 +180252,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeCard" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeCards", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179768,21 +180283,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeCard" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeCardCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeCards/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179800,21 +180315,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179848,20 +180363,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOff" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timesOff", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179895,21 +180410,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOff" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timesOff/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179943,21 +180458,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -179991,20 +180506,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOffReason" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -180038,21 +180553,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOffReason" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -180086,21 +180601,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -180134,20 +180649,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOffRequest" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -180181,21 +180696,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOffRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -180229,20 +180744,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamShift", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta", "Uri": "/teams/getShifts", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShift", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -180316,21 +180831,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphShift" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamTag", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -180364,20 +180879,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamTag", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -180411,21 +180926,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamTagCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -180459,21 +180974,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamTagMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -180507,20 +181022,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamTagMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -180554,21 +181069,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamTagMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -180602,50 +181117,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamTemplate", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/template", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamTemplateDefinition", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/templateDefinition", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamTimeOff", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta", "Uri": "/teams/getTimesOff", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -180719,630 +181234,630 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOff" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamwork", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta", "Uri": "/teamwork", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamwork", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamwork" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedChat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedChat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedChatCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeletedTeamCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDevice", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181360,20 +181875,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDevice", - "ApiReferenceLink": null, "Uri": "/teamwork/devices", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181391,21 +181906,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceActivity", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceactivity-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181423,21 +181938,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkDeviceActivity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181455,20 +181970,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceCount", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181486,21 +182001,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceHealth", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevicehealth-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181518,21 +182033,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkDeviceHealth" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceOperation", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181550,20 +182065,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceOperation", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181581,21 +182096,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkDeviceOperationCount", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -181613,20 +182128,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkTeamAppSetting", - "ApiReferenceLink": null, "Uri": "/teamwork/teamsAppSettings", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -181644,35 +182159,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkTeamTemplate", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkTeamTemplate", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -181690,20 +182205,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTeamTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkTeamTemplateCount", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -181721,21 +182236,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplatedefinition-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamTemplates.Read", @@ -181753,50 +182268,50 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -181814,20 +182329,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWorkforceIntegration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -181845,20 +182360,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWorkforceIntegration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -181876,21 +182391,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -181908,20 +182423,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -181939,20 +182454,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -181970,35 +182485,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182016,21 +182531,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182048,21 +182563,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182080,20 +182595,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182111,21 +182626,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182143,20 +182658,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182174,21 +182689,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182206,20 +182721,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182237,21 +182752,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182269,20 +182784,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182300,21 +182815,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182332,21 +182847,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182364,20 +182879,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182395,21 +182910,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -182427,21 +182942,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -182459,20 +182974,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsTenant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenants", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -182490,35 +183005,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsTenant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-aggregatedpolicycompliances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -182536,20 +183051,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -182567,494 +183082,494 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/appPerformances", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/appPerformances/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-auditevent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183072,49 +183587,49 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/auditEvents", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-auditevents?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/auditEvents/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcconnection-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183132,20 +183647,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcconnections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183163,20 +183678,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183194,21 +183709,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcdevice-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183226,20 +183741,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcdevices?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183257,20 +183772,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183288,21 +183803,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcoverview-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183320,20 +183835,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcsoverview?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183351,20 +183866,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -183382,21 +183897,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-conditionalaccesspolicycoverage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "Policy.Read.All", @@ -183422,20 +183937,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "Policy.Read.All", @@ -183461,20 +183976,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "Policy.Read.All", @@ -183500,20 +184015,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenants/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183531,64 +184046,64 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-credentialuserregistrationssummary-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183606,20 +184121,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantscustomizedinformation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183637,20 +184152,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183668,21 +184183,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantdetailedinformation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183700,20 +184215,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantsdetailedinformation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183731,20 +184246,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -183762,64 +184277,64 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-devicecompliancepolicysettingstatesummary-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -183837,20 +184352,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -183868,20 +184383,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -183899,122 +184414,122 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantgroup-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184032,20 +184547,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantGroups", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantgroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184063,20 +184578,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantGroups/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184094,21 +184609,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliance-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -184126,20 +184641,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -184157,20 +184672,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -184188,21 +184703,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliancetrend-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -184220,20 +184735,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliancetrends?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -184251,20 +184766,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -184282,21 +184797,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184314,20 +184829,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActions", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184345,20 +184860,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActions/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184376,21 +184891,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementactiontenantdeploymentstatus-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184408,20 +184923,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184439,20 +184954,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184470,21 +184985,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementintent-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184502,20 +185017,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementIntents", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementintents?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184533,20 +185048,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementIntents/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184564,21 +185079,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementtemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184596,20 +185111,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplates", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementtemplates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184627,155 +185142,155 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplates/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -184793,293 +185308,293 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsMyRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/myRoles", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-myroles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -185097,20 +185612,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsMyRole" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/myRoles/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -185128,21 +185643,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -185160,20 +185675,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantTags", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenanttags?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -185191,20 +185706,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantTags/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -185222,64 +185737,64 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsdevicemalwarestate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -185297,20 +185812,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsdevicemalwarestates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -185328,20 +185843,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -185359,21 +185874,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsprotectionstate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -185391,20 +185906,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsprotectionstates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -185422,20 +185937,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.ManagedTenants", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -185453,20 +185968,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -185492,20 +186007,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMultiTenantOrganization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -185523,35 +186038,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -185577,20 +186092,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -185616,35 +186131,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTrustFramework", - "ApiReferenceLink": null, "Uri": "/trustFramework", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrustFramework", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFramework" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTrustFrameworkKeySet", - "ApiReferenceLink": null, "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -185662,20 +186177,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTrustFrameworkKeySet", - "ApiReferenceLink": null, "Uri": "/trustFramework/keySets", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-keysets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -185693,21 +186208,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -185725,20 +186240,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTrustFrameworkKey" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTrustFrameworkKeySetCount", - "ApiReferenceLink": null, "Uri": "/trustFramework/keySets/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -185756,21 +186271,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgBetaTrustFrameworkKeySetKey", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" ], - "OutputType": null + "Permissions": [] }, { + "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/{trustFrameworkKey_v2-kid}", "CommandAlias": null, + "Module": "Beta.Identity.SignIns", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkey_v2-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2", "Method": "GET", - "Command": "Get-MgBetaTrustFrameworkPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", + "ApiVersion": "beta", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2", + "Method": "GET", + "Variants": [ + "List" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaTrustFrameworkPolicy", "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -185788,20 +186347,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTrustFrameworkPolicy", - "ApiReferenceLink": null, "Uri": "/trustFramework/policies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -185819,21 +186378,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTrustFrameworkPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTrustFrameworkPolicyContent", - "ApiReferenceLink": null, "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -185851,20 +186410,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaTrustFrameworkPolicyCount", - "ApiReferenceLink": null, "Uri": "/trustFramework/policies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -185882,21 +186441,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta", "Uri": "/users/{user-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -186018,20 +186577,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta", "Uri": "/users", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -186137,167 +186696,167 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserActivityCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserActivityHistoryItemActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserActivityHistoryItemCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserActivityStatistics", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityStatistics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityStatistics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserActivityStatistics", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/analytics/activityStatistics", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityStatistics", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityStatistics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/agreementAcceptances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -186315,21 +186874,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAgreementAcceptanceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/agreementAcceptances/$count", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -186347,50 +186906,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/analytics/activityStatistics/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAppRoleAssignedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAppRoleAssignedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignedResources", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -186408,21 +186967,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignedResources(appId='{appId}')", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -186440,21 +186999,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAppRoleAssignedResourceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignedResources/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -186472,35 +187031,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Directory.Read.All", @@ -186518,21 +187077,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAppRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignments/$count", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Directory.Read.All", @@ -186550,21 +187109,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationEmailMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -186598,20 +187157,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationEmailMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/emailMethods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -186645,21 +187204,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationEmailMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/emailMethods/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -186693,21 +187252,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationFido2Method", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -186741,20 +187300,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationFido2Method", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/fido2Methods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -186788,21 +187347,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationFido2MethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/fido2Methods/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -186836,21 +187395,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -186884,20 +187443,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/methods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -186931,21 +187490,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/methods/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -186979,21 +187538,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187027,20 +187586,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187074,21 +187633,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187122,36 +187681,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationoperation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -187185,50 +187744,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLongRunningOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/operations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationOperationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/operations/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187262,20 +187821,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187309,89 +187868,136 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", + "CommandAlias": null, "Module": "Beta.Identity.SignIns", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "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": 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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordMethod", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Identity.SignIns", - "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": false + } + ] + }, + { + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", + "Uri": "/users/{user-id}/authentication/passwordMethods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Method": "GET", + "Variants": [ + "List" + ], + "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 @@ -187420,68 +188026,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserAuthenticationPasswordMethod", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/passwordMethods", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Identity.SignIns", - "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 - } - ], - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" - }, - { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/passwordMethods/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -187515,21 +188074,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPhoneMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -187563,20 +188122,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPhoneMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -187610,21 +188169,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -187658,95 +188217,95 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/platformCredentialMethods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationSignInPreference", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/signInPreferences", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSignInPreferences", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSignInPreferences" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187780,20 +188339,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/softwareOathMethods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187827,21 +188386,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187875,21 +188434,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187923,20 +188482,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -187970,21 +188529,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -188018,21 +188577,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -188066,20 +188625,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -188113,21 +188672,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -188161,65 +188720,65 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaUserById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", "Uri": "/users/getByIds", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars/{calendar-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188253,21 +188812,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCalendar" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCalendarCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188301,20 +188860,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCalendarEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List1" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188340,23 +188899,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCalendarEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/calendar/events/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Calendars.Read", @@ -188382,21 +188941,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188414,20 +188973,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCalendarGroup" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188453,20 +189012,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCalendarGroup" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserCalendarGroupCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188500,21 +189059,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCalendar" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCalendarGroupCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188540,87 +189099,87 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCalendarPermissionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaUserCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduleInformation" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserCalendarView", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarView", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -188646,21 +189205,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -188742,20 +189301,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -188797,21 +189356,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -188853,110 +189412,110 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatInstalledAppCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatInstalledAppTeamApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChatMember.Read", @@ -189054,20 +189613,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChatMember.Read", @@ -189165,21 +189724,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMemberCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChatMember.Read", @@ -189277,21 +189836,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -189349,20 +189908,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -189404,21 +189963,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -189460,21 +190019,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Chat.Read", @@ -189532,23 +190091,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -189606,20 +190165,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -189677,21 +190236,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Read", @@ -189749,260 +190308,260 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/operations", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatOperationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatPermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatPinnedMessageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatRetainedMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/getAllRetainedMessages", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Chat.Read.All", @@ -190020,110 +190579,110 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatTabCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserChatTabTeamApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCloudPcConnectivityHistory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCloudPcLaunchInfo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -190141,21 +190700,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPc", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -190173,21 +190732,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPc" + ] }, { + "Command": "Get-MgBetaUserCloudPcReviewStatus", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retrieveReviewStatus", "CommandAlias": null, + "Module": "Beta.Users.Functions", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "Method": "GET", + "Variants": [ + "Retrieve", + "RetrieveViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Get-MgBetaUserCloudPcShiftWorkCloudPcAccessState", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getshiftworkcloudpcaccessstate?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -190205,36 +190779,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190252,20 +190826,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190283,21 +190857,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/$count", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190315,21 +190889,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/contacts/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -190347,65 +190921,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190423,20 +190997,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContactFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190454,35 +191028,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContactFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190500,21 +191074,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContactFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190532,20 +191106,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190563,21 +191137,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderContactCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190595,21 +191169,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -190627,95 +191201,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190733,36 +191307,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderChildFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190780,20 +191354,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190811,21 +191385,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderContactCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190843,21 +191417,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -190875,95 +191449,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderContactExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserContactFolderContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/$count", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -190981,21 +191555,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/contactFolders/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -191013,50 +191587,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContactFolder" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCount", - "ApiReferenceLink": null, "Uri": "/users/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -191162,35 +191736,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCreatedObject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCreatedObject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -191240,50 +191814,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCreatedObjectCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -191333,50 +191907,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserDefaultCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDefaultCalendarEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/events", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -191402,23 +191976,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaUserDefaultCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", "Uri": "/users/{user-id}/calendar/getSchedule", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -191444,21 +192018,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphScheduleInformation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDefaultDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drive", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -191508,20 +192082,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta", "Uri": "/users/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "User.Read.All", @@ -191555,1002 +192129,1002 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceByDeviceId", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceCommand", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceCommand", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceCommandCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceCommandResponsepayload", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/devices/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceMemberOfCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredOwner", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredUserByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredUserCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDeviceUsageRightsCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDirectReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDirectReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -192592,79 +193166,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/orgContact", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/user", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDirectReportCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -192706,65 +193280,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDirectReportCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/orgContact/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDirectReportCountAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/user/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -192814,168 +193388,168 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveBundle", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveBundle", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveBundleContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveBundleCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveContentTypeBase", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -193025,3022 +193599,3022 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveFollowing", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveFollowing", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveFollowingContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveFollowingCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemAnalyticTime", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemChildContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemChildCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemPermissionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemThumbnailCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListColumnCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListOperationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootAnalyticTime", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootChildContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootChildCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootPermissionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootThumbnailCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveRootVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveSpecial", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveSpecial", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveSpecialContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserDriveSpecialCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -196058,20 +196632,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -196097,80 +196671,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserEventCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/calendar", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -196196,21 +196770,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/events/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Calendars.Read", @@ -196236,373 +196810,373 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserEventInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserEventInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -196620,80 +197194,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -196711,285 +197285,285 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserEventInstanceExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserFollowedSite", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/followedSites/{site-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserFollowedSite", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/followedSites", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -197007,21 +197581,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserFollowedSiteCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/followedSites/$count", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -197039,213 +197613,213 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserInferenceClassification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassification", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassification" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInferenceClassificationOverrideCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionBitlocker", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/bitlocker", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlocker", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlocker" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -197263,20 +197837,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy/labels", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -197294,21 +197868,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy/labels/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -197326,241 +197900,241 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemInsights", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemInsights" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsightShared", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsightShared", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -197578,21 +198152,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSharedInsight" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsightSharedCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -197610,65 +198184,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsightSharedLastSharedMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsightSharedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsightTrending", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrending" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsightTrending", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -197686,21 +198260,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTrending" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsightTrendingCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -197718,21 +198292,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsightTrendingResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -197750,35 +198324,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsightUsed", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsedInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsightUsed", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -197796,21 +198370,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUsedInsight" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsightUsedCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -197828,21 +198402,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInsightUsedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Sites.Read.All", @@ -197860,49 +198434,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserInvitedBy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/invitedBy", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-invitedby?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserJoinedGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/joinedGroups", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserJoinedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/joinedTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -197960,35 +198534,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeam" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserLicenseDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserLicenseDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -198030,21 +198604,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLicenseDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserLicenseDetailCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -198086,21 +198660,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "User.Read", @@ -198134,36 +198708,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsLicensingDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserLoggedOnManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/getLoggedOnManagedDevices", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "MailboxSettings.Read", @@ -198181,21 +198755,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMailboxSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198229,20 +198803,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMailFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198276,35 +198850,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMailFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198338,21 +198912,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMailFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198386,330 +198960,330 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConfiguration" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198743,21 +199317,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198791,21 +199365,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMailFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -198831,20 +199405,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -198878,65 +199452,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -198962,21 +199536,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -199010,21 +199584,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -199058,199 +199632,199 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageMentionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderMessageRuleCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserMailFolderUserConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConfiguration" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserMailFolderUserConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMailFolderUserConfigurationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaUserMailTip", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta", "Uri": "/users/{user-id}/getMailTips", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailTips", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Mail.Read", @@ -199268,20 +199842,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMailTips" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedAppBlockedUser", - "ApiReferenceLink": null, "Uri": "/users/getManagedAppBlockedUsers", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -199315,21 +199889,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedAppDiagnosticStatus", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -199347,21 +199921,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedAppPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/getManagedAppPolicies", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -199379,653 +199953,653 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedAppRegistrations", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedAppRegistrationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedAppRegistrations/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcReviewStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceDetectedApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDetectedApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceDetectedApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDetectedApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceFileVaultKey", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceWithAppFailure", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -200043,21 +200617,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagedDeviceWithFailedApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -200075,21 +200649,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManager", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/manager", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read.All", @@ -200123,21 +200697,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserManagerByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/manager/$ref", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read.All", @@ -200171,23 +200745,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaUserMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", "Uri": "/users/{user-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -200269,23 +200843,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaUserMemberObject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -200383,21 +200957,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -200415,20 +200989,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -200462,35 +201036,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -200508,35 +201082,35 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/directoryRole", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -200554,35 +201128,35 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphDirectoryRole" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/group", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -200600,21 +201174,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMemberOfCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -200648,21 +201222,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -200680,21 +201254,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/directoryRole/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -200712,21 +201286,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/group/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -200744,21 +201318,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", "Permissions": [ { "Name": "Mail.Read", @@ -200784,20 +201358,152 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMessage" + ] }, { + "Command": "Get-MgBetaUserMessage", + "Uri": "/users/{user-id}/messages", "CommandAlias": null, + "Module": "Beta.Mail", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", "Method": "GET", - "Command": "Get-MgBetaUserMessage", + "Variants": [ + "List" + ], + "Permissions": [ + { + "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": true + }, + { + "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": true + }, + { + "Name": "Mail.ReadWrite", + "Description": "Read and write mail in all mailboxes", + "FullDescription": "Allows the app to create, read, update, and delete mail in all mailboxes without a signed-in user. Does not include permission to send mail.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "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": false + } + ] + }, + { + "Command": "Get-MgBetaUserMessageAttachment", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Mail", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages", + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaUserMessageAttachment", + "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaUserMessageAttachmentCount", + "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Mail", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgBetaUserMessageContent", + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "CommandAlias": null, + "Module": "Beta.Mail", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaUserMessageCount", + "Uri": "/users/{user-id}/messages/$count", + "CommandAlias": null, "Module": "Beta.Mail", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "Mail.ReadBasic", @@ -200831,153 +201537,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMessage" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageAttachment", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageAttachment", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "ApiVersion": "beta", - "Variants": [ - "List" - ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageAttachmentCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageContent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Mail", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserMessageCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/messages/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Mail", - "Permissions": [ - { - "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": true - }, - { - "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": true - }, - { - "Name": "Mail.ReadWrite", - "Description": "Read and write mail in all mailboxes", - "FullDescription": "Allows the app to create, read, update, and delete mail in all mailboxes without a signed-in user. Does not include permission to send mail.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "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": false - } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Mail.Read", @@ -201003,109 +201577,109 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMessageExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/mentions", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMessageMentionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMobileAppIntentAndState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -201123,20 +201697,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppIntentAndState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMobileAppIntentAndState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppIntentAndStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -201154,21 +201728,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppIntentAndState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMobileAppIntentAndStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppIntentAndStates/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -201186,167 +201760,167 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserNotification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/notifications/{notification-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotification", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserNotification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/notifications", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotification", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserNotificationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/notifications/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOauth2PermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOauth2PermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/oauth2PermissionGrants", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -201364,21 +201938,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOauth2PermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -201396,21 +201970,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -201452,20 +202026,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -201507,21 +202081,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteNotebookCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -201563,23 +202137,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -201621,20 +202195,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCopyNotebookModel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -201676,20 +202250,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -201731,21 +202305,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -201787,36 +202361,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteOperationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/operations/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -201850,20 +202424,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -201897,21 +202471,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -201945,21 +202519,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenotePageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -201993,21 +202567,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteRecentNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Notes.Create", @@ -202049,36 +202623,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRecentNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -202112,36 +202686,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteResourceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/resources/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -202183,20 +202757,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -202238,21 +202812,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteSectionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -202294,21 +202868,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -202350,21 +202924,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -202406,23 +202980,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteSectionGroupCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -202464,20 +203038,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -202519,20 +203093,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Read", @@ -202566,21 +203140,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -202614,20 +203188,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -202661,21 +203235,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -202717,146 +203291,146 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -202890,21 +203464,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -202938,21 +203512,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -202986,23 +203560,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -203044,80 +203618,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRecordingCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -203151,21 +203725,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMeetingRegistration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -203183,64 +203757,64 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -203266,21 +203840,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -203306,110 +203880,110 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -203459,475 +204033,475 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookMasterCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookMasterCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookMasterCategoryCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskFolderCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskGroup" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroupCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -203969,79 +204543,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/device", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/endpoint", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedDeviceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -204083,65 +204657,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/device/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedObject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedObject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -204183,123 +204757,123 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/application", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/group", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaUserOwnedObjectByType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", "Uri": "/users/getUserOwnedObjects", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedObjectCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -204341,66 +204915,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedObjectCountAsApplication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/application/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedObjectCountAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/group/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBetaUserPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta", "Uri": "/users/{user-id}/getPasswordSingleSignOnCredentials", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -204426,35 +205000,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserPerson", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/people/{person-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPerson", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": "IMicrosoftGraphPerson" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserPerson", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/people", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPerson", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "People.Read", @@ -204472,21 +205046,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPerson" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPersonCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/people/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "People.Read", @@ -204504,23 +205078,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/photo", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -204532,8 +205106,8 @@ }, { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -204556,26 +205130,26 @@ }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProfilePhoto" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/photos", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -204617,23 +205191,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProfilePhoto" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/photo/$value", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -204675,23 +205249,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlanner", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -204733,50 +205307,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlanner", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/all", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerDelta", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerDelta" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerAllCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/all/$count", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerAllDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/planner/all/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerDelta", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Tasks.Read", @@ -204810,35 +205384,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerDelta" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerFavoritePlan", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerFavoritePlan", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/favoritePlans", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -204864,21 +205438,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerFavoritePlanCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/favoritePlans/$count", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -204904,35 +205478,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerMyDayTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerMyDayTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/myDayTasks", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -204966,21 +205540,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerMyDayTaskCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/myDayTasks/$count", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -205014,20 +205588,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerPlan", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/plans", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -205061,95 +205635,95 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerPlanBucketDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerBucket" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerPlanDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/planner/plans/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerPlanTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerRecentPlan", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerRecentPlan", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/recentPlans", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -205175,21 +205749,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerRecentPlanCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/recentPlans/$count", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -205215,35 +205789,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerRosterPlan", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerRosterPlan", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/rosterPlans", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -205277,21 +205851,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerRosterPlanCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/rosterPlans/$count", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -205325,20 +205899,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/tasks", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -205388,21 +205962,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPlannerTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", "Uri": "/users/{user-id}/planner/tasks/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Tasks.Read", @@ -205420,21 +205994,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserPresence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/presence", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Presence.Read", @@ -205460,21 +206034,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPresence" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfile", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -205516,21 +206090,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserAccountInformation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -205572,20 +206146,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserAccountInformation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/account", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserAccountInformation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -205627,21 +206201,77 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserAccountInformation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileAccountCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/account/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaUserProfileAddress", + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "CommandAlias": null, "Module": "Beta.People", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAddress", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "User.Read", @@ -205683,76 +206313,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileAddress", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.People", - "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 - } - ], - "OutputType": "IMicrosoftGraphItemAddress" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileAddress", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/addresses", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAddress", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -205794,21 +206368,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemAddress" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileAddressCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/addresses/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -205850,21 +206424,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileAnniversary", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -205906,20 +206480,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonAnnualEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileAnniversary", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/anniversaries", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -205961,21 +206535,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonAnnualEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileAnniversaryCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/anniversaries/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206017,21 +206591,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileAward", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAward", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206073,20 +206647,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonAward" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileAward", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/awards", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAward", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206128,21 +206702,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonAward" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileAwardCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/awards/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206184,21 +206758,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileCertification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonCertification", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206240,20 +206814,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonCertification" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileCertification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/certifications", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonCertification", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206295,21 +206869,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonCertification" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileCertificationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/certifications/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206351,21 +206925,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileEducationalActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationalActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206407,20 +206981,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationalActivity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileEducationalActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/educationalActivities", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationalActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206462,21 +207036,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationalActivity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileEducationalActivityCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/educationalActivities/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206518,21 +207092,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileEmail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemEmail", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206574,20 +207148,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemEmail" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileEmail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/emails", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemEmail", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206629,77 +207203,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemEmail" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileEmailCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/emails/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.People", - "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 - } - ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserProfileInterest", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206741,20 +207259,76 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonInterest" + ] }, { + "Command": "Get-MgBetaUserProfileInterest", + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", "CommandAlias": null, + "Module": "Beta.People", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonInterest", "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { "Command": "Get-MgBetaUserProfileInterest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/interests", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonInterest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206796,21 +207370,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonInterest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileInterestCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/interests/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206852,21 +207426,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileLanguage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLanguageProficiency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206908,20 +207482,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLanguageProficiency" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileLanguage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/languages", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLanguageProficiency", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -206963,21 +207537,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLanguageProficiency" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileLanguageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/languages/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207019,21 +207593,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileName", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/names/{personName-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonName", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207075,20 +207649,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonName" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileName", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/names", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonName", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207130,21 +207704,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonName" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileNameCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/names/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207186,21 +207760,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileNote", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnotation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207242,20 +207816,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonAnnotation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileNote", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/notes", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnotation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207297,21 +207871,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonAnnotation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileNoteCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/notes/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207353,21 +207927,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfilePatent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPatent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207409,20 +207983,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPatent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfilePatent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/patents", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPatent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207464,21 +208038,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPatent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfilePatentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/patents/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207520,21 +208094,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfilePhone", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPhone", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207576,20 +208150,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPhone" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfilePhone", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/phones", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPhone", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207631,21 +208205,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPhone" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfilePhoneCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/phones/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207687,21 +208261,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfilePosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkPosition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207743,20 +208317,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWorkPosition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfilePosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/positions", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkPosition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207798,21 +208372,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWorkPosition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfilePositionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/positions/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207854,21 +208428,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileProject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProjectParticipation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207910,20 +208484,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProjectParticipation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileProject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/projects", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProjectParticipation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -207965,21 +208539,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProjectParticipation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileProjectCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/projects/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -208021,21 +208595,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfilePublication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPublication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -208077,20 +208651,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPublication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfilePublication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/publications", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPublication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -208132,21 +208706,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPublication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfilePublicationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/publications/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -208188,21 +208762,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileSkill", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSkillProficiency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -208244,20 +208818,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSkillProficiency" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileSkill", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/skills", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSkillProficiency", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -208299,21 +208873,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSkillProficiency" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileSkillCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/skills/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -208355,21 +208929,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileWebAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebAccount", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -208411,20 +208985,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWebAccount" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileWebAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/webAccounts", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebAccount", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -208466,21 +209040,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWebAccount" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileWebAccountCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/webAccounts/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -208522,21 +209096,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileWebsite", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonWebsite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -208578,20 +209152,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonWebsite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileWebsite", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/websites", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonWebsite", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -208633,21 +209207,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonWebsite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserProfileWebsiteCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/websites/$count", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -208689,35 +209263,35 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserRegisteredDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserRegisteredDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -208759,79 +209333,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/device", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/endpoint", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserRegisteredDeviceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -208873,65 +209447,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/device/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserScopedRoleMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserScopedRoleMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/scopedRoleMemberOf", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -208949,21 +209523,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserScopedRoleMemberOfCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -208981,51 +209555,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSecurity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurity1", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurity1" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSecurityInformationProtection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -209043,21 +209617,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -209075,20 +209649,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -209106,21 +209680,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -209138,36 +209712,36 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read.All", @@ -209185,21 +209759,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingContactMergeSuggestion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -209217,21 +209791,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContactMergeSuggestions" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingItemInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/itemInsights", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -209249,36 +209823,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserInsightsSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingShiftPreference", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/shiftPreferences", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShiftPreferences", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read.All", @@ -209312,36 +209886,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphShiftPreferences" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingStorage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/storage", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserStorage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserStorage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingStorageQuota", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/storage/quota", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedstoragequota-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Files.Read", @@ -209375,21 +209949,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedStorageQuota" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingStorageQuotaService", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Files.Read", @@ -209423,20 +209997,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingStorageQuotaService", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/storage/quota/services", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Files.Read", @@ -209470,21 +210044,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/storage/quota/services/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Files.Read", @@ -209518,123 +210092,123 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingWindows", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingWindows", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingWindowsCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSettingWindowsInstanceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSponsor", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSponsor", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/sponsors", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -209660,21 +210234,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserSponsorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/sponsors/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -209700,21 +210274,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTeamwork", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserTeamwork", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "UserTeamwork.Read", @@ -209732,37 +210306,37 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphUserTeamwork" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -209788,21 +210362,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -209828,21 +210402,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTeamworkInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -209956,20 +210530,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTeamworkInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -210083,21 +210657,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTeamworkInstalledAppChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -210163,21 +210737,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTeamworkInstalledAppCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps/$count", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -210291,51 +210865,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -210369,20 +210943,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTodoTaskList" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", "Variants": [ "List" ], + "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 + } + ] + }, + { + "Command": "Get-MgBetaUserTodoListCount", + "Uri": "/users/{user-id}/todo/lists/$count", + "CommandAlias": null, "Module": "Beta.Users", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "Tasks.Read", @@ -210416,69 +211038,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTodoTaskList" + ] }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgBetaUserTodoListCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/$count", - "ApiVersion": "beta", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Beta.Users", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoListDelta", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -210504,65 +211078,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTodoTaskList" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoListExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoListExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoListExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -210596,20 +211170,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTodoTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -210643,21 +211217,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTodoTask" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -210691,20 +211265,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttachmentBase" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -210738,21 +211312,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttachmentBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskAttachmentContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -210786,21 +211360,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -210834,80 +211408,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskAttachmentSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskAttachmentSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskChecklistItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -210941,20 +211515,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChecklistItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskChecklistItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -210988,21 +211562,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChecklistItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskChecklistItemCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -211036,21 +211610,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -211084,21 +211658,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskDelta", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Tasks.Read", @@ -211132,65 +211706,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTodoTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskLinkedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -211224,20 +211798,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLinkedResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskLinkedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -211271,21 +211845,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLinkedResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -211319,35 +211893,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -211397,108 +211971,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/group", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOfCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.Read", @@ -211548,2516 +212122,2516 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveReports", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get-transitivereports?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserTransitiveReportCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveReports/$count", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventPresenterCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventPresenterSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventPresenterSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventPresenterSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionPresenterCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventSessionRegistrationCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventTownhall" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventTownhall" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventTownhall" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallByUserRole", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventTownhall" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallPresenterCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta", "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarByUserRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta", "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarPresenterCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuCatalogEntry", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", + "CommandAlias": "Get-MgBetaWuCatalogEntry", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuCatalogEntry", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/catalog/entries", + "CommandAlias": "Get-MgBetaWuCatalogEntry", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuCatalogEntryCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/catalog/entries/$count", + "CommandAlias": "Get-MgBetaWuCatalogEntryCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeployment", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "CommandAlias": "Get-MgBetaWuDeployment", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeployment", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments", + "CommandAlias": "Get-MgBetaWuDeployment", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deployments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusionCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusionCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMemberCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMemberCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuDeploymentCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesDeploymentCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/$count", + "CommandAlias": "Get-MgBetaWuDeploymentCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicy", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "CommandAlias": "Get-MgBetaWuPolicy", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicy", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies", + "CommandAlias": "Get-MgBetaWuPolicy", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudience", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudience", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "CommandAlias": "Get-MgBetaWuPolicyAudience", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusionCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count", + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusionCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", + "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyAudienceMemberCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count", + "CommandAlias": "Get-MgBetaWuPolicyAudienceMemberCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-list-compliancechanges?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeUpdatePolicy", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeUpdatePolicy", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuPolicyCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesPolicyCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/$count", + "CommandAlias": "Get-MgBetaWuPolicyCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProduct", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}", + "CommandAlias": "Get-MgBetaWuProduct", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProduct", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products", + "CommandAlias": "Get-MgBetaWuProduct", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/$count", + "CommandAlias": "Get-MgBetaWuProductCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductEdition", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", + "CommandAlias": "Get-MgBetaWuProductEdition", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductEdition", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/editions", + "CommandAlias": "Get-MgBetaWuProductEdition", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductEditionCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductEditionCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/editions/$count", + "CommandAlias": "Get-MgBetaWuProductEditionCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductKnownIssue", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", + "CommandAlias": "Get-MgBetaWuProductKnownIssue", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductKnownIssue", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", + "CommandAlias": "Get-MgBetaWuProductKnownIssue", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductKnownIssueGraphBPreTimeRange", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta", "Uri": "/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)", + "CommandAlias": "Get-MgBetaWuProductKnownIssueGraphBPreTimeRange", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductKnownIssueCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count", + "CommandAlias": "Get-MgBetaWuProductKnownIssueCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", + "CommandAlias": "Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", + "CommandAlias": "Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductRevision", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", + "CommandAlias": "Get-MgBetaWuProductRevision", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductRevision", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions", + "CommandAlias": "Get-MgBetaWuProductRevision", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductRevisionCatalogEntry", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", + "CommandAlias": "Get-MgBetaWuProductRevisionCatalogEntry", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductRevisionCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count", + "CommandAlias": "Get-MgBetaWuProductRevisionCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuProductRevisionKnowledgeBaseArticle", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", + "CommandAlias": "Get-MgBetaWuProductRevisionKnowledgeBaseArticle", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuResourceConnection", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "CommandAlias": "Get-MgBetaWuResourceConnection", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuResourceConnection", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/resourceConnections", + "CommandAlias": "Get-MgBetaWuResourceConnection", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-resourceconnections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuResourceConnectionCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/resourceConnections/$count", + "CommandAlias": "Get-MgBetaWuResourceConnectionCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuUpdatableAsset", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "CommandAlias": "Get-MgBetaWuUpdatableAsset", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuUpdatableAsset", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatableAssets", + "CommandAlias": "Get-MgBetaWuUpdatableAsset", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatableassets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET", "Variants": [ "List" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" + "Permissions": [] }, { - "CommandAlias": "Get-MgBetaWuUpdatableAssetCount", - "Method": "GET", "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatableAssets/$count", + "CommandAlias": "Get-MgBetaWuUpdatableAssetCount", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusiness", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214091,20 +214665,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingBusiness" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusiness", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214138,21 +214712,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingBusiness" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessAppointment", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214186,20 +214760,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingAppointment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessAppointment", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214233,21 +214807,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingAppointment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessAppointmentCount", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214281,35 +214855,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessCalendarView", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingAppointment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessCalendarView", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214343,21 +214917,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingAppointment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessCalendarViewCount", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214391,20 +214965,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessCount", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214438,21 +215012,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessCustomer", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214486,20 +215060,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessCustomer", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCustomerBase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214533,21 +215107,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCustomerBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessCustomerCount", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214581,21 +215155,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessCustomQuestion", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214629,20 +215203,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessCustomQuestion", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214676,21 +215250,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessCustomQuestionCount", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214724,21 +215298,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessService", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingService", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214772,20 +215346,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingService" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessService", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingService", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214819,21 +215393,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingService" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessServiceCount", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214867,23 +215441,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgBookingBusinessStaffAvailability", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphStaffAvailabilityItem", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -214925,21 +215499,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphStaffAvailabilityItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessStaffMember", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -214973,20 +215547,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessStaffMember", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingStaffMemberBase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -215020,21 +215594,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingStaffMemberBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingBusinessStaffMemberCount", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -215068,21 +215642,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingCurrency", - "ApiReferenceLink": null, "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -215116,20 +215690,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCurrency" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingCurrency", - "ApiReferenceLink": null, "Uri": "/solutions/bookingCurrencies", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -215163,20 +215737,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCurrency" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgBookingCurrencyCount", - "ApiReferenceLink": null, "Uri": "/solutions/bookingCurrencies/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.Read.All", @@ -215210,21 +215784,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", "Uri": "/chats/{chat-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -215290,20 +215864,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", "Uri": "/chats", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -215353,20 +215927,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatCount", - "ApiReferenceLink": null, "Uri": "/chats/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -215416,21 +215990,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -215512,20 +216086,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/installedApps", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -215639,21 +216213,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatInstalledAppCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/installedApps/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -215767,66 +216341,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatInstalledAppTeamApp", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatInstalledAppTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/lastMessagePreview", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMember", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -215956,20 +216530,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMember", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -216067,21 +216641,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMemberCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/members/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -216179,22 +216753,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -216244,20 +216818,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -216299,21 +216873,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessageCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -216355,21 +216929,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/messages/delta", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -216419,23 +216993,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -216493,20 +217067,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -216564,21 +217138,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -216636,140 +217210,140 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessageReply", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessageReply", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/permissionGrants", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -216867,21 +217441,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatPermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/permissionGrants/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -216979,37 +217553,37 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -217051,21 +217625,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatPinnedMessageCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -217107,21 +217681,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatTab", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -217187,20 +217761,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatTab", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -217250,21 +217824,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatTabCount", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -217314,36 +217888,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgChatTabTeamApp", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCall", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCall", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -217361,21 +217935,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCall" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -217393,20 +217967,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -217424,21 +217998,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -217456,21 +218030,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallContentSharingSession", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "Permissions": [ + { + "Name": "Calls.JoinGroupCallAsGuest.All", + "Description": "Join group calls and meetings as a guest", + "FullDescription": "Allows the app to anonymously join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined as a guest to meetings in your organization.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Calls.JoinGroupCall.All", + "Description": "Join group calls and meetings as an app", + "FullDescription": "Allows the app to join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined with the privileges of a directory user to meetings in your organization.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calls.InitiateGroupCall.All", + "Description": "Initiate outgoing group calls from the app", + "FullDescription": "Allows the app to place outbound calls to multiple users and add participants to meetings in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calls.Initiate.All", + "Description": "Initiate outgoing 1 to 1 calls from the app", + "FullDescription": "Allows the app to place outbound calls to a single user and transfer calls to users in your organization’s directory, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] + }, + { + "Command": "Get-MgCommunicationCallContentSharingSession", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "CommandAlias": null, "Module": "CloudCommunications", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentSharingSession", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -217504,68 +218125,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgCommunicationCallContentSharingSession", - "ApiReferenceLink": null, - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "CloudCommunications", - "Permissions": [ - { - "Name": "Calls.JoinGroupCallAsGuest.All", - "Description": "Join group calls and meetings as a guest", - "FullDescription": "Allows the app to anonymously join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined as a guest to meetings in your organization.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Calls.JoinGroupCall.All", - "Description": "Join group calls and meetings as an app", - "FullDescription": "Allows the app to join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined with the privileges of a directory user to meetings in your organization.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Calls.InitiateGroupCall.All", - "Description": "Initiate outgoing group calls from the app", - "FullDescription": "Allows the app to place outbound calls to multiple users and add participants to meetings in your organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Calls.Initiate.All", - "Description": "Initiate outgoing 1 to 1 calls from the app", - "FullDescription": "Allows the app to place outbound calls to a single user and transfer calls to users in your organization’s directory, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphContentSharingSession" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallContentSharingSessionCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -217599,79 +218173,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallOperationCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallParticipant", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphParticipant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -217689,20 +218263,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphParticipant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallParticipant", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphParticipant", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -217720,21 +218294,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphParticipant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallParticipantCount", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -217752,125 +218326,125 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallRecord", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsCallRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallRecordCount", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallRecordSessionCount", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationCallRecordSessionSegmentCount", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -217904,123 +218478,123 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -218054,183 +218628,183 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingRecordingCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences/{presence-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Presence.Read", @@ -218256,21 +218830,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPresence" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgCommunicationPresenceByUserId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0", "Uri": "/communications/getPresencesByUserId", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPresence", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Presence.Read.All", @@ -218288,20 +218862,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPresence" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCommunicationPresenceCount", - "ApiReferenceLink": null, "Uri": "/communications/presences/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Presence.Read", @@ -218327,35 +218901,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgCompliance", - "ApiReferenceLink": null, "Uri": "/compliance", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompliance", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompliance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0", "Uri": "/contacts/{orgContact-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218381,20 +218955,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrgContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContact", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0", "Uri": "/contacts", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218420,35 +218994,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrgContact" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgContactById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/contacts/getByIds", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactCount", - "ApiReferenceLink": null, "Uri": "/contacts/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218474,20 +219048,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0", "Uri": "/contacts/delta", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218513,35 +219087,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrgContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactDirectReport", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactDirectReport", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218575,79 +219149,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/orgContact", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/user", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactDirectReportCount", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218681,51 +219255,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactDirectReportCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactDirectReportCountAsUser", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/directReports/user/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactManager", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/manager", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -218759,23 +219333,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgContactMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/contacts/{orgContact-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -218857,23 +219431,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgContactMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/contacts/{orgContact-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -218971,35 +219545,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactMemberOf", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactMemberOf", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -219033,79 +219607,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/group", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactMemberOfCount", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -219139,94 +219713,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -219252,79 +219826,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactTransitiveMemberOfCount", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrgContact.Read.All", @@ -219350,51 +219924,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContactTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContract", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0", "Uri": "/contracts/{contract-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContract", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -219412,20 +219986,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContract" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContract", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0", "Uri": "/contracts", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContract", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -219443,35 +220017,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContract" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgContractById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/contracts/getByIds", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContractCount", - "ApiReferenceLink": null, "Uri": "/contracts/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -219489,20 +220063,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgContractDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", "Uri": "/contracts/delta", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -219520,55 +220094,55 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgContractMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/contracts/{contract-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgContractMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/contracts/{contract-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDataPolicyOperation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "User.Export.All", @@ -219586,49 +220160,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDataPolicyOperation", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDataPolicyOperationCount", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", "Uri": "/devices/{device-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -219662,20 +220236,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0", "Uri": "/devices", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -219709,20 +220283,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDevice" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgt", - "Method": "GET", "Command": "Get-MgDeviceAppManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceappmanagement-get?view=graph-rest-1.0", "Uri": "/deviceAppManagement", + "CommandAlias": "Get-MgDeviceAppMgt", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-policyset-deviceappmanagement-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -219756,21 +220330,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAppManagement" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", - "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -219788,20 +220362,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", - "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -219819,21 +220393,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -219867,20 +220441,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -219914,21 +220488,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -219962,21 +220536,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220010,20 +220584,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220057,21 +220631,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220105,20 +220679,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220136,21 +220710,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220184,21 +220758,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220232,20 +220806,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220279,21 +220853,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220327,20 +220901,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220374,21 +220948,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220422,20 +220996,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220469,21 +221043,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Method": "GET", "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220517,21 +221091,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220549,20 +221123,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220580,21 +221154,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220628,20 +221202,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220675,21 +221249,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220723,21 +221297,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220771,20 +221345,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220818,21 +221392,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220866,20 +221440,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220897,21 +221471,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Method": "GET", "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicydeploymentsummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220945,21 +221519,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -220993,20 +221567,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppPolicies", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221040,20 +221614,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicyCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppPolicies/$count", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicyCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221087,21 +221661,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221135,20 +221709,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221182,21 +221756,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221230,20 +221804,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221277,116 +221851,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", "Module": "Devices.CorporateManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationCount", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/$count", "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Devices.CorporateManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", - "ApiVersion": "v1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221420,20 +221899,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", + "Uri": "/deviceAppManagement/managedAppRegistrations/$count", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationCount", + "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "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 + } + ] }, { + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221467,21 +222041,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221515,21 +222089,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221563,20 +222137,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppOperation" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221610,21 +222184,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppOperation" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperationCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperationCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221658,20 +222232,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-getuseridswithflaggedappregistration?view=graph-rest-1.0", "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappregistration-getuseridswithflaggedappregistration?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221705,21 +222279,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappstatusraw-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221753,20 +222327,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppStatus" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppStatuses", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221800,20 +222374,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppStatus" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatusCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedAppStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppStatuses/$count", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatusCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221847,21 +222421,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221879,20 +222453,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedEBook" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221910,21 +222484,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedEBook" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221942,20 +222516,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -221973,21 +222547,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222005,20 +222579,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/$count", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222036,21 +222610,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222068,20 +222642,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceInstallState" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222099,21 +222673,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceInstallState" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceStateCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceStateCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222131,21 +222705,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookInstallSummary", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookInstallSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222163,21 +222737,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEBookInstallSummary" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222195,20 +222769,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222226,21 +222800,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222258,21 +222832,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222290,20 +222864,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceInstallState" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222321,21 +222895,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceInstallState" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222353,21 +222927,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222385,20 +222959,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222416,21 +222990,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222464,20 +223038,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222511,21 +223085,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222559,20 +223133,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222590,21 +223164,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222638,20 +223212,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222685,21 +223259,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222733,21 +223307,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222781,20 +223355,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222828,21 +223402,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222876,21 +223450,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222908,20 +223482,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps", + "CommandAlias": "Get-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowsmobilemsi-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222939,35 +223513,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidLobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidLobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/androidLobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidLobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -222985,255 +223559,255 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidLobApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidStoreApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223251,123 +223825,123 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAndroidStoreApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/iosLobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223385,255 +223959,255 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosLobApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosStoreApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosStoreApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosStoreApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223651,123 +224225,123 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosStoreApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosVppApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/iosVppApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223785,123 +224359,123 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosVppApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSDmgApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -223919,255 +224493,255 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMacOSDmgApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSLobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSLobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSLobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224185,255 +224759,255 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMacOSLobApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAndroidLobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224451,255 +225025,255 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAndroidLobApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedIosLobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224717,255 +225291,255 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedIosLobApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedMobileLobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224983,255 +225557,255 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileLobApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225249,109 +225823,109 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225369,20 +225943,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225400,21 +225974,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225432,35 +226006,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWin32LobApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWin32LobApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/win32LobApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWin32LobApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225478,255 +226052,255 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWin32LobApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAppX", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAppX" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsAppX", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAppX", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225744,255 +226318,255 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsAppX" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsMobileMsi" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226010,255 +226584,255 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsMobileMsi" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUniversalAppX" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226276,299 +226850,299 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsUniversalAppX" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileContainedApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsWebApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsWebApp" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsWebApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226586,111 +227160,111 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsWebApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226708,21 +227282,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppCategory" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCategories", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226740,21 +227314,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppCategory" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategoryCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCategories/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategoryCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226772,21 +227346,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226804,20 +227378,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226835,21 +227409,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226867,20 +227441,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226898,21 +227472,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226930,20 +227504,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226961,21 +227535,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226993,20 +227567,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227024,21 +227598,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227056,21 +227630,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227088,21 +227662,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227120,20 +227694,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227151,21 +227725,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227183,21 +227757,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227215,20 +227789,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227246,20 +227820,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227277,20 +227851,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227308,20 +227882,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227339,20 +227913,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227370,20 +227944,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoVppApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoVppApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227401,20 +227975,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227432,20 +228006,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227463,20 +228037,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227494,20 +228068,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227525,20 +228099,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227556,20 +228130,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227587,20 +228161,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227618,20 +228192,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowAppX", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowAppX", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227649,20 +228223,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227680,20 +228254,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227711,20 +228285,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowWebApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowWebApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227742,21 +228316,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227774,20 +228348,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227805,21 +228379,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227853,20 +228427,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227900,21 +228474,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227948,21 +228522,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227996,20 +228570,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228043,21 +228617,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228091,20 +228665,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228122,21 +228696,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228170,21 +228744,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtVppToken", - "Method": "GET", "Command": "Get-MgDeviceAppManagementVppToken", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "CommandAlias": "Get-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVppToken", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -228218,20 +228792,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphVppToken" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtVppToken", - "Method": "GET", "Command": "Get-MgDeviceAppManagementVppToken", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens", + "CommandAlias": "Get-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVppToken", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -228265,20 +228839,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphVppToken" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtVppTokenCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementVppTokenCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens/$count", + "CommandAlias": "Get-MgDeviceAppMgtVppTokenCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -228312,21 +228886,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228360,20 +228934,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228407,21 +228981,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228455,20 +229029,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228502,21 +229076,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228550,163 +229124,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyCount", "Module": "Devices.CorporateManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Devices.CorporateManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Devices.CorporateManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" - }, - { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", + "OutputType": null, "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", - "ApiVersion": "v1.0", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228740,21 +229171,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "GET", - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228788,20 +229266,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", + "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + "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 + } + ] }, { + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Devices.CorporateManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228835,21 +229409,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "Method": "GET", "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228883,21 +229457,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", "Uri": "/devices(deviceId='{deviceId}')", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -228931,35 +229505,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDevice" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/devices/getByIds", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceCount", - "ApiReferenceLink": null, "Uri": "/devices/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -228993,78 +229567,78 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0", "Uri": "/devices/delta", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceExtensionCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-devicemanagement-get?view=graph-rest-1.0", "Uri": "/deviceManagement", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicemanagement-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagement", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229146,20 +229720,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagement" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/applePushNotificationCertificate", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -229193,21 +229767,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229225,20 +229799,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuditEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229256,21 +229830,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuditEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", + "CommandAlias": null, + "Module": "DeviceManagement.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229288,20 +229862,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementAuditEventAuditCategory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0", "Uri": "/deviceManagement/auditEvents/getAuditCategories", + "CommandAlias": null, + "Module": "DeviceManagement.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229319,20 +229893,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementAuditEventCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229350,21 +229924,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -229398,20 +229972,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceManagementPartners", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -229445,20 +230019,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceManagementPartners/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -229492,20 +230066,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementConditionalAccessSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/conditionalAccessSettings", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-onpremisesconditionalaccesssettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -229539,21 +230113,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229587,20 +230161,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDetectedApp" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229634,20 +230208,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDetectedApp" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDetectedAppCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229681,21 +230255,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229713,20 +230287,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229744,21 +230318,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -229776,21 +230350,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -229824,20 +230398,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCategories", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -229871,20 +230445,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCategories/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -229918,21 +230492,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -229950,20 +230524,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows81compliancepolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -229981,21 +230555,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230013,20 +230587,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230044,21 +230618,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230076,20 +230650,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230107,21 +230681,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230139,20 +230713,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230170,21 +230744,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230202,20 +230776,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230233,21 +230807,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230265,20 +230839,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230296,21 +230870,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230328,21 +230902,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230360,21 +230934,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230392,20 +230966,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230423,21 +230997,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230455,21 +231029,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230487,20 +231061,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230518,21 +231092,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230550,21 +231124,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230582,20 +231156,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230613,20 +231187,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230644,21 +231218,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230676,20 +231250,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230707,21 +231281,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230739,21 +231313,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230771,20 +231345,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230802,21 +231376,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230834,21 +231408,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230866,21 +231440,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10secureassessmentconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230898,20 +231472,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81customconfiguration-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230929,21 +231503,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230961,20 +231535,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -230992,21 +231566,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231024,20 +231598,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231055,21 +231629,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231087,20 +231661,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231118,21 +231692,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231150,20 +231724,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231181,21 +231755,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231213,20 +231787,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231244,21 +231818,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231276,21 +231850,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231308,21 +231882,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", + "CommandAlias": null, + "Module": "DeviceManagement.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231340,21 +231914,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231372,20 +231946,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231403,21 +231977,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231435,21 +232009,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -231467,21 +232041,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231515,20 +232089,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231562,21 +232136,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231610,20 +232184,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231657,21 +232231,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231705,20 +232279,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231752,21 +232326,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementEffectivePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0", "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", + "CommandAlias": null, + "Module": "DeviceManagement.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRolePermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -231784,21 +232358,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRolePermission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231832,20 +232406,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeConnectors", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231879,20 +232453,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementExchangeConnectorCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeConnectors/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231926,21 +232500,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231958,20 +232532,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -231989,20 +232563,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232020,21 +232594,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -232052,20 +232626,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -232083,20 +232657,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementIoUpdateStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -232114,21 +232688,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgDeviceManagementManagedDevice", + "Uri": "/deviceManagement/managedDevices", + "CommandAlias": null, "Module": "DeviceManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232162,20 +232783,123 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceCategory", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "DeviceManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDevice" + "Permissions": [] }, { + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "CommandAlias": null, + "Module": "DeviceManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "CommandAlias": null, + "Module": "DeviceManagement", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", + "Variants": [ + "List" + ], + "Permissions": [] + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "CommandAlias": null, + "Module": "DeviceManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "CommandAlias": null, + "Module": "DeviceManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", "Variants": [ "List" ], + "Permissions": [] + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "CommandAlias": null, "Module": "DeviceManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgDeviceManagementManagedDeviceCount", + "Uri": "/deviceManagement/managedDevices/$count", + "CommandAlias": null, + "Module": "DeviceManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get" + ], "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232209,214 +232933,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" - }, - { - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", - "ApiVersion": "v1.0", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "DeviceManagement", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", - "ApiVersion": "v1.0", "Variants": [ "List" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceOverview", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232450,94 +233024,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceOverview" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232555,20 +233129,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232586,21 +233160,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232634,20 +233208,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232681,21 +233255,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232729,20 +233303,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -232760,21 +233334,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232808,20 +233382,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232855,20 +233429,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232902,21 +233476,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232934,20 +233508,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232965,20 +233539,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -232996,21 +233570,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233028,20 +233602,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233059,21 +233633,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233091,21 +233665,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233139,20 +233713,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementPartners", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233186,20 +233760,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementPartnerCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementPartners/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233233,21 +233807,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233281,20 +233855,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233328,20 +233902,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233375,20 +233949,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233454,21 +234028,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementReports" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportCachedReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getCachedReport", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233518,21 +234092,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233582,21 +234156,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233646,21 +234220,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233710,21 +234284,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233774,21 +234348,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233838,21 +234412,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233902,21 +234476,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -233966,21 +234540,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234030,21 +234604,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234094,21 +234668,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234158,21 +234732,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementReportExportJob", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234222,20 +234796,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExportJob" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementReportExportJob", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/exportJobs", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Method": "GET", "Variants": [ "List" ], - "Module": "Reports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234285,20 +234859,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExportJob" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementReportExportJobCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports/exportJobs/$count", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234348,21 +234922,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportFilter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getReportFilters", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234412,21 +234986,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportHistoricalReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getHistoricalReport", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234476,21 +235050,85 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0", "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "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 + } + ] + }, + { + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "CommandAlias": null, "Module": "DeviceManagement.Actions", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", + "Variants": [ + "Get", + "GetExpanded" + ], "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234540,21 +235178,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234604,21 +235242,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234668,21 +235306,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234732,85 +235370,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "CommandAlias": null, - "Method": "POST", - "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0", - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "GET", "Variants": [ "Get", - "GetExpanded" + "GetViaIdentity" ], - "Module": "DeviceManagement.Actions", "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.", + "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": "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", + "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": "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.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.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": "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 + } + ] + }, + { + "Command": "Get-MgDeviceManagementResourceOperation", + "Uri": "/deviceManagement/resourceOperations", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "GET", + "Variants": [ + "List" + ], + "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": "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.", + "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": "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.", + "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 } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementResourceOperationCount", + "Uri": "/deviceManagement/resourceOperations/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementResourceOperation", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -234844,20 +235512,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceOperation" + ] }, { + "Command": "Get-MgDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementResourceOperation", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations", + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "GET", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -234891,20 +235560,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceOperation" + ] }, { + "Command": "Get-MgDeviceManagementRoleAssignment", + "Uri": "/deviceManagement/roleAssignments", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementResourceOperationCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/resourceOperations/$count", + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "GET", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -234938,21 +235607,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementRoleAssignmentCount", + "Uri": "/deviceManagement/roleAssignments/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -234986,20 +235654,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" + ] }, { + "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments", + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Get-MgDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "CommandAlias": null, "Module": "DeviceManagement.Administration", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235033,20 +235717,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" + ] }, { + "Command": "Get-MgDeviceManagementRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleAssignmentCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments/$count", + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235080,36 +235764,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementRoleDefinitionCount", + "Uri": "/deviceManagement/roleDefinitions/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleDefinition" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinition", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235143,20 +235811,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleDefinition" + ] }, { + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinition", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions", + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "GET", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235190,20 +235859,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleDefinition" + ] }, { + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/$count", + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "GET", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235237,21 +235906,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235285,116 +235954,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleAssignment" + ] }, { + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], "Module": "DeviceManagement.Administration", - "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 - } - ], - "OutputType": "IMicrosoftGraphRoleAssignment" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "DeviceManagement.Administration", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", "ApiReferenceLink": null, - "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -235428,20 +236002,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/softwareUpdateStatusSummary", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235459,21 +236033,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235491,20 +236065,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235522,20 +236096,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235553,21 +236127,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235585,20 +236159,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditions" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235616,21 +236190,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditions" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235648,20 +236222,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235679,21 +236253,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235711,21 +236285,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235743,21 +236317,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditions" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235775,20 +236349,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235806,21 +236380,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235838,20 +236412,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTermAndConditionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -235869,21 +236443,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235901,20 +236475,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235932,20 +236506,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementTroubleshootingEventCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -235963,21 +236537,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236011,20 +236585,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236058,21 +236632,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236106,20 +236680,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236153,20 +236727,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236200,21 +236774,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236248,20 +236822,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236295,20 +236869,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236342,21 +236916,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236390,20 +236964,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236437,20 +237011,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236484,20 +237058,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236531,21 +237105,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236579,20 +237153,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236626,20 +237200,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236673,21 +237247,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236721,20 +237295,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236768,20 +237342,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236815,21 +237389,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236863,20 +237437,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236910,20 +237484,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -236957,21 +237531,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237005,20 +237579,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237052,20 +237626,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237099,20 +237673,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237146,64 +237720,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237237,20 +237811,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237284,21 +237858,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237332,21 +237906,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237380,21 +237954,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237428,20 +238002,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237475,21 +238049,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237523,21 +238097,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237571,21 +238145,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237619,21 +238193,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237667,21 +238241,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237715,93 +238289,93 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237835,20 +238409,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237882,20 +238456,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237929,21 +238503,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237977,20 +238551,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238024,115 +238598,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "DeviceManagement", - "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 - } - ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "DeviceManagement", - "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 - } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ - "List" + "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238166,20 +238645,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "GET", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238213,21 +238693,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238261,20 +238740,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ - "List" + "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238308,20 +238787,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "GET", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238355,26 +238835,25 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", "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.", + "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 @@ -238388,40 +238867,40 @@ "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.", + "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.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": "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 } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ - "List" + "Get" ], - "Module": "DeviceManagement", "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.", + "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 @@ -238435,35 +238914,36 @@ "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.", + "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.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": "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 } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "GET", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238497,26 +238977,25 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", "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 @@ -238529,51 +239008,12 @@ "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 - } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "DeviceManagement", - "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 }, { @@ -238583,34 +239023,26 @@ "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 } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "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 @@ -238624,36 +239056,36 @@ "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 } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238687,20 +239119,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238734,20 +239166,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238781,20 +239213,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "GET", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238828,21 +239261,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238876,20 +239308,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", + "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ - "List" + "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238923,20 +239355,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", + "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -238970,20 +239402,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "GET", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239017,21 +239450,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239065,20 +239497,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ - "List" + "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239112,20 +239544,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239159,21 +239591,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239207,20 +239639,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239254,21 +239686,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "Module": "DeviceManagement", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", + "OutputType": null, + "Method": "GET", + "Variants": [ + "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 + } + ] + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239302,21 +239781,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Module": "DeviceManagement", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "GET", + "Variants": [ + "List" + ], + "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 + } + ] + }, + { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239350,20 +239876,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "GET", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239397,20 +239924,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "GET", "Variants": [ - "Get" + "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -239444,35 +239971,82 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", "CommandAlias": null, + "Module": "DeviceManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", + "Variants": [ + "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 + } + ] + }, + { "Command": "Get-MgDeviceManagementVirtualEndpoint", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239490,20 +240064,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcAuditEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/auditEvents", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239521,20 +240095,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcAuditEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", + "CommandAlias": null, + "Module": "DeviceManagement.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239552,20 +240126,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239583,21 +240157,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPc", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239615,20 +240189,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPc" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPc", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239646,20 +240220,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPc" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239677,21 +240251,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239709,20 +240283,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239740,20 +240314,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239771,20 +240345,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", + "CommandAlias": null, + "Module": "DeviceManagement.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239802,21 +240376,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239834,20 +240408,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239865,20 +240439,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239896,21 +240470,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239928,20 +240502,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239959,20 +240533,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -239990,21 +240564,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -240022,20 +240596,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -240053,152 +240627,152 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -240216,21 +240790,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -240248,20 +240822,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -240279,64 +240853,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.Read.All", @@ -240354,21 +240928,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240386,20 +240960,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240417,20 +240991,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240448,21 +241022,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -240480,20 +241054,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -240511,20 +241085,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -240542,21 +241116,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -240574,20 +241148,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -240605,20 +241179,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -240636,21 +241210,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240684,20 +241258,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240731,20 +241305,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240778,21 +241352,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240826,20 +241400,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240873,21 +241447,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -240921,23 +241495,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/devices/{device-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -241019,23 +241593,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDeviceMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/devices/{device-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Application.Read.All", @@ -241133,35 +241707,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceMemberOf", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceMemberOf", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -241195,79 +241769,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/group", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceMemberOfCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -241301,50 +241875,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/memberOf/group/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwner", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -241378,136 +241952,136 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/endpoint", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/user", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/$ref", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -241541,21 +242115,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -241589,80 +242163,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredOwnerCountAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/user/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -241696,136 +242270,136 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/endpoint", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/user", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/$ref", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -241859,21 +242433,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Device.Read.All", @@ -241907,95 +242481,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceRegisteredUserCountAsUser", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/user/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -242029,79 +242603,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/group", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOfCount", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -242135,65 +242709,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectory", - "ApiReferenceLink": null, "Uri": "/directory", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectory", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242227,20 +242801,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242274,20 +242848,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitCount", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242321,20 +242895,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitDelta", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/delta", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242368,64 +242942,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242459,35 +243033,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242521,35 +243095,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242583,35 +243157,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDevice" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242645,35 +243219,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242707,35 +243281,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrgContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242769,35 +243343,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242831,20 +243405,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242878,21 +243452,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCount", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242926,21 +243500,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -242974,21 +243548,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -243022,21 +243596,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -243070,21 +243644,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -243118,21 +243692,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -243166,21 +243740,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -243214,116 +243788,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.DirectoryManagement", - "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.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 - } - ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], "Module": "Identity.DirectoryManagement", - "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.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 - } - ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", - "ApiReferenceLink": null, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -243357,21 +243836,116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Variants": [ + "List" ], - "OutputType": 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.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 + } + ] }, { + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", "CommandAlias": null, + "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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.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 + } + ] + }, + { "Command": "Get-MgDirectoryAttributeSet", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets/{attributeSet-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243389,20 +243963,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttributeSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAttributeSet", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243420,20 +243994,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttributeSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryAttributeSetCount", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243451,21 +244025,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243483,20 +244057,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243514,21 +244088,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243546,20 +244120,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAllowedValue" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243577,21 +244151,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAllowedValue" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243609,20 +244183,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -243640,386 +244214,386 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryDeletedItem", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", + "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/administrativeUnit", + "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": "Get-MgDirectoryDeletedApplication", - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/application", + "CommandAlias": "Get-MgDirectoryDeletedApplication", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": "Get-MgDirectoryDeletedApplication", - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/application", + "CommandAlias": "Get-MgDirectoryDeletedApplication", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": "Get-MgDirectoryDeletedDevice", - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/device", + "CommandAlias": "Get-MgDirectoryDeletedDevice", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": "Get-MgDirectoryDeletedDevice", - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/device", + "CommandAlias": "Get-MgDirectoryDeletedDevice", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": "Get-MgDirectoryDeletedGroup", - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsGroup", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/group", + "CommandAlias": "Get-MgDirectoryDeletedGroup", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": "Get-MgDirectoryDeletedGroup", - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsGroup", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/group", + "CommandAlias": "Get-MgDirectoryDeletedGroup", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", + "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/servicePrincipal", + "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": "Get-MgDirectoryDeletedUser", - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsUser", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}/user", + "CommandAlias": "Get-MgDirectoryDeletedUser", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": "Get-MgDirectoryDeletedUser", - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemAsUser", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/user", + "CommandAlias": "Get-MgDirectoryDeletedUser", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDirectoryDeletedItemById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/directory/deletedItems/getByIds", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemCountAsApplication", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/application/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemCountAsDevice", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/device/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemCountAsGroup", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/group/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryDeletedItemCountAsUser", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/user/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDirectoryDeletedItemMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDirectoryDeletedItemMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryDeviceLocalCredentialCount", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -244037,20 +244611,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -244068,20 +244642,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryFederationConfigurationCount", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -244099,110 +244673,110 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0", "Uri": "/directoryObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryObject", - "ApiReferenceLink": null, "Uri": "/directoryObjects", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0", "Uri": "/directoryObjects/getAvailableExtensionProperties", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtensionProperty" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDirectoryObjectById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/directoryObjects/getByIds", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryObjectCount", - "ApiReferenceLink": null, "Uri": "/directoryObjects/$count", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryObjectDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", "Uri": "/directoryObjects/delta", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDirectoryObjectMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -244284,23 +244858,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDirectoryObjectMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "DirectoryObjects", "Permissions": [ { "Name": "Application.Read.All", @@ -244398,35 +244972,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -244444,20 +245018,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryOnPremiseSynchronizationCount", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -244475,21 +245049,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", "Uri": "/directoryRoles/{directoryRole-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244523,20 +245097,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryRole" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0", "Uri": "/directoryRoles", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244570,36 +245144,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryRole" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDirectoryRoleById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/directoryRoles/getByIds", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244633,20 +245207,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryRole" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleCount", - "ApiReferenceLink": null, "Uri": "/directoryRoles/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244680,20 +245254,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0", "Uri": "/directoryRoles/delta", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244727,20 +245301,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryRole" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244774,194 +245348,194 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/application", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/device", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/group", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberAsUser", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberAsUser", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/user", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberByRef", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -244995,21 +245569,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberCount", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245043,159 +245617,159 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberCountAsApplication", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberCountAsDevice", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberCountAsGroup", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleMemberCountAsUser", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDirectoryRoleMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDirectoryRoleMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245229,21 +245803,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleScopedMemberCount", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245277,21 +245851,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245325,20 +245899,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0", "Uri": "/directoryRoleTemplates", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245372,35 +245946,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDirectoryRoleTemplateById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/directoryRoleTemplates/getByIds", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleTemplateCount", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245434,20 +246008,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectoryRoleTemplateDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", "Uri": "/directoryRoleTemplates/delta", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -245481,113 +246055,113 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDirectoryRoleTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgDirectoryRoleTemplateMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions/{companySubscription-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectorySubscriptionByCommerceSubscriptionId", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDirectorySubscriptionCount", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0", "Uri": "/domains/{domain-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomain", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -245613,20 +246187,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDomain" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0", "Uri": "/domains", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomain", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -245652,20 +246226,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDomain" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomainCount", - "ApiReferenceLink": null, "Uri": "/domains/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -245691,21 +246265,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomainFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -245723,64 +246297,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomainFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomainFederationConfigurationCount", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomainNameReference", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomainNameReference", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/domainNameReferences", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -245798,21 +246372,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomainNameReferenceCount", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/domainNameReferences/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -245830,35 +246404,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomainServiceConfigurationRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomainServiceConfigurationRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -245876,21 +246450,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomainServiceConfigurationRecordCount", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -245908,35 +246482,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -245954,21 +246528,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDomainVerificationDnsRecordCount", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.Read.All", @@ -245986,21 +246560,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDrive", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -246050,271 +246624,271 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDrive", - "ApiReferenceLink": null, "Uri": "/drives", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveBundle", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveBundle", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveBundleCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveContentTypeBase", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveFollowing", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveFollowing", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveFollowingCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -246380,52 +246954,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -246475,79 +247049,79 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemAnalytics" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -246597,21 +247171,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemActivityStat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemAnalyticTime", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -246661,35 +247235,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemActivityStat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -246739,36 +247313,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemChildCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -246818,21 +247392,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -246882,506 +247456,506 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -247431,20 +248005,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -247494,21 +248068,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemPermissionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -247558,94 +248132,94 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -247695,21 +248269,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphThumbnailSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemThumbnailCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -247759,21 +248333,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -247823,20 +248397,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItemVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -247886,21 +248460,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItemVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -247950,21 +248524,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -248014,1114 +248588,1114 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveList", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListColumnCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListDrive", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/drive", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/items/delta", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListOperationCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRoot", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootAnalyticTime", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/allTime", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootChildCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/delta", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -249171,673 +249745,673 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootPermissionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootThumbnailCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveRootVersionCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveSpecial", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveSpecial", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgDriveSpecialCount", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClass", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -249863,20 +250437,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClass", - "ApiReferenceLink": null, "Uri": "/education/classes", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -249902,21 +250476,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignment", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -249982,20 +250556,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignment", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250061,21 +250635,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250141,21 +250715,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250221,20 +250795,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250300,23 +250874,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategoryCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250382,23 +250956,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentCategoryDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250464,21 +251038,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationCategory" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250544,21 +251118,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentDefault", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250624,21 +251198,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250704,36 +251278,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250799,20 +251373,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -250878,181 +251452,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Education", - "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 - } - ], - "OutputType": null - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentRubric", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Education", - "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 - } - ], - "OutputType": "IMicrosoftGraphEducationRubric" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationClassAssignmentRubricByRef", - "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251118,21 +251532,181 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgEducationClassAssignmentRubric", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Education", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" ], - "OutputType": 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 + } + ] }, { + "Command": "Get-MgEducationClassAssignmentRubricByRef", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "CommandAlias": null, + "Module": "Education", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { "Command": "Get-MgEducationClassAssignmentSetting", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251198,65 +251772,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251322,20 +251896,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251401,21 +251975,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmission" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251481,35 +252055,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -251543,21 +252117,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationOutcome" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.Read", @@ -251591,21 +252165,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251671,20 +252245,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251750,21 +252324,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251830,21 +252404,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251910,20 +252484,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -251989,21 +252563,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -252069,20 +252643,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassCount", - "ApiReferenceLink": null, "Uri": "/education/classes/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252108,20 +252682,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0", "Uri": "/education/classes/delta", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252171,21 +252745,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassGroup", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/group", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252235,49 +252809,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassMember", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/members", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252311,20 +252885,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassMemberByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/members/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252358,21 +252932,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassMemberCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/members/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252406,21 +252980,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassModule", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.Read", @@ -252454,20 +253028,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassModule", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.Read", @@ -252501,21 +253075,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassModuleCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.Read", @@ -252549,21 +253123,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassModuleResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.Read", @@ -252597,20 +253171,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationModuleResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassModuleResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.Read", @@ -252644,21 +253218,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationModuleResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassModuleResourceCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.Read", @@ -252692,35 +253266,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassSchool", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassSchool", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/schools", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252746,21 +253320,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSchool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassSchoolCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/schools/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252786,20 +253360,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassTeacher", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/teachers", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252825,20 +253399,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassTeacherByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252864,21 +253438,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationClassTeacherCount", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/teachers/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252904,20 +253478,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMe", - "ApiReferenceLink": null, "Uri": "/education/me", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -252943,35 +253517,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignment", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignment", - "ApiReferenceLink": null, "Uri": "/education/me/assignments", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253037,78 +253611,78 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentCategoryCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentCategoryDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253174,314 +253748,314 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", "Uri": "/education/me/assignments/delta", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeClass", - "ApiReferenceLink": null, "Uri": "/education/me/classes/{educationClass-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeClass", - "ApiReferenceLink": null, "Uri": "/education/me/classes", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253507,20 +254081,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeClassCount", - "ApiReferenceLink": null, "Uri": "/education/me/classes/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253546,21 +254120,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeRubric", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics/{educationRubric-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253594,20 +254168,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationRubric" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeRubric", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253641,20 +254215,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationRubric" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeRubricCount", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -253688,35 +254262,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeSchool", - "ApiReferenceLink": null, "Uri": "/education/me/schools/{educationSchool-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeSchool", - "ApiReferenceLink": null, "Uri": "/education/me/schools", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253742,20 +254316,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSchool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeSchoolCount", - "ApiReferenceLink": null, "Uri": "/education/me/schools/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253781,35 +254355,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeTaughtClass", - "ApiReferenceLink": null, "Uri": "/education/me/taughtClasses/{educationClass-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeTaughtClass", - "ApiReferenceLink": null, "Uri": "/education/me/taughtClasses", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253835,20 +254409,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeTaughtClassCount", - "ApiReferenceLink": null, "Uri": "/education/me/taughtClasses/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253874,20 +254448,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeUser", - "ApiReferenceLink": null, "Uri": "/education/me/user", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -253945,77 +254519,77 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/me/user/mailboxSettings", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/education/me/user/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/education/me/user/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationRoot", - "ApiReferenceLink": null, "Uri": "/education", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254041,20 +254615,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSchool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254080,21 +254654,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSchool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationSchoolAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254144,20 +254718,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationSchoolClass", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/classes", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254183,20 +254757,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationSchoolClassByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254222,21 +254796,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationSchoolClassCount", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/classes/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254262,20 +254836,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationSchoolCount", - "ApiReferenceLink": null, "Uri": "/education/schools/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254301,20 +254875,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationSchoolDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0", "Uri": "/education/schools/delta", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254372,20 +254946,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSchool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationSchoolUser", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/users", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -254403,20 +254977,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationSchoolUserByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -254434,21 +255008,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationSchoolUserCount", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/users/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -254466,23 +255040,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254508,20 +255082,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -254539,173 +255113,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignment", - "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], "Module": "Education", - "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 - } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentCategory", - "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentCategoryByRef", "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Education", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", - "Command": "Get-MgEducationUserAssignmentCategoryCount", - "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", - "ApiVersion": "v1.0", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Get-MgEducationUserAssignment", + "Uri": "/education/users/{educationUser-id}/assignments", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentCategoryDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", - "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", - "ApiVersion": "v1.0", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgEducationUserAssignmentCount", - "ApiReferenceLink": null, - "Uri": "/education/users/{educationUser-id}/assignments/$count", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -254771,315 +255207,453 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgEducationUserAssignmentCategory", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "CommandAlias": null, + "Module": "Education", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", + "Variants": [ + "List" + ], + "Permissions": [] + }, + { + "Command": "Get-MgEducationUserAssignmentCategoryByRef", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "CommandAlias": null, + "Module": "Education", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "List" ], - "OutputType": null + "Permissions": [] }, { + "Command": "Get-MgEducationUserAssignmentCategoryCount", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", "CommandAlias": null, + "Module": "Education", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", - "Command": "Get-MgEducationUserAssignmentDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", - "Uri": "/education/users/{educationUser-id}/assignments/delta", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgEducationUserAssignmentCategoryDelta", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Get-MgEducationUserAssignmentCount", + "Uri": "/education/users/{educationUser-id}/assignments/$count", + "CommandAlias": null, "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] }, { + "Command": "Get-MgEducationUserAssignmentDelta", + "Uri": "/education/users/{educationUser-id}/assignments/delta", "CommandAlias": null, + "Module": "Education", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", "Method": "GET", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Get-MgEducationUserAssignmentGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserClass", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserClass", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/classes", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255105,21 +255679,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserClassCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/classes/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255145,20 +255719,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserCount", - "ApiReferenceLink": null, "Uri": "/education/users/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.Read.All", @@ -255176,20 +255750,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0", "Uri": "/education/users/delta", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255247,94 +255821,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserRubricCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserSchool", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserSchool", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/schools", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255360,21 +255934,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSchool" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserSchoolCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/schools/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255400,64 +255974,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserTaughtClass", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserTaughtClass", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/taughtClasses", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", "Variants": [ "List" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255483,21 +256057,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationClass" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEducationUserTaughtClassCount", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255523,21 +256097,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255555,20 +256129,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255586,21 +256160,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255618,35 +256192,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255664,20 +256238,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApprovalStage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255695,21 +256269,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApprovalStage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255727,64 +256301,64 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255802,20 +256376,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255833,20 +256407,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255864,20 +256438,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255895,20 +256469,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255926,35 +256500,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -255972,21 +256546,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256004,20 +256578,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignments", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256035,22 +256609,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentAdditional", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", "Variants": [ "Access", "Access1", "AccessViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256068,20 +256642,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignments/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256099,23 +256673,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256133,20 +256707,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256164,50 +256738,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicyCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256225,124 +256799,124 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageQuestion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageQuestion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256360,20 +256934,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256391,20 +256965,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementAssignmentRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256422,21 +256996,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256454,20 +257028,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256485,35 +257059,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -256531,119 +257105,120 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -256652,33 +257227,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List", "List1", "List2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -256687,178 +257262,178 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -256867,33 +257442,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List", "List1", "List2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -256902,183 +257477,182 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257096,20 +257670,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConnectedOrganization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257127,20 +257701,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConnectedOrganization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Module": "Identity.Governance", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257158,20 +257732,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257189,20 +257763,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257220,21 +257794,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257252,20 +257826,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257283,20 +257857,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257314,21 +257888,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -257346,59 +257920,60 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -257407,576 +257982,576 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -257985,33 +258560,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List", "List1", "List2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -258020,178 +258595,178 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -258200,33 +258775,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List", "List1", "List2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -258235,1260 +258810,1259 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgEntitlementManagementSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/settings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -259506,35 +260080,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEntitlementManagementSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternal", - "ApiReferenceLink": null, "Uri": "/external", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnection", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -259560,20 +260134,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnection", - "ApiReferenceLink": null, "Uri": "/external/connections", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -259599,20 +260173,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionCount", - "ApiReferenceLink": null, "Uri": "/external/connections/$count", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -259638,21 +260212,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionGroup", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -259678,94 +260252,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionGroup", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionGroupCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/$count", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionGroupMemberCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionItem", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -259791,109 +260365,109 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionItem", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionItemActivityCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionItemActivityPerformedBy", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionItemCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/$count", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionOperation", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -259919,50 +260493,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionOperation", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionOperationCount", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations/$count", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgExternalConnectionSchema", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/schema", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -259988,21 +260562,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", "Uri": "/groups/{group-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -260044,20 +260618,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0", "Uri": "/groups", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -260099,20 +260673,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupAcceptedSender", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/acceptedSenders", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -260130,20 +260704,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupAcceptedSenderByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -260161,21 +260735,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupAcceptedSenderCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/acceptedSenders/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -260193,35 +260767,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/appRoleAssignments", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Directory.Read.All", @@ -260247,21 +260821,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupAppRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/appRoleAssignments/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Directory.Read.All", @@ -260287,36 +260861,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgGroupById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/groups/getByIds", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", "Uri": "/groups(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -260358,36 +260932,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupCalendar", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupCalendarEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -260421,20 +260995,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupCalendarEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/events", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", "Permissions": [ { "Name": "Group.Read.All", @@ -260452,21 +261026,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupCalendarEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/delta", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Calendars.Read", @@ -260492,96 +261066,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupCalendarPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupCalendarPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupCalendarPermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgGroupCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/getSchedule", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduleInformation" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupCalendarView", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarView", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupConversation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260615,20 +261189,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversation" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupConversation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260662,21 +261236,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260710,21 +261284,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260758,20 +261332,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260805,21 +261379,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260853,23 +261427,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260903,20 +261477,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPost" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -260950,35 +261524,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPost" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -261012,21 +261586,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttachment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPostAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -261060,21 +261634,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPostCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -261108,152 +261682,152 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPostExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -261295,36 +261869,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupCreatedOnBehalfOf", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/createdOnBehalfOf", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDefaultDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drive", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -261374,20 +261948,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0", "Uri": "/groups/delta", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -261429,35 +262003,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -261507,139 +262081,139 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveBundle", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveBundle", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveBundleCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveContentTypeBase", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -261689,2798 +262263,2798 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveFollowing", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveFollowing", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveFollowingCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemAnalyticTime", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemPermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemThumbnailCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRoot", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootAnalyticTime", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootPermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootThumbnailCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveRootVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveSpecial", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveSpecial", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupDriveSpecialCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -264514,20 +265088,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", "Permissions": [ { "Name": "Group.Read.All", @@ -264545,80 +265119,80 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupEventCalendar", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/calendar", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", "Permissions": [ { "Name": "Group.Read.All", @@ -264636,21 +265210,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/delta", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Calendars.Read", @@ -264676,79 +265250,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupEventInstance", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupEventInstance", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -264766,80 +265340,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventInstanceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupEventInstanceCalendar", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventInstanceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -264857,111 +265431,111 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupEventInstanceExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -264979,20 +265553,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0", "Uri": "/groupLifecyclePolicies", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -265010,20 +265584,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupLifecyclePolicyByGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/groupLifecyclePolicies", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -265041,20 +265615,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupLifecyclePolicyCount", - "ApiReferenceLink": null, "Uri": "/groupLifecyclePolicies/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -265072,20 +265646,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265127,194 +265701,194 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/application", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/device", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/group", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/orgContact", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/servicePrincipal", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/user", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/$ref", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265356,21 +265930,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265412,113 +265986,113 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberCountAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/application/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberCountAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/device/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/group/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/orgContact/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberCountAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/user/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgGroupMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/groups/{group-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -265600,23 +266174,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgGroupMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/groups/{group-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Application.Read.All", @@ -265714,35 +266288,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberOf", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberOf", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265776,79 +266350,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/group", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberOfCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265882,359 +266456,359 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/memberOf/group/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -266276,20 +266850,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -266331,21 +266905,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteNotebookCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -266387,23 +266961,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Notes.Create", @@ -266445,20 +267019,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCopyNotebookModel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -266500,20 +267074,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -266555,21 +267129,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -266611,36 +267185,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/operations/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -266674,20 +267248,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -266721,36 +267295,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenotePageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -266784,21 +267358,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteRecentNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Notes.Create", @@ -266840,36 +267414,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRecentNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -266903,36 +267477,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteResourceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/resources/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -266974,132 +267548,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Notes", - "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 - } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteSectionCount", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sections/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Notes", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgGroupOnenoteSectionGroup", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -267141,21 +267603,133 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { + "Command": "Get-MgGroupOnenoteSectionCount", + "Uri": "/groups/{group-id}/onenote/sections/$count", "CommandAlias": null, + "Module": "Notes", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { "Command": "Get-MgGroupOnenoteSectionGroup", + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Notes", + "ApiVersion": "v1.0", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { + "Command": "Get-MgGroupOnenoteSectionGroup", "Uri": "/groups/{group-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -267197,23 +267771,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteSectionGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -267255,20 +267829,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -267310,20 +267884,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -267357,20 +267931,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwner", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -267412,194 +267986,194 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/application", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/device", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/group", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/orgContact", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/servicePrincipal", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/user", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/$ref", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -267641,21 +268215,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -267697,125 +268271,125 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerCountAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/application/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerCountAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/device/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/group/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/orgContact/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupOwnerCountAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/user/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -267849,21 +268423,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupPermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -267897,23 +268471,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupPhoto", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/photo", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -267939,20 +268513,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProfilePhoto" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupPhoto", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/photos", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -267978,36 +268552,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProfilePhoto" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupPhotoContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/photo/$value", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", "Permissions": [ { "Name": "ProfilePhoto.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read profile photo of a user or group", + "FullDescription": "Allows the app to read all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false @@ -268020,50 +268594,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupPlanner", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupPlannerPlan", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupPlannerPlan", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "List" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -268113,35 +268687,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupPlannerPlanBucket", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", "Variants": [ "List" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerBucket" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupPlannerPlanCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/$count", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -268191,49 +268765,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupPlannerPlanDetail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupPlannerPlanTask", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTask" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupRejectedSender", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/rejectedSenders", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -268251,20 +268825,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupRejectedSenderByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -268282,21 +268856,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupRejectedSenderCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/rejectedSenders/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -268314,23 +268888,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupSetting", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -268364,21 +268938,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/settings", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupSetting", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -268412,22 +268986,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupSetting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSettingCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/settings/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -268461,35 +269035,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgGroupSettingTemplateById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/getByIds", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSettingTemplateCount", - "ApiReferenceLink": null, "Uri": "/groupSettingTemplates/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -268507,20 +269081,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSettingTemplateDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/delta", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -268538,21 +269112,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -268570,20 +269144,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupSettingTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0", "Uri": "/groupSettingTemplates", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Directory.Read.All", @@ -268601,3974 +269175,3975 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupSettingTemplate" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgGroupSettingTemplateMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgGroupSettingTemplateMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteAnalyticTime", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteByPath", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeBase", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteContentTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteDefaultDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/delta", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteDriveCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteExternalColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteExternalColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteExternalColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPath", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathExternalColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetGraphBPrePathByPath", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/items", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteItemCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", - "ApiVersion": "v1.0", + "CommandAlias": null, + "Module": "Sites", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenotePageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenotePageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenotePageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteResourceCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionPageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageAsSitePageWebPartCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageCountAsSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSitePermissionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStores", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -272579,34 +273154,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -272617,17 +273192,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -272638,34 +273213,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -272676,17 +273251,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -272697,17 +273272,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -272718,17 +273293,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -272739,17 +273314,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -272760,515 +273335,515 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273279,34 +273854,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273317,17 +273892,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273338,34 +273913,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273376,17 +273951,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273397,17 +273972,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273418,17 +273993,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273439,17 +274014,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273460,83 +274035,83 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273547,34 +274122,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273585,17 +274160,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273606,34 +274181,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273644,17 +274219,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "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", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273665,17 +274240,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", - "ApiReferenceLink": null, "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", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273686,17 +274261,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "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", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273707,17 +274282,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -273728,2665 +274303,2664 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "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", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "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", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "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", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSiteTermStoreSetTermSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSubSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSubSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/sites", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List2" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupSubSiteCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelTabCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/group", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamIncomingChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamIncomingChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/incomingChannels", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamIncomingChannelCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/incomingChannels/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamInstalledAppCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamInstalledAppTeamApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamOperationCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPhoto", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelTabCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamSchedule", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleOpenShiftCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleShiftCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", - "Variants": [ + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamTagCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamTagMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTeamTemplate", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/template", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276420,20 +276994,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgGroupThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276467,21 +277041,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276515,23 +277089,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276565,20 +277139,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPost" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPost", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276612,35 +277186,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPost" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276674,21 +277248,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttachment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPostAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276722,21 +277296,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPostCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -276770,167 +277344,167 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPostExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupThreadPostInReplyToExtensionCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -276972,195 +277546,195 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/application", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/device", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/group", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/orgContact", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/user", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -277202,125 +277776,125 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberCountAsApplication", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/application/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberCountAsDevice", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/device/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/group/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberCountAsUser", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMembers/user/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -277354,79 +277928,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/group", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOfCount", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -277460,94 +278034,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityApiConnectorCount", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "EventListener.Read.All", @@ -277565,20 +278139,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "EventListener.Read.All", @@ -277596,20 +278170,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityAuthenticationEventListenerCount", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "EventListener.Read.All", @@ -277627,21 +278201,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277659,20 +278233,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277690,35 +278264,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277736,82 +278310,82 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProvider", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProvider" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityProvider", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProvider" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277829,20 +278403,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277860,21 +278434,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277892,21 +278466,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277924,20 +278498,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277955,21 +278529,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -277987,21 +278561,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278019,21 +278593,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278051,20 +278625,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278082,21 +278656,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278114,21 +278688,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278146,81 +278720,81 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278238,20 +278812,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278269,21 +278843,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278301,21 +278875,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -278333,50 +278907,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -278394,20 +278968,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -278425,150 +278999,150 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphNamedLocation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphNamedLocation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityConditionalAccessNamedLocationCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityConditionalAccessPolicyCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityConditionalAccessTemplate", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityConditionalAccessTemplate", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/templates", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityConditionalAccessTemplateCount", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/templates/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -278586,20 +279160,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -278617,20 +279191,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityCustomAuthenticationExtensionCount", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -278648,21 +279222,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278680,20 +279254,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278711,20 +279285,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278742,21 +279316,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278774,20 +279348,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278805,35 +279379,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278851,21 +279425,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278883,21 +279457,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278915,21 +279489,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278947,20 +279521,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -278978,21 +279552,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279010,65 +279584,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279086,20 +279660,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewStage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279117,21 +279691,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewStage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279149,21 +279723,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279181,20 +279755,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279212,21 +279786,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -279244,137 +279818,137 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -279392,20 +279966,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppConsentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -279423,20 +279997,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppConsentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -279454,21 +280028,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -279486,20 +280060,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserConsentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -279517,80 +280091,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserConsentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -279608,21 +280182,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -279640,20 +280214,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -279671,20 +280245,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -279702,80 +280276,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -279793,20 +280367,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -279824,20 +280398,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -279855,153 +280429,153 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedItemContainer", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedItemContainer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280019,20 +280593,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280050,20 +280624,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280081,239 +280655,239 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280331,21 +280905,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280363,80 +280937,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280454,20 +281028,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280485,21 +281059,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280517,35 +281091,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280563,21 +281137,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280595,95 +281169,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280701,20 +281275,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280732,21 +281306,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280764,94 +281338,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280869,20 +281443,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280900,35 +281474,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280946,21 +281520,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -280978,21 +281552,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281010,20 +281584,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281041,20 +281615,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281072,35 +281646,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281118,21 +281692,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281150,109 +281724,109 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281270,21 +281844,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281302,65 +281876,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281378,21 +281952,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281410,95 +281984,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281516,20 +282090,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281547,20 +282121,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281578,197 +282152,197 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281786,21 +282360,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281818,94 +282392,94 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281923,21 +282497,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281955,20 +282529,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -281986,21 +282560,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -282018,139 +282592,139 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -282168,20 +282742,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -282199,21 +282773,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -282231,254 +282805,254 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282496,20 +283070,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282527,35 +283101,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282573,65 +283147,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282649,20 +283223,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282680,35 +283254,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282726,95 +283300,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282832,20 +283406,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282863,35 +283437,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -282909,95 +283483,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283015,20 +283589,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283046,20 +283620,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283077,65 +283651,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283153,20 +283727,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283184,20 +283758,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283215,95 +283789,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283321,20 +283895,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283352,20 +283926,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -283383,362 +283957,362 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -283756,20 +284330,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -283787,20 +284361,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityProviderCount", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -283818,21 +284392,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283850,20 +284424,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283881,20 +284455,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgIdentityUserFlowAttributeCount", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283912,49 +284486,49 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInformationProtection", - "ApiReferenceLink": null, "Uri": "/informationProtection", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInformationProtectionBitlocker", - "ApiReferenceLink": null, "Uri": "/informationProtection/bitlocker", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBitlocker", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphBitlocker" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": null, "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -283972,20 +284546,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", - "ApiReferenceLink": null, "Uri": "/informationProtection/bitlocker/recoveryKeys", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -284003,20 +284577,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -284034,21 +284608,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -284066,20 +284640,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -284097,20 +284671,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -284128,196 +284702,196 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInvitation", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInvitation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInvitation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInvitation", - "ApiReferenceLink": null, "Uri": "/invitations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInvitation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInvitation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInvitationCount", - "ApiReferenceLink": null, "Uri": "/invitations/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInvitationInvitedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInvitationInvitedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInvitationInvitedUserSponsor", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInvitationInvitedUserSponsor", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUserSponsors", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgInvitationInvitedUserSponsorCount", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -284343,20 +284917,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0", "Uri": "/oauth2PermissionGrants", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -284382,20 +284956,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOauth2PermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/oauth2PermissionGrants/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -284421,20 +284995,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOauth2PermissionGrantDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0", "Uri": "/oauth2PermissionGrants/delta", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Directory.Read.All", @@ -284460,21 +285034,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0", "Uri": "/organization/{organization-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -284508,20 +285082,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0", "Uri": "/organization", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -284595,21 +285169,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBranding", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read", @@ -284651,96 +285225,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganizationalBranding" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingBackgroundImage", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/backgroundImage", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingBannerLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/bannerLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingCustomCss", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/customCSS", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingFavicon", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/favicon", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingHeaderLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/headerLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalization", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read", @@ -284782,20 +285356,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalization", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read", @@ -284837,21 +285411,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -284869,21 +285443,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -284901,21 +285475,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationCount", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "User.Read", @@ -284957,21 +285531,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -284989,21 +285563,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationFavicon", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -285021,21 +285595,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -285053,21 +285627,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -285085,21 +285659,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -285117,66 +285691,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingSquareLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/squareLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationBrandingSquareLogoDark", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgOrganizationById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/organization/getByIds", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Organization.Read.All", @@ -285194,20 +285768,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Organization.Read.All", @@ -285225,21 +285799,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Organization.Read.All", @@ -285257,20 +285831,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationCount", - "ApiReferenceLink": null, "Uri": "/organization/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -285344,257 +285918,257 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationExtension", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationExtension", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgOrganizationExtensionCount", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgOrganizationMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/organization/{organization-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgOrganizationMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/organization/{organization-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlaceAsRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/room", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlaceAsRoom", - "ApiReferenceLink": null, "Uri": "/places/room", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlaceAsRoomList", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoomList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoomList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlaceAsRoomList", - "ApiReferenceLink": null, "Uri": "/places/roomList", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoomList", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoomList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlaceAsRoomListRoomCount", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlaceCount", - "ApiReferenceLink": null, "Uri": "/places/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlaceCountAsRoom", - "ApiReferenceLink": null, "Uri": "/places/room/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlaceCountAsRoomList", - "ApiReferenceLink": null, "Uri": "/places/roomList/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlanner", - "ApiReferenceLink": null, "Uri": "/planner", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlanner", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlanner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlannerBucket", - "ApiReferenceLink": null, "Uri": "/planner/buckets/{plannerBucket-id}", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -285644,20 +286218,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucket" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlannerBucket", - "ApiReferenceLink": null, "Uri": "/planner/buckets", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", "Variants": [ "List" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -285707,20 +286281,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucket" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlannerBucketCount", - "ApiReferenceLink": null, "Uri": "/planner/buckets/$count", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -285770,20 +286344,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlannerBucketTask", - "ApiReferenceLink": null, "Uri": "/planner/buckets/{plannerBucket-id}/tasks", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -285833,21 +286407,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlannerPlan", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -285897,20 +286471,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlannerPlan", - "ApiReferenceLink": null, "Uri": "/planner/plans", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "List" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -285960,20 +286534,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlannerPlanBucket", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}/buckets", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", "Variants": [ "List" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -286023,20 +286597,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucket" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlannerPlanCount", - "ApiReferenceLink": null, "Uri": "/planner/plans/$count", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -286086,21 +286660,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlannerPlanDetail", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}/details", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -286150,20 +286724,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlannerPlanTask", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}/tasks", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -286213,21 +286787,212 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { + "Command": "Get-MgPlannerTask", + "Uri": "/planner/tasks/{plannerTask-id}", "CommandAlias": null, + "Module": "Planner", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTask", "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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": "DelegatedWork", + "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": "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 + }, + { + "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 + } + ] + }, + { "Command": "Get-MgPlannerTask", - "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}", + "Uri": "/planner/tasks", + "CommandAlias": null, + "Module": "Planner", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Variants": [ + "List" + ], + "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": "DelegatedWork", + "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": "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 + }, + { + "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 + } + ] + }, + { + "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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": "DelegatedWork", + "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": "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 + }, + { + "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 + } + ] + }, + { + "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "CommandAlias": null, "Module": "Planner", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "Tasks.Read", @@ -286277,211 +287042,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { + "Command": "Get-MgPlannerTaskCount", + "Uri": "/planner/tasks/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerTask", - "ApiReferenceLink": null, - "Uri": "/planner/tasks", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], "Module": "Planner", - "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": "DelegatedWork", - "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": "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 - }, - { - "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 - } - ], - "OutputType": "IMicrosoftGraphPlannerTask" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Planner", - "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": "DelegatedWork", - "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": "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 - }, - { - "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 - } - ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", "ApiReferenceLink": null, - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Planner", - "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": "DelegatedWork", - "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": "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 - }, - { - "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 - } - ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" - }, - { - "CommandAlias": null, + "OutputType": null, "Method": "GET", - "Command": "Get-MgPlannerTaskCount", - "ApiReferenceLink": null, - "Uri": "/planner/tasks/$count", - "ApiVersion": "v1.0", "Variants": [ "Get" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -286531,21 +287105,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlannerTaskDetail", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/details", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -286595,21 +287169,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -286659,21 +287233,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -286699,20 +287273,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -286738,64 +287312,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -286821,20 +287395,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAdminConsentRequestPolicy", - "ApiReferenceLink": null, "Uri": "/policies/adminConsentRequestPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -286868,21 +287442,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -286908,20 +287482,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -286947,35 +287521,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -287009,21 +287583,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Application.Read.All", @@ -287057,20 +287631,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAppManagementPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287096,20 +287670,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAuthenticationFlowPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationFlowsPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287127,78 +287701,78 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287224,20 +287798,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287263,64 +287837,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287346,20 +287920,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyAuthorizationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287377,21 +287951,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthorizationPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicy", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287417,20 +287991,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicy", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287456,35 +288030,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287526,21 +288100,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287582,20 +288156,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyClaimMappingPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287621,34 +288195,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyConditionalAccessPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/conditionalAccessPolicies/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287666,20 +288240,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/default", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287697,21 +288271,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287729,20 +288303,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287760,20 +288334,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287791,21 +288365,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287823,20 +288397,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicyTemplate", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -287854,48 +288428,48 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPolicyTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/defaultAppManagementPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -287921,20 +288495,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgPolicyDeviceRegistrationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/deviceRegistrationPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -287960,107 +288534,107 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyFeatureRolloutPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -288086,74 +288660,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", "Variants": [ "List" ], + "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 + } + ] + }, + { + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", + "CommandAlias": null, "Module": "Identity.SignIns", - "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 - } - ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", - "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", - "ApiReferenceLink": null, - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.SignIns", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "Policy.Read.All", @@ -288195,21 +288769,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -288251,20 +288825,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -288290,35 +288864,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicy", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288336,20 +288910,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicy", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288367,20 +288941,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288398,35 +288972,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288444,21 +289018,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288476,35 +289050,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288522,21 +289096,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -288554,21 +289128,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288610,20 +289184,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288665,21 +289239,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288721,20 +289295,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288776,20 +289350,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288831,35 +289405,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288901,35 +289475,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -288971,21 +289545,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -289027,21 +289601,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -289083,20 +289657,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -289138,21 +289712,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyRoleManagementPolicyRuleCount", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -289194,21 +289768,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -289234,20 +289808,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -289273,35 +289847,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -289343,21 +289917,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -289399,20 +289973,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyTokenIssuancePolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -289438,21 +290012,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -289478,20 +290052,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -289517,35 +290091,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -289587,21 +290161,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -289643,20 +290217,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPolicyTokenLifetimePolicyCount", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -289682,35 +290256,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrint", - "ApiReferenceLink": null, "Uri": "/print", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrint", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintConnector", - "ApiReferenceLink": null, "Uri": "/print/connectors/{printConnector-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -289728,20 +290302,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintConnector", - "ApiReferenceLink": null, "Uri": "/print/connectors", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -289759,20 +290333,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintConnectorCount", - "ApiReferenceLink": null, "Uri": "/print/connectors/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -289790,21 +290364,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintOperation", - "ApiReferenceLink": null, "Uri": "/print/operations/{printOperation-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Create", @@ -289830,49 +290404,49 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintOperation", - "ApiReferenceLink": null, "Uri": "/print/operations", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintOperationCount", - "ApiReferenceLink": null, "Uri": "/print/operations/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinter", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -289922,20 +290496,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinter" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinter", - "ApiReferenceLink": null, "Uri": "/print/printers", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -289961,35 +290535,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinter" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterConnector", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterConnector", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/connectors", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -290007,21 +290581,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintConnector" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterConnectorCount", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/connectors/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -290039,20 +290613,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterCount", - "ApiReferenceLink": null, "Uri": "/print/printers/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -290078,21 +290652,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -290158,20 +290732,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -290237,21 +290811,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterJobCount", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -290317,21 +290891,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -290365,35 +290939,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintDocument" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Read", @@ -290427,110 +291001,110 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterJobDocumentCount", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterJobTask", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterJobTask", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterJobTaskCount", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterJobTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterJobTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterShare", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -290556,20 +291130,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinterShare" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterShare", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/shares", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -290595,21 +291169,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinterShare" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterShareCount", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/shares/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -290635,21 +291209,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -290675,20 +291249,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -290714,21 +291288,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterTaskTriggerCount", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -290754,36 +291328,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintPrinterTaskTriggerDefinition", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintService", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintService", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -290953,20 +291527,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintService" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintService", - "ApiReferenceLink": null, "Uri": "/print/services", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintService", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -291136,20 +291710,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintService" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintServiceCount", - "ApiReferenceLink": null, "Uri": "/print/services/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -291319,21 +291893,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -291503,20 +292077,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -291686,21 +292260,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintServiceEndpointCount", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -291870,21 +292444,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -291910,20 +292484,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinterShare" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -291949,20 +292523,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinterShare" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareAllowedGroup", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -291980,20 +292554,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareAllowedGroupByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -292011,21 +292585,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareAllowedGroupCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -292043,49 +292617,49 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareAllowedUser", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -292103,20 +292677,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareAllowedUserByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -292134,21 +292708,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareAllowedUserCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -292166,64 +292740,64 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareAllowedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareCount", - "ApiReferenceLink": null, "Uri": "/print/shares/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -292249,21 +292823,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -292329,20 +292903,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -292408,21 +292982,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareJobCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -292488,154 +293062,154 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareJobDocumentCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareJobTaskCount", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareJobTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintShareJobTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintSharePrinter", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/printer", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Read.All", @@ -292661,125 +293235,125 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinter" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintTaskDefinitionCount", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintTaskDefinitionTaskCount", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrintTaskDefinitionTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -292797,20 +293371,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -292828,196 +293402,196 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestApproverCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/$count", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -293035,35 +293609,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", "Variants": [ "List" ], - "Module": "Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -293081,21 +293655,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthoredNote" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestNoteCount", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -293113,50 +293687,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgPrivacySubjectRightsRequestTeam", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportAuthenticationMethod", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -293174,20 +293748,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -293205,20 +293779,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", "Permissions": [ { "Name": "AuditLog.Read.All", @@ -293236,1752 +293810,1752 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByPrinter", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByPrinterCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByPrinter/$count", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByUser", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportDailyPrintUsageByUserCount", - "ApiReferenceLink": null, "Uri": "/reports/dailyPrintUsageByUser/$count", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportDeviceConfigurationDeviceActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0", "Uri": "/reports/deviceConfigurationDeviceActivity", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Device" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportDeviceConfigurationUserActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0", "Uri": "/reports/deviceConfigurationUserActivity", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Device" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportEmailActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0", "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportEmailActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportEmailActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportEmailAppUsageAppUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0", "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportEmailAppUsageUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0", "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportEmailAppUsageUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportEmailAppUsageVersionUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0", "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportGroupArchivedPrintJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0", "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphArchivedPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportM365AppPlatformUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0", "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportM365AppUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0", "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportM365AppUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getM365AppUserDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportMailboxUsageDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0", "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportMailboxUsageMailboxCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0", "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0", "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportMailboxUsageStorage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0", "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Detail", "Detail1", "DetailViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure", - "ApiReferenceLink": null, "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Top", "Top1", "TopViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByPrinter", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByPrinter", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", "Variants": [ "List" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByPrinter/$count", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByUser", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByUser", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintUsageByUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportMonthlyPrintUsageByUserCount", - "ApiReferenceLink": null, "Uri": "/reports/monthlyPrintUsageByUser/$count", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOffice365ActivationCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365ActivationCounts", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOffice365ActivationUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365ActivationsUserCounts", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOffice365ActivationUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0", "Uri": "/reports/getOffice365ActivationsUserDetail", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOffice365ActiveUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOffice365ActiveUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0", "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0", "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityFileCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityGroupCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOffice365GroupActivityStorage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0", "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOffice365ServiceUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0", "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOneDriveActivityFileCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0", "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOneDriveActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOneDriveActivityUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0", "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOneDriveUsageAccountCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0", "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOneDriveUsageAccountDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0", "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOneDriveUsageFileCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0", "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportOneDriveUsageStorage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0", "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPartner", - "ApiReferenceLink": null, "Uri": "/reports/partners", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartners", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartners" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPartnerBilling", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBilling", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBilling" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPartnerBillingManifestCount", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/$count", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/{operation-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPartnerBillingOperationCount", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/$count", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPartnerBillingReconciliation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation/billed", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPartnerBillingUsage", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPartnerBillingUsageBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/billed", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/unbilled", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportPrinterArchivedPrintJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0", "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphArchivedPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportRelyingPartyDetailedSummary", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0", "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSecurity", - "ApiReferenceLink": null, "Uri": "/reports/security", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0", "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0", "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0", "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSharePointActivityFileCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0", "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSharePointActivityPage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0", "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSharePointActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSharePointActivityUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0", "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSharePointSiteUsageDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0", "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSharePointSiteUsageFileCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0", "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSharePointSiteUsagePage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0", "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSharePointSiteUsageSiteCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0", "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSharePointSiteUsageStorage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0", "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportTeamActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportTeamActivityDetail", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportTeamActivityDistributionCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportTeamCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportTeamDeviceUsageUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportTeamDeviceUsageUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportTeamUserActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportTeamUserActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportTeamUserActivityUserDetail", - "ApiReferenceLink": null, "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportUserArchivedPrintJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0", "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphArchivedPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportYammerActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0", "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportYammerActivityUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0", "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportYammerActivityUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0", "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0", "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportYammerDeviceUsageUserCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0", "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportYammerDeviceUsageUserDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0", "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportYammerGroupActivityCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0", "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportYammerGroupActivityDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0", "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgReportYammerGroupActivityGroupCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0", "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskDetectionCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -294999,20 +295573,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -295030,20 +295604,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskyServicePrincipalCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -295061,35 +295635,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -295107,21 +295681,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskyServicePrincipalHistoryCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -295139,64 +295713,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskyUserCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -295214,20 +295788,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-get-riskyuserhistoryitem?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -295245,21 +295819,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRiskyUserHistoryCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -295277,20 +295851,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleManagement", + "Method": "GET", "Variants": [ "Get" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -295324,35 +295898,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleManagement" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectory", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295378,20 +295952,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295417,20 +295991,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295456,21 +296030,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295496,20 +296070,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295535,21 +296109,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295575,21 +296149,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295631,20 +296205,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295686,35 +296260,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -295756,66 +296330,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -295857,20 +296431,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -295912,50 +296486,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -295997,36 +296571,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -296068,20 +296642,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -296123,50 +296697,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -296208,81 +296782,81 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -296324,20 +296898,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -296379,50 +296953,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -296464,96 +297038,96 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -296595,20 +297169,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -296650,20 +297224,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -296705,65 +297279,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -296805,20 +297379,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -296860,35 +297434,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -296930,36 +297504,161 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "CommandAlias": null, + "Module": "Identity.Governance", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "RoleManagement.Read.Directory", + "Description": "Read directory RBAC settings", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "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": "RoleEligibilitySchedule.ReadWrite.Directory", + "Description": "Read, update, and delete all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ] + }, + { "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Variants": [ + "List" + ], + "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", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "RoleManagement.Read.Directory", + "Description": "Read directory RBAC settings", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "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": "RoleEligibilitySchedule.ReadWrite.Directory", + "Description": "Read, update, and delete all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ] + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", + "CommandAlias": null, "Module": "Identity.Governance", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get" + ], "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -297001,206 +297700,81 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + ] }, { + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], "Module": "Identity.Governance", - "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", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "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": "RoleEligibilitySchedule.ReadWrite.Directory", - "Description": "Read, update, and delete all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", - "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get" - ], - "Module": "Identity.Governance", - "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", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "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": "RoleEligibilitySchedule.ReadWrite.Directory", - "Description": "Read, update, and delete all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "OutputType": null - }, - { - "CommandAlias": null, + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", - "ApiVersion": "v1.0", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -297242,20 +297816,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -297297,35 +297871,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -297367,197 +297941,197 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -297615,20 +298189,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -297686,35 +298260,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -297772,435 +298346,435 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -298306,20 +298880,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -298425,20 +298999,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -298544,389 +299118,389 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0", "Uri": "/schemaExtensions/{schemaExtension-id}", + "CommandAlias": null, + "Module": "SchemaExtensions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "SchemaExtensions", "Permissions": [ { "Name": "User.Read", @@ -298944,20 +299518,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSchemaExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0", "Uri": "/schemaExtensions", + "CommandAlias": null, + "Module": "SchemaExtensions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "SchemaExtensions", "Permissions": [ { "Name": "User.Read", @@ -298975,20 +299549,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSchemaExtension" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSchemaExtensionCount", - "ApiReferenceLink": null, "Uri": "/schemaExtensions/$count", + "CommandAlias": null, + "Module": "SchemaExtensions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "SchemaExtensions", "Permissions": [ { "Name": "User.Read", @@ -299006,21 +299580,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSearchAcronym", - "ApiReferenceLink": null, "Uri": "/search/acronyms/{acronym-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299038,20 +299612,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchAcronym" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSearchAcronym", - "ApiReferenceLink": null, "Uri": "/search/acronyms", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "GET", "Variants": [ "List" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299069,20 +299643,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchAcronym" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSearchAcronymCount", - "ApiReferenceLink": null, "Uri": "/search/acronyms/$count", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299100,21 +299674,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSearchBookmark", - "ApiReferenceLink": null, "Uri": "/search/bookmarks/{bookmark-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299132,20 +299706,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchBookmark" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSearchBookmark", - "ApiReferenceLink": null, "Uri": "/search/bookmarks", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "GET", "Variants": [ "List" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299163,20 +299737,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchBookmark" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSearchBookmarkCount", - "ApiReferenceLink": null, "Uri": "/search/bookmarks/$count", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299194,35 +299768,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSearchEntity", - "ApiReferenceLink": null, "Uri": "/search", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSearchEntity", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphSearchEntity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSearchQna", - "ApiReferenceLink": null, "Uri": "/search/qnas/{qna-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchQna", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299240,20 +299814,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchQna" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSearchQna", - "ApiReferenceLink": null, "Uri": "/search/qnas", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchQna", + "Method": "GET", "Variants": [ "List" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299271,20 +299845,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchQna" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSearchQnaCount", - "ApiReferenceLink": null, "Uri": "/search/qnas/$count", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -299302,21 +299876,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts/{alert-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAlert", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -299334,20 +299908,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAlert" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAlert", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -299365,20 +299939,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAlert" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAlertCount", - "ApiReferenceLink": null, "Uri": "/security/alerts/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -299396,21 +299970,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -299428,20 +300002,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityAlert" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -299459,20 +300033,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityAlert" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAlertV2Count", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get1" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -299490,562 +300064,562 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulations", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSimulation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationAutomationRunCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulations/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPage", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLandingPage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationLandingPageCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLoginPage", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLoginPage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationLoginPageCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationOperationCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/{payload-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPayload", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPayload", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationPayloadCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTraining", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTraining", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationTrainingCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCase", - "ApiReferenceLink": null, "Uri": "/security/cases", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCasesRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300063,20 +300637,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300094,20 +300668,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300125,21 +300699,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300157,20 +300731,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300188,21 +300762,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300220,21 +300794,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300252,35 +300826,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300298,21 +300872,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300330,50 +300904,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300391,21 +300965,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300423,79 +300997,79 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUserSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300513,21 +301087,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityUserSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300545,21 +301119,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300577,79 +301151,79 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300667,21 +301241,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300699,21 +301273,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300731,20 +301305,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300762,21 +301336,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300794,21 +301368,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300826,20 +301400,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300857,21 +301431,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300889,21 +301463,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300921,20 +301495,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -300952,80 +301526,80 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -301043,65 +301617,65 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -301119,65 +301693,65 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -301195,21 +301769,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -301227,20 +301801,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -301258,65 +301832,65 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -301334,36 +301908,93 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", "CommandAlias": null, + "Module": "Security", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Method": "GET", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgSecurityIdentity", + "Uri": "/security/identities", + "CommandAlias": null, + "Module": "Security", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Method": "GET", + "Variants": [ + "Get" + ], + "Permissions": [] + }, + { + "Command": "Get-MgSecurityIdentityHealthIssue", + "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Get-MgSecurityIdentityHealthIssue", + "Uri": "/security/identities/healthIssues", + "CommandAlias": null, "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET", + "Variants": [ + "List" + ], + "Permissions": [] }, { + "Command": "Get-MgSecurityIdentityHealthIssueCount", + "Uri": "/security/identities/healthIssues/$count", "CommandAlias": null, + "Module": "Security", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", + "Variants": [ + "Get" + ], + "Permissions": [] + }, + { "Command": "Get-MgSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -301381,20 +302012,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityIncident" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -301412,79 +302043,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityIncident" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityIncidentAlert", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityIncidentAlert", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityIncidentAlertCommentCount", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityIncidentAlertCount", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityIncidentCount", - "ApiReferenceLink": null, "Uri": "/security/incidents/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -301502,309 +302133,309 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabel", - "ApiReferenceLink": null, "Uri": "/security/labels", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityLabelsRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelAuthorityCount", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelCategoryCount", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelCategorySubcategoryCount", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/{citationTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelCitationCount", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/{departmentTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelDepartmentCount", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelFilePlanReferenceCount", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -301822,20 +302453,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -301853,20 +302484,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabelCount", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -301884,155 +302515,155 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores/{secureScore-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecureScore", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302050,20 +302681,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecureScore" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecureScore", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302081,21 +302712,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecureScore" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302113,20 +302744,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302144,20 +302775,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySecureScoreControlProfileCount", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302175,20 +302806,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySecureScoreCount", - "ApiReferenceLink": null, "Uri": "/security/secureScores/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -302206,21 +302837,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -302238,20 +302869,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -302269,196 +302900,196 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestApprover", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestApproverCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -302476,21 +303107,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -302508,50 +303139,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -302569,21 +303200,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthoredNote" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestNoteCount", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -302601,667 +303232,668 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecuritySubjectRightsRequestTeam", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligence", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/{article-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceArticleCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPairCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPortCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPortHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostReputation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -303270,858 +303902,857 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceHostWhoi", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityTrigger", - "ApiReferenceLink": null, "Uri": "/security/triggers", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggersRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304139,20 +304770,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304170,20 +304801,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityTriggerRetentionEventCount", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304201,21 +304832,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityTriggerRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304233,35 +304864,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityTriggerType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304279,20 +304910,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304310,20 +304941,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Security", "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -304341,268 +304972,268 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverviewCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementIssueCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/$count", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServiceAnnouncementMessageCount", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/$count", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -304644,20 +305275,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0", "Uri": "/servicePrincipals", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -304699,79 +305330,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalAppManagementPolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -304813,21 +305444,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignedToCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -304869,35 +305500,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -304939,21 +305570,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalAppRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -304995,21 +305626,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", "Uri": "/servicePrincipals(appId='{appId}')", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -305051,35 +305682,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgServicePrincipalById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/servicePrincipals/getByIds", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalClaimMappingPolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -305121,20 +305752,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -305176,21 +305807,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalClaimMappingPolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -305232,20 +305863,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -305287,35 +305918,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalCreatedObject", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalCreatedObject", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -305357,50 +305988,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalCreatedObjectCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -305442,50 +306073,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -305511,21 +306142,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -305551,20 +306182,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0", "Uri": "/servicePrincipals/delta", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -305606,64 +306237,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalEndpointCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -305705,20 +306336,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -305760,21 +306391,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -305816,23 +306447,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgServicePrincipalMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -305914,23 +306545,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgServicePrincipalMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -306028,35 +306659,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalMemberOf", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalMemberOf", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -306098,108 +306729,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalMemberOfCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -306241,80 +306872,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOauth2PermissionGrant", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOauth2PermissionGrant", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Directory.Read.All", @@ -306340,21 +306971,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Directory.Read.All", @@ -306380,35 +307011,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObject", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObject", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -306450,166 +307081,166 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -306651,95 +307282,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwner", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -306781,136 +307412,136 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerAsUser", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -306952,21 +307583,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -307008,200 +307639,298 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalOwnerCountAsUser", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" + "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 + }, + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "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 + }, + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalRiskDetectionCount", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronization", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgServicePrincipalSynchronizationAccessToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307219,21 +307948,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307259,20 +307988,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationJob" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307298,51 +308027,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationJob" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJobCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307368,21 +308097,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -307424,80 +308153,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationSecretCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307523,20 +308252,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307562,21 +308291,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplateCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307602,21 +308331,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -307642,123 +308371,123 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -307800,21 +308529,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -307856,35 +308585,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -307918,108 +308647,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOfCount", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -308053,198 +308782,198 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareContentTypeBase", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareCount", - "ApiReferenceLink": null, "Uri": "/shares/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareCreatedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareDriveItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/driveItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -308270,21 +308999,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -308334,592 +309063,593 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareItemCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareList", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListColumnCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListDrive", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -308930,438 +309660,437 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListItemVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListOperationCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSharePermission", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/permission", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareRoot", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareRootContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -309387,50 +310116,50 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSharedDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, "Uri": "/shares", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgShareSite", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/site", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0", "Uri": "/sites/{site-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -309448,20 +310177,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0", "Uri": "/sites", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -309479,38 +310208,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteActivityByInterval", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -309560,139 +310289,139 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemAnalytics" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -309742,21 +310471,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemActivityStat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteAnalyticTime", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/allTime", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -309806,21 +310535,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemActivityStat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -309854,36 +310583,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteByPath", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -309917,20 +310646,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -309964,21 +310693,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -310012,36 +310741,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -310075,20 +310804,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -310122,87 +310851,87 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeBase", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -310236,20 +310965,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -310283,21 +311012,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -310331,124 +311060,124 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -310466,21 +311195,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteContentTypeCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -310514,20 +311243,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteCount", - "ApiReferenceLink": null, "Uri": "/sites/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get1" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -310545,21 +311274,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteDefaultDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/drive", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -310609,20 +311338,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", "Uri": "/sites/delta", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -310640,35 +311369,99 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/drives", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List" ], + "Permissions": [ + { + "Name": "Files.Read", + "Description": "Read your files", + "FullDescription": "Allows the app to read 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": "Sites.Read.All", + "Description": "Read items in all site collections", + "FullDescription": "Allow the application to read 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 + }, + { + "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": false + }, + { + "Name": "Files.Read.All", + "Description": "Read all files that you have access to", + "FullDescription": "Allows the app to read all files you can access.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ] + }, + { + "Command": "Get-MgSiteDriveCount", + "Uri": "/sites/{site-id}/drives/$count", + "CommandAlias": null, "Module": "Sites", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "Files.Read", @@ -310718,525 +311511,461 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteDriveCount", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/drives/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Sites", - "Permissions": [ - { - "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read 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": "Sites.Read.All", - "Description": "Read items in all site collections", - "FullDescription": "Allow the application to read 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 - }, - { - "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": false - }, - { - "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteExternalColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteExternalColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/externalColumns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteExternalColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/externalColumns/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPath", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathApplicableContentTypeForList", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathExternalColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteGetGraphBPrePathByPath", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -311254,20 +311983,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphList" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "List1" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -311285,21 +312014,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphList" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -311333,20 +312062,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -311380,21 +312109,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -311428,36 +312157,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -311491,20 +312220,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -311538,21 +312267,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -311586,20 +312315,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -311633,21 +312362,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -311681,124 +312410,124 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -311816,21 +312545,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -311864,21 +312593,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -311896,95 +312625,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListDrive", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -312010,20 +312739,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphListItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -312041,38 +312770,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphListItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -312122,82 +312851,82 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemAnalytics" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -312215,21 +312944,76 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphListItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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.Selected", + "Description": "Access selected site collections", + "FullDescription": "Allow the application to access a subset of site collections without a signed in user.  The specific site collections and the permissions granted will be configured in SharePoint Online.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "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 + }, + { + "Name": "Sites.FullControl.All", + "Description": "Have full control of all site collections", + "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] + }, + { + "Command": "Get-MgSiteListItemDocumentSetVersion", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, "Module": "Sites", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "Sites.Read.All", @@ -312271,76 +313055,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDocumentSetVersion" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Sites", - "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.Selected", - "Description": "Access selected site collections", - "FullDescription": "Allow the application to access a subset of site collections without a signed in user.  The specific site collections and the permissions granted will be configured in SharePoint Online.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "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 - }, - { - "Name": "Sites.FullControl.All", - "Description": "Have full control of all site collections", - "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -312382,36 +313111,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Files.Read", @@ -312461,51 +313190,51 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -312523,20 +313252,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphListItemVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -312554,21 +313283,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphListItemVersion" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -312586,36 +313315,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -312649,20 +313378,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -312696,21 +313425,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListOperationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -312744,65 +313473,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -312844,20 +313573,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -312899,21 +313628,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteNotebookCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -312955,23 +313684,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Notes.Create", @@ -313013,20 +313742,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCopyNotebookModel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -313068,20 +313797,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -313123,21 +313852,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -313179,36 +313908,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteOperationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/operations/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -313242,20 +313971,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -313289,36 +314018,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenotePageCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -313352,36 +314081,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -313415,36 +314144,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteResourceCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/resources/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -313486,20 +314215,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -313541,21 +314270,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteSectionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -313597,21 +314326,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -313653,21 +314382,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -313709,23 +314438,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteSectionGroupCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -313767,20 +314496,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -313822,20 +314551,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -313869,21 +314598,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -313917,20 +314646,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -313964,21 +314693,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteOperationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -314012,21 +314741,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -314044,20 +314773,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBaseSitePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -314075,35 +314804,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBaseSitePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/sitePage", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -314121,389 +314850,389 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSitePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPart" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageAsSitePageWebPartCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -314521,21 +315250,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageCountAsSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/sitePage/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -314553,228 +315282,228 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageCreatedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphWebPartPosition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSitePermissionCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteRecentNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Notes.Create", @@ -314816,23 +315545,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRecentNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -314850,52 +315579,52 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStore" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStores", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStores/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -314913,21 +315642,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -314945,23 +315674,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -314979,38 +315708,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -315028,16 +315757,17 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315048,34 +315778,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315086,17 +315816,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315107,34 +315837,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315145,17 +315875,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315166,17 +315896,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315187,17 +315917,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315208,17 +315938,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315229,24 +315959,23 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -315264,140 +315993,140 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -315415,338 +316144,338 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreTerm" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -315764,31 +316493,32 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreSet" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315799,24 +316529,23 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -315834,16 +316563,17 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreTerm" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315854,17 +316584,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315875,34 +316605,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315913,17 +316643,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315934,17 +316664,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315955,17 +316685,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315976,17 +316706,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -315997,83 +316727,83 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -316084,34 +316814,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -316122,17 +316852,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -316143,34 +316873,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1", "List2", "List3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", @@ -316181,17 +316911,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -316202,17 +316932,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -316223,17 +316953,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -316244,17 +316974,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", @@ -316265,488 +316995,487 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -316764,23 +317493,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreRelation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -316798,74 +317527,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -316883,53 +317612,53 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreTerm" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -316947,23 +317676,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreTerm" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -316981,172 +317710,172 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermChildSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -317164,23 +317893,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTermStoreRelation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelationCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", "Permissions": [ { "Name": "TermStore.Read.All", @@ -317198,89 +317927,89 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelationSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSiteTermStoreSetTermSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgSubscribedSku", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0", "Uri": "/subscribedSkus/{subscribedSku-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -317314,20 +318043,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSubscribedSku" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgSubscribedSku", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0", "Uri": "/subscribedSkus", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.Read.All", @@ -317361,64 +318090,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSubscribedSku" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0", "Uri": "/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "ChangeNotifications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0", "Uri": "/subscriptions", + "CommandAlias": null, + "Module": "ChangeNotifications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSubSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/sites/{site-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSubSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/sites", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List2" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -317436,21 +318165,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgSubSiteCount", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/sites/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -317468,21 +318197,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0", "Uri": "/teams/{team-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -317556,20 +318285,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeam" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0", "Uri": "/teams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -317595,21 +318324,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeam" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -317683,20 +318412,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List1" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -317770,21 +318499,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -317858,21 +318587,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Files.Read.All", @@ -317946,36 +318675,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -318009,20 +318738,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -318048,21 +318777,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -318088,23 +318817,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318138,20 +318867,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318185,21 +318914,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318233,21 +318962,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318281,23 +319010,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318331,20 +319060,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318378,21 +319107,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318426,21 +319155,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318474,20 +319203,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318521,21 +319250,69 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "Permissions": [ + { + "Name": "ChannelMessage.Read.Group", + "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, 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": "ChannelMessage.Read.All", + "Description": "Read all channel messages", + "FullDescription": "Allows the app to read all channel messages in Microsoft Teams", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] + }, + { + "Command": "Get-MgTeamChannelMessageReplyDelta", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "CommandAlias": null, "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318569,71 +319346,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamChannelMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "ApiVersion": "v1.0", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Module": "Teams", - "Permissions": [ - { - "Name": "ChannelMessage.Read.Group", - "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, 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": "ChannelMessage.Read.All", - "Description": "Read all channel messages", - "FullDescription": "Allows the app to read all channel messages in Microsoft Teams", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318667,20 +319396,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318714,21 +319443,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -318762,23 +319491,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -318796,20 +319525,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -318827,35 +319556,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -318873,21 +319602,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -318905,21 +319634,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -318937,21 +319666,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -319049,20 +319778,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -319160,21 +319889,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelTabCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -319272,35 +320001,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamCount", - "ApiReferenceLink": null, "Uri": "/teams/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -319326,64 +320055,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamGroupServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamGroupServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamIncomingChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamIncomingChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/incomingChannels", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -319409,21 +320138,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamIncomingChannelCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/incomingChannels/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -319449,21 +320178,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -319609,20 +320338,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -319760,21 +320489,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamInstalledAppCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -319912,51 +320641,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamInstalledAppTeamApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamInstalledAppTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -319982,20 +320711,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -320021,21 +320750,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -320061,79 +320790,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamOperationCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -320215,21 +320944,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -320311,51 +321040,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPhoto", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/photo", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/photo/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -320397,454 +321126,454 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/messages/delta", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelTabCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamPrimaryChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamSchedule", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -320878,21 +321607,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -320926,20 +321655,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -320957,21 +321686,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamScheduleOfferShiftRequestCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -320989,21 +321718,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321037,20 +321766,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOpenShift" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321084,21 +321813,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOpenShift" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321132,20 +321861,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321179,21 +321908,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321227,21 +321956,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamScheduleOpenShiftCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321275,21 +322004,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321323,20 +322052,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchedulingGroup" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321370,21 +322099,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchedulingGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamScheduleSchedulingGroupCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321418,21 +322147,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphShift", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Group.Read.All", @@ -321466,20 +322195,68 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphShift" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/shifts", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphShift", + "Method": "GET", "Variants": [ "List" ], + "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 + } + ] + }, + { + "Command": "Get-MgTeamScheduleShiftCount", + "Uri": "/teams/{team-id}/schedule/shifts/$count", + "CommandAlias": null, "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "Schedule.Read.All", @@ -321513,21 +322290,131 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShift" + "Permissions": [] }, { + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Method": "GET", - "Command": "Get-MgTeamScheduleShiftCount", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/shifts/$count", + "Variants": [ + "List" + ], + "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 + } + ] + }, + { + "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "CommandAlias": null, "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "Schedule.Read.All", @@ -321561,35 +322448,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgTeamScheduleTimeOff", + "Uri": "/teams/{team-id}/schedule/timesOff", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321623,21 +322495,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + ] }, { + "Command": "Get-MgTeamScheduleTimeOffCount", + "Uri": "/teams/{team-id}/schedule/timesOff/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321671,21 +322543,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOff", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Command": "Get-MgTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321719,20 +322591,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOff" + ] }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOff", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff", + "Command": "Get-MgTeamScheduleTimeOffReason", + "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321766,21 +322638,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOff" + ] }, { + "Command": "Get-MgTeamScheduleTimeOffReasonCount", + "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffCount", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timesOff/$count", + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321814,21 +322686,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffReason", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Command": "Get-MgTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321862,20 +322734,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOffReason" + ] }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffReason", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "Command": "Get-MgTeamScheduleTimeOffRequest", + "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321909,21 +322781,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOffReason" + ] }, { + "Command": "Get-MgTeamScheduleTimeOffRequestCount", + "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffReasonCount", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.Read.All", @@ -321957,164 +322829,116 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Command": "Get-MgTeamTag", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "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.", + "Name": "TeamworkTag.Read", + "Description": "Read tags in Teams", + "FullDescription": "Allows the app to read tags in Teams, 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 - } - ], - "OutputType": "IMicrosoftGraphTimeOffRequest" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Teams", - "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", + "Name": "TeamworkTag.Read.All", + "Description": "Read tags in Teams", + "FullDescription": "Allows the app to read tags in Teams without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", "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.", + "Name": "TeamworkTag.ReadWrite", + "Description": "Read and write tags in Teams", + "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "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", + "Name": "TeamworkTag.ReadWrite.All", + "Description": "Read and write tags in Teams", + "FullDescription": "Allows the app to read and write tags in Teams without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOffRequest" + ] }, { + "Command": "Get-MgTeamTag", + "Uri": "/teams/{team-id}/tags", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamScheduleTimeOffRequestCount", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "Module": "Teams", "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.", + "Name": "TeamworkTag.Read", + "Description": "Read tags in Teams", + "FullDescription": "Allows the app to read tags in Teams, 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": "TeamworkTag.Read.All", + "Description": "Read tags in Teams", + "FullDescription": "Allows the app to read tags in Teams without a signed-in user.", + "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.", + "Name": "TeamworkTag.ReadWrite", + "Description": "Read and write tags in Teams", + "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "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", + "Name": "TeamworkTag.ReadWrite.All", + "Description": "Read and write tags in Teams", + "FullDescription": "Allows the app to read and write tags in Teams without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgTeamTagCount", + "Uri": "/teams/{team-id}/tags/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamTag", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -322148,20 +322972,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkTag" + ] }, { + "Command": "Get-MgTeamTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamTag", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags", + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -322195,116 +323020,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkTag" + ] }, { + "Command": "Get-MgTeamTagMember", + "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamTagCount", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Teams", - "Permissions": [ - { - "Name": "TeamworkTag.Read", - "Description": "Read tags in Teams", - "FullDescription": "Allows the app to read tags in Teams, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "TeamworkTag.Read.All", - "Description": "Read tags in Teams", - "FullDescription": "Allows the app to read tags in Teams without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "TeamworkTag.ReadWrite", - "Description": "Read and write tags in Teams", - "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamworkTag.ReadWrite.All", - "Description": "Read and write tags in Teams", - "FullDescription": "Allows the app to read and write tags in Teams without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgTeamTagMember", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Teams", - "Permissions": [ - { - "Name": "TeamworkTag.Read", - "Description": "Read tags in Teams", - "FullDescription": "Allows the app to read tags in Teams, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "TeamworkTag.Read.All", - "Description": "Read tags in Teams", - "FullDescription": "Allows the app to read tags in Teams without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "TeamworkTag.ReadWrite", - "Description": "Read and write tags in Teams", - "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamworkTag.ReadWrite.All", - "Description": "Read and write tags in Teams", - "FullDescription": "Allows the app to read and write tags in Teams without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphTeamworkTagMember" - }, - { - "CommandAlias": null, + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Method": "GET", - "Command": "Get-MgTeamTagMember", - "ApiReferenceLink": null, - "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", - "ApiVersion": "v1.0", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -322338,21 +323067,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamTagMemberCount", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.Read", @@ -322386,614 +323115,614 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamTemplate", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/template", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamwork", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0", "Uri": "/teamwork", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamwork", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamwork" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedChat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedChat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedChatCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelTabCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkDeletedTeamCount", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkTeamAppSetting", - "ApiReferenceLink": null, "Uri": "/teamwork/teamsAppSettings", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -323011,21 +323740,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -323043,20 +323772,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWorkforceIntegration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -323074,20 +323803,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWorkforceIntegration" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTeamworkWorkforceIntegrationCount", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Teams", "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -323105,21 +323834,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323137,20 +323866,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323168,20 +323897,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323199,35 +323928,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323245,21 +323974,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323277,21 +324006,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323309,20 +324038,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323340,21 +324069,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323372,20 +324101,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323403,21 +324132,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323435,20 +324164,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323466,21 +324195,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323498,20 +324227,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323529,21 +324258,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323561,21 +324290,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323593,20 +324322,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323624,21 +324353,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Partner", "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -323656,20 +324385,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipMultiTenantOrganization", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -323695,20 +324424,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMultiTenantOrganization" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -323726,35 +324455,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -323780,20 +324509,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenantCount", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -323819,21 +324548,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0", "Uri": "/users/{user-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -323955,20 +324684,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-list?view=graph-rest-1.0", "Uri": "/users", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -324074,138 +324803,138 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}", + "CommandAlias": null, + "Module": "CrossDeviceExperiences", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities", + "CommandAlias": null, + "Module": "CrossDeviceExperiences", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserActivityCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/$count", + "CommandAlias": null, + "Module": "CrossDeviceExperiences", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "CommandAlias": null, + "Module": "CrossDeviceExperiences", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "CommandAlias": null, + "Module": "CrossDeviceExperiences", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserActivityHistoryItemActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "CommandAlias": null, + "Module": "CrossDeviceExperiences", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserActivityHistoryItemCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", + "CommandAlias": null, + "Module": "CrossDeviceExperiences", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/agreementAcceptances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -324223,21 +324952,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAgreementAcceptanceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/agreementAcceptances/$count", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -324255,35 +324984,35 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignments", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Applications", "Permissions": [ { "Name": "Directory.Read.All", @@ -324301,21 +325030,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAppRoleAssignmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignments/$count", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Directory.Read.All", @@ -324333,21 +325062,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationEmailMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324381,20 +325110,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationEmailMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/emailMethods", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324428,21 +325157,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationEmailMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/emailMethods/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324476,21 +325205,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationFido2Method", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324524,20 +325253,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationFido2Method", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/fido2Methods", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324571,21 +325300,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationFido2MethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/fido2Methods/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324619,21 +325348,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -324667,20 +325396,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/methods", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -324714,21 +325443,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/methods/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -324762,21 +325491,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324810,20 +325539,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324857,21 +325586,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -324905,36 +325634,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -324968,50 +325697,50 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLongRunningOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/operations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationOperationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/operations/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -325045,20 +325774,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/passwordMethods", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -325092,21 +325821,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationPasswordMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/passwordMethods/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -325140,21 +325869,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationPhoneMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -325188,20 +325917,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationPhoneMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -325235,21 +325964,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationPhoneMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -325283,21 +326012,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325331,20 +326060,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/softwareOathMethods", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325378,21 +326107,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325426,21 +326155,68 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "CommandAlias": null, "Module": "Identity.SignIns", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Method": "GET", + "Variants": [ + "List" + ], "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325474,20 +326250,116 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", + "CommandAlias": null, + "Module": "Identity.SignIns", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" + "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 + } + ] }, { + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "CommandAlias": null, + "Module": "Identity.SignIns", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", "Method": "GET", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325521,164 +326393,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" + ] }, { + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Identity.SignIns", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Identity.SignIns", - "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 - } - ], - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Identity.SignIns", - "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 - } - ], - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" - }, - { - "CommandAlias": null, + "OutputType": null, "Method": "GET", - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", - "ApiVersion": "v1.0", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -325712,65 +326441,65 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgUserById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", "Uri": "/users/getByIds", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Get", "GetExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars/{calendar-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -325804,21 +326533,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCalendar" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCalendarCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -325852,20 +326581,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCalendarEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List1" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -325891,23 +326620,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCalendarEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/calendar/events/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "Calendars.Read", @@ -325933,21 +326662,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -325965,20 +326694,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCalendarGroup" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -326004,20 +326733,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCalendarGroup" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserCalendarGroupCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -326051,21 +326780,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCalendar" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCalendarGroupCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -326091,87 +326820,87 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCalendarPermissionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgUserCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduleInformation" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserCalendarView", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarView", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -326197,21 +326926,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -326293,20 +327022,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -326348,21 +327077,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -326404,110 +327133,110 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatInstalledAppCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatInstalledAppTeamApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChatMember.Read", @@ -326605,20 +327334,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "ChatMember.Read", @@ -326716,21 +327445,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMemberCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChatMember.Read", @@ -326828,21 +327557,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -326900,20 +327629,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -326955,21 +327684,151 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMessageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgUserChatMessageDelta", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", + "CommandAlias": null, + "Module": "Users.Functions", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "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 + } + ] + }, + { + "Command": "Get-MgUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Permissions": [ { "Name": "Chat.Read", @@ -326987,6 +327846,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", @@ -327011,166 +327886,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Get-MgUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", + "Module": "Teams", "ApiVersion": "v1.0", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "Module": "Users.Functions", - "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 - } - ], - "OutputType": "IMicrosoftGraphChatMessage" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserChatMessageHostedContent", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "Module": "Teams", - "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 - } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" - }, - { - "CommandAlias": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Method": "GET", - "Command": "Get-MgUserChatMessageHostedContent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "ApiVersion": "v1.0", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -327228,21 +327957,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMessageHostedContentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Read", @@ -327300,275 +328029,275 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMessageReplyCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMessageReplyDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatMessageReplyHostedContentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatPermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatPinnedMessageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatTabCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserChatTabTeamApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -327586,20 +328315,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -327617,21 +328346,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/$count", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -327649,21 +328378,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/contacts/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -327681,65 +328410,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -327757,20 +328486,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContactFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", "Variants": [ "List" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -327788,35 +328517,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContactFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", "Variants": [ "List" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -327834,21 +328563,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContactFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -327866,20 +328595,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -327897,21 +328626,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -327929,21 +328658,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -327961,95 +328690,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -328067,36 +328796,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderChildFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -328114,20 +328843,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -328145,21 +328874,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderContactCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -328177,21 +328906,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderContactDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContact", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -328209,95 +328938,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContact" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderContactExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserContactFolderContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/$count", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", "Permissions": [ { "Name": "Contacts.Read", @@ -328315,21 +329044,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/contactFolders/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "Contacts.Read", @@ -328347,50 +329076,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContactFolder" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCount", - "ApiReferenceLink": null, "Uri": "/users/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Users", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -328496,35 +329225,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCreatedObject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCreatedObject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -328574,50 +329303,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCreatedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/servicePrincipal", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCreatedObjectCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -328667,50 +329396,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserDefaultCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDefaultCalendarEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/events", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -328736,23 +329465,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgUserDefaultCalendarSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", "Uri": "/users/{user-id}/calendar/getSchedule", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -328778,21 +329507,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphScheduleInformation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDefaultDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drive", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -328842,20 +329571,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0", "Uri": "/users/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Delta" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "User.Read.All", @@ -328889,79 +329618,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDirectReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/{directoryObject-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDirectReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -329003,79 +329732,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDirectReportAsOrgContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/orgContact", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDirectReportAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/user", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDirectReportCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -329117,65 +329846,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDirectReportCountAsOrgContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/orgContact/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDirectReportCountAsUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/directReports/user/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -329225,139 +329954,139 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDrive" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveBundle", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveBundle", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveBundleCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveContentTypeBase", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveContentTypeBaseType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveContentTypeBaseTypeCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -329407,2798 +330136,2798 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveFollowing", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveFollowing", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveFollowingCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemAnalyticTime", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemChildCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemPermissionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemThumbnailCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List", "List1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListColumnCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnLinkCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnPosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnPositionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListContentTypeCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListOperationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveListSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootActivityByInterval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootAnalyticTime", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootChildCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootItemLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootLastModifiedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemActivityByInterval", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemCreatedByUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceProvisioningError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootPermissionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootSubscriptionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootThumbnailCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveRootVersionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveSpecial", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveSpecial", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserDriveSpecialCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332216,20 +332945,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332255,80 +332984,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserEventCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/calendar", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332354,21 +333083,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "Calendars.Read", @@ -332394,79 +333123,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserEventInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserEventInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332484,80 +333213,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventInstanceAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserEventInstanceCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventInstanceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332575,138 +333304,138 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventInstanceDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserEventInstanceExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserFollowedSite", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/followedSites/{site-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserFollowedSite", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/followedSites", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "GET", "Variants": [ "List" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -332724,21 +333453,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSite" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserFollowedSiteCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/followedSites/$count", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Read.All", @@ -332756,79 +333485,79 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserInferenceClassification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassification", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassification" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserInferenceClassificationOverrideCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserJoinedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/joinedTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -332886,50 +333615,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeam" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserLastSharedMethodInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserLicenseDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserLicenseDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -332971,21 +333700,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLicenseDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserLicenseDetailCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -333027,21 +333756,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserLicenseDetailTeamLicensingDetail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0", "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "User.Read", @@ -333075,21 +333804,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsLicensingDetails" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "MailboxSettings.Read", @@ -333107,21 +333836,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMailboxSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333155,20 +333884,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMailFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333202,35 +333931,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMailFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333264,21 +333993,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMailFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333312,242 +334041,242 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333581,21 +334310,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333629,21 +334358,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMailFolder" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -333669,20 +334398,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333716,65 +334445,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -333800,21 +334529,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderMessageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333848,21 +334577,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -333896,111 +334625,111 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderMessageExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMailFolderMessageRuleCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgUserMailTip", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0", "Uri": "/users/{user-id}/getMailTips", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailTips", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Mail.Read", @@ -334018,21 +334747,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMailTips" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedAppDiagnosticStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedappdiagnosticstatuses?view=graph-rest-1.0", "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedappdiagnosticstatuses?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -334050,21 +334779,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedAppPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedapppolicies?view=graph-rest-1.0", "Uri": "/users/{user-id}/getManagedAppPolicies", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-getmanagedapppolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -334082,329 +334811,329 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedAppRegistrations", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedAppRegistrationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedAppRegistrations/$count", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceConfigurationStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/$count", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUser", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", "Variants": [ "List" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagedDeviceWithAppFailure", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0", "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -334422,21 +335151,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManager", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/manager", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read.All", @@ -334470,21 +335199,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserManagerByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/manager/$ref", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read.All", @@ -334518,23 +335247,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgUserMemberGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", "Uri": "/users/{user-id}/getMemberGroups", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -334616,23 +335345,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgUserMemberObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", "Uri": "/users/{user-id}/getMemberObjects", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Application.Read.All", @@ -334730,21 +335459,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -334762,20 +335491,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -334809,35 +335538,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -334855,35 +335584,35 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/directoryRole", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -334901,35 +335630,35 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphDirectoryRole" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/group", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -334947,21 +335676,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMemberOfCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -334995,21 +335724,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -335027,21 +335756,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/directoryRole/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -335059,21 +335788,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/memberOf/group/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -335091,21 +335820,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -335131,20 +335860,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -335178,65 +335907,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMessageAttachmentCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/$value", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", "Permissions": [ { "Name": "Mail.Read", @@ -335262,21 +335991,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMessageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", "Permissions": [ { "Name": "Mail.ReadBasic", @@ -335310,21 +336039,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMessageDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "Mail.Read", @@ -335350,79 +336079,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserMessageExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOauth2PermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOauth2PermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/oauth2PermissionGrants", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -335440,21 +336169,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOauth2PermissionGrantCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Directory.Read.All", @@ -335472,21 +336201,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -335528,20 +336257,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -335583,21 +336312,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteNotebookCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -335639,23 +336368,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Get-MgUserOnenoteNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Method": "POST", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Notes.Create", @@ -335697,20 +336426,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCopyNotebookModel" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -335752,20 +336481,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -335807,21 +336536,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -335863,36 +336592,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteOperationCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/operations/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -335926,20 +336655,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -335973,21 +336702,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -336021,21 +336750,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenotePageCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -336069,21 +336798,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteRecentNotebook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "Notes.Create", @@ -336125,36 +336854,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRecentNotebook" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -336188,36 +336917,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteResourceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/resources/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -336259,20 +336988,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -336314,21 +337043,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteSectionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/$count", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -336370,135 +337099,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Notes", - "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 - } - ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionGroup", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups", - "ApiVersion": "v1.0", - "Variants": [ - "List", - "List1" - ], "Module": "Notes", - "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 - } - ], - "OutputType": "IMicrosoftGraphSectionGroup" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserOnenoteSectionGroupCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -336540,20 +337155,134 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Get-MgUserOnenoteSectionGroup", + "Uri": "/users/{user-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Notes", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Variants": [ + "List", + "List1" ], - "OutputType": 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 + } + ] }, { + "Command": "Get-MgUserOnenoteSectionGroupCount", + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "CommandAlias": null, + "Module": "Notes", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "GET", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "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 + } + ] + }, + { "Command": "Get-MgUserOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -336595,20 +337324,20 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", "Variants": [ "List" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Read", @@ -336642,21 +337371,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -336690,20 +337419,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -336737,124 +337466,124 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingAttendeeReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -336888,154 +337617,154 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingRecordingCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", "Variants": [ "List" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingTranscriptCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -337085,79 +337814,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserOutlookMasterCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserOutlookMasterCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOutlookMasterCategoryCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -337199,108 +337928,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedDeviceAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/device", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedDeviceAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/endpoint", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedDeviceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -337342,80 +338071,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedDeviceCountAsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/device/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedDeviceCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedObject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedObject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -337457,108 +338186,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedObjectAsApplication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/application", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedObjectAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/group", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedObjectAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedObjectCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -337600,80 +338329,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedObjectCountAsApplication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/application/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedObjectCountAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/group/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserPerson", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/people/{person-id}", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPerson", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", - "Permissions": [], - "OutputType": "IMicrosoftGraphPerson" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserPerson", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/people", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPerson", + "Method": "GET", "Variants": [ "List" ], - "Module": "People", "Permissions": [ { "Name": "People.Read", @@ -337691,21 +338420,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPerson" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserPersonCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/people/$count", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", "Permissions": [ { "Name": "People.Read", @@ -337723,23 +338452,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/photo", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -337781,20 +338510,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProfilePhoto" + ] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/photos", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -337836,23 +338565,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProfilePhoto" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/photo/$value", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -337894,21 +338623,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserPlanner", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerUser", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -337950,20 +338679,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerUser" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserPlannerPlan", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/plans", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", "Variants": [ "List" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -337997,20 +338726,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserPlannerTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/tasks", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.Read", @@ -338060,21 +338789,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserPresence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/presence", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Presence.Read", @@ -338100,35 +338829,178 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPresence" + ] }, { + "Command": "Get-MgUserRegisteredDevice", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", "CommandAlias": null, + "Module": "Users", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Get-MgUserRegisteredDevice", + "Uri": "/users/{user-id}/registeredDevices", + "CommandAlias": null, + "Module": "Users", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Variants": [ + "List" + ], + "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": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read user profiles without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and update user profiles without a signed in user.", + "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 + } + ] + }, + { + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", + "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", + "CommandAlias": null, "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Variants": [ + "List" + ], + "Permissions": [] }, { + "Command": "Get-MgUserRegisteredDeviceAsDevice", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", "CommandAlias": null, + "Module": "Users", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", "Method": "GET", - "Command": "Get-MgUserRegisteredDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgUserRegisteredDeviceAsDevice", + "Uri": "/users/{user-id}/registeredDevices/device", + "CommandAlias": null, + "Module": "Users", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices", + "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Variants": [ + "List" + ], + "Permissions": [] + }, + { + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", + "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", + "Uri": "/users/{user-id}/registeredDevices/endpoint", + "CommandAlias": null, + "Module": "Users", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", "Variants": [ "List" ], + "Permissions": [] + }, + { + "Command": "Get-MgUserRegisteredDeviceCount", + "Uri": "/users/{user-id}/registeredDevices/$count", + "CommandAlias": null, "Module": "Users", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "User.Read", @@ -338170,223 +339042,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { + "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", + "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceAsDevice", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" - }, - { - "CommandAlias": null, + "OutputType": null, "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceAsDevice", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/device", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", - "ApiVersion": "v1.0", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { + "Command": "Get-MgUserRegisteredDeviceCountAsDevice", + "Uri": "/users/{user-id}/registeredDevices/device/$count", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceAsEndpoint", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/endpoint", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/$count", "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Users", - "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": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read user profiles without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and update user profiles without a signed in user.", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment/$count", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Users", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, + "OutputType": null, "Method": "GET", - "Command": "Get-MgUserRegisteredDeviceCountAsDevice", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/registeredDevices/device/$count", - "ApiVersion": "v1.0", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserScopedRoleMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserScopedRoleMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/scopedRoleMemberOf", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", "Variants": [ "List" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -338404,21 +339133,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserScopedRoleMemberOfCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.Read.All", @@ -338436,21 +339165,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSettings", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read.All", @@ -338468,21 +339197,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserSettings" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSettingShiftPreference", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/shiftPreferences", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphShiftPreferences", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read.All", @@ -338516,109 +339245,109 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphShiftPreferences" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSettingWindows", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSettingWindows", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSettingWindowsCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSettingWindowsInstanceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSharedCountInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared/$count", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -338636,35 +339365,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSharedInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSharedInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "GET", "Variants": [ "List" ], - "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -338682,50 +339411,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSharedInsight" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSharedResourceInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSponsor", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSponsor", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/sponsors", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -338751,21 +339480,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserSponsorCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/sponsors/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -338791,21 +339520,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTeamwork", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserTeamwork", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "UserTeamwork.Read", @@ -338823,37 +339552,37 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphUserTeamwork" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "GET", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -338879,21 +339608,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTeamworkAssociatedTeamCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -338919,21 +339648,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTeamworkInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -339047,20 +339776,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTeamworkInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "GET", "Variants": [ "List" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -339174,21 +339903,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTeamworkInstalledAppChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -339254,21 +339983,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTeamworkInstalledAppCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps/$count", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -339382,51 +340111,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTeamworkInstalledAppTeamApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -339460,20 +340189,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTodoTaskList" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -339507,21 +340236,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTodoTaskList" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoListCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -339555,21 +340284,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoListDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/todo/lists/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -339595,65 +340324,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTodoTaskList" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoListExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoListExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoListExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -339687,20 +340416,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTodoTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -339734,21 +340463,164 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTodoTask" + ] }, { - "CommandAlias": "Select", + "Command": "Get-MgUserTodoTaskAttachment", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "CommandAlias": null, + "Module": "Users", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentBase", "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "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 + } + ] + }, + { "Command": "Get-MgUserTodoTaskAttachment", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "CommandAlias": null, + "Module": "Users", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "GET", + "Variants": [ + "List" + ], + "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 + } + ] + }, + { + "Command": "Get-MgUserTodoTaskAttachmentContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], + "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 + } + ] + }, + { + "Command": "Get-MgUserTodoTaskAttachmentCount", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", + "CommandAlias": null, "Module": "Users", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Permissions": [ { "Name": "Tasks.Read", @@ -339782,223 +340654,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttachmentBase" - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachment", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "ApiVersion": "v1.0", - "Variants": [ - "List" - ], - "Module": "Users", - "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 - } - ], - "OutputType": "IMicrosoftGraphAttachmentBase" + ] }, { + "Command": "Get-MgUserTodoTaskAttachmentSession", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachmentContent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], "Module": "Users", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachmentCount", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", "ApiVersion": "v1.0", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "Module": "Users", - "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 - } - ], - "OutputType": null - }, - { - "CommandAlias": "Select", - "Method": "GET", - "Command": "Get-MgUserTodoTaskAttachmentSession", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", - "ApiVersion": "v1.0", + "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Permissions": [] }, { - "CommandAlias": "Select", - "Method": "GET", "Command": "Get-MgUserTodoTaskAttachmentSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTaskAttachmentSessionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTaskAttachmentSessionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTaskChecklistItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -340032,20 +340761,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChecklistItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTaskChecklistItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -340079,21 +340808,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChecklistItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTaskChecklistItemCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -340127,21 +340856,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTaskCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -340175,21 +340904,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTaskDelta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTodoTask", + "Method": "GET", "Variants": [ "Delta", "DeltaViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "Tasks.Read", @@ -340223,65 +340952,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTodoTask" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTaskExtensionCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTaskLinkedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -340315,20 +341044,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLinkedResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTaskLinkedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -340362,21 +341091,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLinkedResource" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTodoTaskLinkedResourceCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -340410,35 +341139,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTransitiveMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -340488,108 +341217,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTransitiveMemberOfAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/group", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", "Variants": [ "List" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTransitiveMemberOfCount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.Read", @@ -340639,66 +341368,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTransitiveMemberOfCountAsGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTrendingCountInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending/$count", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -340716,35 +341445,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTrendingInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrending" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTrendingInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending", + "Method": "GET", "Variants": [ "List" ], - "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -340762,21 +341491,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTrending" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserTrendingResourceInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -340794,21 +341523,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserUsedCountInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used/$count", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -340826,35 +341555,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserUsedInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsedInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserUsedInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "GET", "Variants": [ "List" ], - "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -340872,21 +341601,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUsedInsight" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgUserUsedResourceInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", + "CommandAlias": null, + "Module": "People", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "People", "Permissions": [ { "Name": "Sites.Read.All", @@ -340904,532 +341633,532 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "GET", "Variants": [ "Get1", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventSessionAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarByUserIdAndRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0", "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarByUserRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0", "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-list-registrations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarRegistrationCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", "Variants": [ "List" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Get-MgVirtualEventWebinarSessionCount", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Get", "GetViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgBetaDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgBetaDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgBetaGroupSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgBetaSharePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/permission/grant", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -341455,159 +342184,159 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgBetaSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgBetaUserDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgBetaUserDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgGroupDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgGroupDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgGroupSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgSharePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/permission/grant", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -341633,333 +342362,333 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgSitePermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgUserDriveItemPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Grant-MgUserDriveRootPermission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Hide-MgBetaChatForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", "Uri": "/chats/{chat-id}/hideForUser", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Hide-MgBetaUserChatForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Hide-MgChatForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/hideForUser", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Hide-MgUserChatForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", + "Method": "POST", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", + "Method": "POST", "Variants": [ "Import", "ImportExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "POST", "Variants": [ "Import", "ImportExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", "Variants": [ "Import", "ImportViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", "Variants": [ "Import" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "POST", "Variants": [ "Import", "ImportExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -341977,23 +342706,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -342011,23 +342740,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -342045,21 +342774,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgBetaEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -342077,85 +342806,85 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgBetaEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/activate", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgBetaEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -342173,38 +342902,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgBetaUserManagedDeviceEsim", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -342222,85 +342951,85 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/activate", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Activate", "ActivateViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -342318,23 +343047,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgAbortPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -342360,191 +343089,191 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgAbortPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgAcceptGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgAcceptGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/{event-id}/accept", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgAcceptGroupEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgAcceptUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/accept", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgAcceptUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgAcceptUserEventInstanceTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgAcceptUserEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgAnswerCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/answer", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Answer", "AnswerExpanded", "AnswerViaIdentity", "AnswerViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -342562,38 +343291,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgArchiveServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/messages/archive", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Archive", "ArchiveExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgArchiveTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0", "Uri": "/teams/{team-id}/archive", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -342627,21 +343356,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", "Variants": [ "As", "AsViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -342659,20 +343388,20 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", "Uri": "/directory/federationConfigurations/availableProviderTypes", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Available" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -342690,20 +343419,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgAvailableIdentityProviderType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", "Uri": "/identity/identityProviders/availableProviderTypes", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Available" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -342721,38 +343450,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Begin", "BeginViaIdentity" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -342770,23 +343499,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAbortPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -342812,283 +343541,283 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAbortPrintPrinterShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/abort", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAbortPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAcceptGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAcceptGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/{event-id}/accept", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAcceptGroupEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAcceptUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/accept", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAcceptUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAcceptUserEventTentatively", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Accept", "AcceptViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Account", "AccountViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Allow", "AllowViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Allow", "AllowViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaAnswerCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/answer", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Answer", "AnswerExpanded", "AnswerViaIdentity", "AnswerViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -343106,21 +343835,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Method": "GET", "Variants": [ "App", "AppViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -343138,21 +343867,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Method": "GET", "Variants": [ "App", "AppViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -343170,55 +343899,55 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Method": "GET", "Variants": [ "App", "AppViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaArchiveGroupPlannerPlan", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/archive", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaArchivePlannerPlan", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}/archive", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -343236,38 +343965,38 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/messages/archive", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Archive", "ArchiveExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaArchiveTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta", "Uri": "/teams/{team-id}/archive", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -343301,89 +344030,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaArchiveTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/archive", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaArchiveTeamPrimaryChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/archive", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaArchiveTeamworkDeletedTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaArchiveUserPlannerPlan", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/archive", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", "Variants": [ "As", "AsViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -343401,21 +344130,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", "Variants": [ "As", "AsViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -343433,96 +344162,96 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -343548,110 +344277,110 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", "Uri": "/directory/federationConfigurations/availableProviderTypes", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Available" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -343669,20 +344398,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaAvailableIdentityProviderType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", "Uri": "/identity/identityProviders/availableProviderTypes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Available" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -343700,72 +344429,72 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Begin", "BeginViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -343783,360 +344512,360 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Method": "POST", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphBufferEncryptionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt", - "ApiReferenceLink": null, "Uri": "/informationProtection/decryptBuffer", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Buffer", "BufferExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt", - "ApiReferenceLink": null, "Uri": "/informationProtection/encryptBuffer", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Method": "POST", "Variants": [ "Buffer", "BufferExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphBufferEncryptionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Method": "POST", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBufferEncryptionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/decryptBuffer", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/encryptBuffer", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Method": "POST", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphBufferEncryptionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Method": "POST", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", "Variants": [ "Bulk", "BulkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBulkUserCloudPcResize", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/bulkResize", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Method": "POST", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaCalendarGroupCalendar", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Calendar", "CalendarViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCheckinDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -344162,106 +344891,106 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCheckinDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/checkin", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCheckinGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCheckinGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCheckinUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCheckinUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCheckoutDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -344287,432 +345016,432 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCheckoutDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/checkout", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCheckoutGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCheckoutGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCheckoutUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCheckoutUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta", "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaCommentSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}/comments/$count", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Comment", "CommentViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing", - "ApiReferenceLink": null, "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Method": "POST", "Variants": [ "Consent", "ConsentViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataSharingConsent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", "Uri": "/communications/onlineMeetings/createOrGet", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -344730,20 +345459,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Custom" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -344777,21 +345506,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDeactivateEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -344809,121 +345538,121 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDeactivateEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDeactivateEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDeclineGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDeclineGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/{event-id}/decline", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDeclineUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/decline", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDeclineUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -344941,23 +345670,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -344975,242 +345704,242 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDeprovisionUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Access", "AccessExpanded", "AccessViaIdentity", "AccessViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Access1", "AccessExpanded1", "AccessViaIdentity1", "AccessViaIdentityExpanded1" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDismissDirectoryImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDismissDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/dismiss", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecommendation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/dismiss", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDismissGroupEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDismissRiskyServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta", "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Dismiss", "DismissExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDismissRiskyUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta", "Uri": "/identityProtection/riskyUsers/dismiss", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Dismiss", "DismissExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDismissUserEventInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDismissUserEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Down", "DownViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Down", "DownViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Download" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -345228,21 +345957,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Download", "DownloadExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345260,36 +345989,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceLogCollectionRequestDeviceLog", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/downloadDeviceLogs", - "ApiVersion": "beta", - "Variants": [ - "Download", - "DownloadViaIdentity" - ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Download", "DownloadExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345307,83 +346021,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceLogCollectionRequestDeviceLog", - "ApiReferenceLink": null, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/downloadDeviceLogs", - "ApiVersion": "beta", - "Variants": [ - "Download", - "DownloadViaIdentity" - ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Download", "DownloadExpanded", "DownloadViaIdentity", "DownloadViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", - "Command": "Invoke-MgBetaDownloadUserManagedDeviceLogCollectionRequestDeviceLog", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/downloadDeviceLogs", - "ApiVersion": "beta", - "Variants": [ - "Download", - "DownloadViaIdentity" - ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null - }, - { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaDownUserManagedDeviceShut", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Down", "DownViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enroll", "EnrollViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345401,21 +346085,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enroll", "EnrollViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345433,168 +346117,168 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enroll", "EnrollViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceExclusionAssetGraphBPreId", - "Method": "POST", "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", + "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceExclusionAssetGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceMemberAssetGraphBPreId", - "Method": "POST", "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", + "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceMemberAssetGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAsset", - "Method": "POST", "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAsset", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAssetGraphBPreId", - "Method": "POST", "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAssetGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAsset", - "Method": "POST", "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAsset", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAssetGraphBPreId", - "Method": "POST", "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAssetGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAsset", - "Method": "POST", "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", + "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAsset", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enroll", "EnrollExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAssetGraphBPreId", - "Method": "POST", "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", + "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAssetGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Enroll", "EnrollExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Estimate", "EstimateViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -345612,21 +346296,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Estimate", "EstimateViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -345644,21 +346328,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExcuseEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -345676,51 +346360,51 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationSubmission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExcuseEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExcuseEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/executeAction", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Method": "POST", "Variants": [ "Execute", "ExecuteExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345746,21 +346430,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/executeAction", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Method": "POST", "Variants": [ "Execute", "ExecuteExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345786,55 +346470,55 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBulkDriverActionResult", + "Method": "POST", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphBulkDriverActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/executeAction", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Method": "POST", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaExperienceDeviceManagement", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", + "Method": "GET", "Variants": [ "Experience", "Experience1" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -345852,21 +346536,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read.All", @@ -345900,83 +346584,83 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Method": "POST", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", "Uri": "/informationProtection/policy/labels/extractLabel", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Method": "POST", "Variants": [ "Extract", "ExtractExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -345994,102 +346678,102 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Method": "POST", "Variants": [ "Extract", "ExtractExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityContentLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Method": "POST", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Method": "POST", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Method": "POST", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -346107,51 +346791,51 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSecurityContentLabel" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/messages/favorite", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Favorite", "FavoriteExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -346169,21 +346853,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -346201,36 +346885,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApproval" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -346248,21 +346932,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -346280,21 +346964,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -346312,81 +346996,81 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -346404,21 +347088,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -346436,21 +347120,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -346468,21 +347152,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -346500,21 +347184,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewStage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -346532,21 +347216,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -346564,21 +347248,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppConsentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterByCurrentUser?view=graph-rest-beta", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -346596,66 +347280,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserConsentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -346673,21 +347357,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -346705,21 +347389,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -346737,21 +347421,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -346769,21 +347453,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -346801,21 +347485,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -346833,36 +347517,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -346904,21 +347588,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -346960,21 +347644,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -347016,21 +347700,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -347072,21 +347756,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -347128,21 +347812,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -347184,231 +347868,231 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -347426,21 +348110,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -347458,171 +348142,171 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppConsentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterByCurrentUser?view=graph-rest-beta", "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterByCurrentUser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConsentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Post", "PostViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Post", "PostViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Post", "PostViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaFinancialCompanySalesInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Post", "PostViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaFollowDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -347672,132 +348356,132 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaFollowDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/follow", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaFollowGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaFollowGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaFollowUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaFollowUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaForceDomainDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta", "Uri": "/domains/{domain-id}/forceDelete", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaForwardGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaForwardGroupConversationThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -347815,57 +348499,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaForwardGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/{event-id}/forward", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaForwardGroupThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -347883,138 +348567,138 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaForwardUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/forward", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaForwardUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaForwardUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaForwardUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/forward", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -348032,21 +348716,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -348064,21 +348748,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -348096,38 +348780,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaGraphChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", "Uri": "/chats/{chat-id}/unhideForUser", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaGraphDeviceManagement", - "ApiReferenceLink": null, "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348161,76 +348845,92 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaGraphDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", "Uri": "/drives/{drive-id}/sharedWithMe", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaGraphGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta", "Uri": "/groups/{group-id}/unsubscribeByMail", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaGraphGroupDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { + "Command": "Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight", + "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})", "CommandAlias": null, + "Module": "Beta.Identity.Governance", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory", "Method": "GET", + "Variants": [ + "Graph", + "GraphViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Invoke-MgBetaGraphReportAuthenticationMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta", "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Method": "GET", "Variants": [ "Graph", "Graph1", @@ -348239,333 +348939,332 @@ "GraphViaIdentity", "GraphViaIdentity1" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaGraphUserChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaGraphUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceExclusion", - "Method": "POST", "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", + "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceExclusion", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceMember", - "Method": "POST", "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", + "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceExclusion", - "Method": "POST", "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", + "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceExclusion", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceMember", - "Method": "POST", "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", + "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaGraphWuUpdatableAsset", - "Method": "POST", "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", + "CommandAlias": "Invoke-MgBetaGraphWuUpdatableAsset", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Graph", "GraphExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", "Variants": [ "Link", "LinkExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Has" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", "Variants": [ "Link", "LinkExpanded", "LinkViaIdentity", "LinkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaHaveTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Have", "HaveViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -348583,66 +349282,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaHaveTeamPrimaryChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Have", "HaveViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Have", "HaveViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateDeviceAttestation", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348660,23 +349359,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348694,36 +349393,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateDeviceAttestation", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348741,23 +349440,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -348775,70 +349474,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInitiateUserManagedDeviceAttestation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateDeviceAttestation", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInstantiateApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta", "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplicationServicePrincipal", + "Method": "POST", "Variants": [ "Instantiate", "InstantiateExpanded", "InstantiateViaIdentity", "InstantiateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -348864,21 +349563,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplicationServicePrincipal" + ] }, { - "CommandAlias": "Invoke-MgBetaInvalidateUserRefreshToken", - "Method": "POST", "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta", "Uri": "/users/{user-id}/invalidateAllRefreshTokens", + "CommandAlias": "Invoke-MgBetaInvalidateUserRefreshToken", + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Invalidate", "InvalidateViaIdentity" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -348904,40 +349603,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInviteCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/participants/invite", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphInviteParticipantsOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInviteDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -348963,105 +349662,105 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInviteDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/invite", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInviteGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInviteGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInviteUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaInviteUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Are" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -349078,22 +349777,38 @@ "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 } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaKeepCommunicationCallAlive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/keepAlive", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Keep", "KeepViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -349111,21 +349826,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaLicenseUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta", "Uri": "/users/{user-id}/reprocessLicenseAssignment", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser", + "Method": "POST", "Variants": [ "License", "LicenseViaIdentity" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -349143,280 +349858,280 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta", "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Log", "LogExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMarkChatReadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", "Uri": "/chats/{chat-id}/markChatReadForUser", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMarkChatUnreadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/messages/markRead", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Mark", "MarkExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Mark", "MarkExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMarkUserChatReadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMarkUserChatUnreadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMarkUserMessageAsJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/markAsJunk", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/markAsNotJunk", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaMessageChat", - "ApiReferenceLink": null, "Uri": "/chats/allMessages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Message" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -349482,20 +350197,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaMessageTeam", - "ApiReferenceLink": null, "Uri": "/teams/allMessages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Message" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -349569,21 +350284,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaMessageTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/allMessages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Message", "MessageViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -349657,36 +350372,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Message", "MessageViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaMessageUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/allMessages", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", "Variants": [ "Message", "MessageViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "Chat.ReadBasic", @@ -349768,23 +350483,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/participants/muteAll", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMuteParticipantsOperation", + "Method": "POST", "Variants": [ "Mute1", "MuteExpanded1", "MuteViaIdentity1", "MuteViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -349802,23 +350517,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMuteParticipantsOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMuteCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/mute", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Method": "POST", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -349836,23 +350551,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMuteParticipantOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaMuteCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Method": "POST", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -349870,136 +350585,136 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMuteParticipantOperation" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/my", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", "Variants": [ "My" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/my", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "GET", "Variants": [ "My" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParseExpressionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParseExpressionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -350017,23 +350732,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphParseExpressionResponse" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -350051,21 +350766,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphParseExpressionResponse" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaPendingUserApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "Method": "GET", "Variants": [ "Pending", "PendingViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -350083,21 +350798,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPinEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", "Variants": [ "Pin", "PinViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -350115,23 +350830,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPlayCommunicationCallPrompt", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/playPrompt", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlayPromptOperation", + "Method": "POST", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -350149,125 +350864,125 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlayPromptOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPostponeDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/postpone", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecommendation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/postpone", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPreviewDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.Read", @@ -350317,256 +351032,256 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPreviewDriveRoot", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/preview", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPreviewGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPreviewGroupDriveRoot", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaPreviewGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaPreviewSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPreviewUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPreviewUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaPreviewUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPromoteDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta", "Uri": "/domains/{domain-id}/promote", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Promote", "PromoteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaPromoteDomainToInitial", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/promoteToInitial", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Promote", "PromoteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Method": "POST", "Variants": [ "Query", "QueryExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaQuerySearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta", "Uri": "/search/query", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchResponse", + "Method": "POST", "Variants": [ "Query", "QueryExpanded" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "Mail.Read", @@ -350640,66 +351355,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchResponse" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReactivateDirectoryRecommendation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/reactivate", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecommendation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/reactivate", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -350725,508 +351440,508 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReauthorizeDriveListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReauthorizeShareListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReauthorizeSiteListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReauthorizeSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Beta.ChangeNotifications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.ChangeNotifications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaRecentDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", "Uri": "/drives/{drive-id}/recent", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaRecentGroupDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaRecentUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/recent", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaRecentUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/recent", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRecordCommunicationCall", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/record", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecordOperation", + "Method": "POST", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecordOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRecordCommunicationCallResponse", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/recordResponse", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRecordOperation", + "Method": "POST", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecordOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Record", "RecordExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/recordAllDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRedirectCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/redirect", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRedirectPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/redirect", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRedirectPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351244,21 +351959,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351276,55 +351991,55 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReenableUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRejectCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/reject", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRejectDeviceManagementOperationApprovalRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/reject", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351342,231 +352057,231 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Remediate", "RemediateViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta", "Uri": "/security/collaboration/analyzedEmails/remediate", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remediate", "RemediateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta", "Uri": "/groups/{group-id}/renew", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -351584,21 +352299,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta", "Uri": "/groupLifecyclePolicies/renewGroup", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -351616,21 +352331,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta", "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reopen", "ReopenViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -351648,21 +352363,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reopen", "ReopenViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -351680,108 +352395,108 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReplyAllUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/replyAll", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReplyGroupConversationThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -351799,23 +352514,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReplyGroupConversationThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -351833,40 +352548,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReplyGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -351884,23 +352599,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReplyGroupThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -351918,318 +352633,318 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReplyUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReplyUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/reply", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Report", "ReportViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Report", "ReportViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReprovisionUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cloud", "CloudViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Retire", "RetireViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Retire", "RetireViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRetireUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Retire", "RetireViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRetryContactServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta", "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRetryGroupServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta", "Uri": "/groups/{group-id}/retryServiceProvisioning", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRetryUserServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta", "Uri": "/users/{user-id}/retryServiceProvisioning", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Return", "ReturnViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -352247,66 +352962,66 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationSubmission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Return", "ReturnViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Return", "ReturnViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reupload", "ReuploadViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352324,36 +353039,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352371,21 +353086,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -352403,36 +353118,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -352450,133 +353165,133 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Rotate", "RotateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaScheduleRoleManagementDirectory", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Method": "GET", "Variants": [ "Schedule" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -352594,20 +353309,20 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Method": "GET", "Variants": [ "Schedule" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -352625,224 +353340,224 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Method": "GET", "Variants": [ "Schedule", "ScheduleViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Method": "GET", "Variants": [ "Schedule", "ScheduleViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Method": "GET", "Variants": [ "Schedule" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Method": "GET", "Variants": [ "Schedule" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", "Variants": [ "Self", "SelfViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", "Variants": [ "Self", "SelfViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", "Variants": [ "Self", "SelfViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", "Variants": [ "Self", "SelfViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Share", "ShareViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaShareTeamSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta", "Uri": "/teams/{team-id}/schedule/share", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Share", "ShareExpanded", "ShareViaIdentity", "ShareViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -352860,337 +353575,337 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSigningResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSignInformationProtectionDigest", - "ApiReferenceLink": null, "Uri": "/informationProtection/signDigest", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST", "Variants": [ "Sign", "SignExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSigningResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/signDigest", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSigningResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSignUserInformationProtectionDigest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/signDigest", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSigningResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSnoozeGroupEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSnoozeUserEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSoftChatMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSoftChatMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSoftUserChatMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/subscribeToTone", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Method": "POST", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscribeToToneOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaSubscribeGroupByMail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta", "Uri": "/groups/{group-id}/subscribeByMail", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Subscribe", "SubscribeViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "GET", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -353224,21 +353939,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Method": "GET", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353256,21 +353971,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "GET", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Module": "Beta.DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353288,21 +354003,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", + "Method": "GET", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -353320,21 +354035,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Method": "GET", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -353352,51 +354067,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "Method": "GET", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Method": "GET", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaSupportedUserOutlookLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta", "Uri": "/users/{user-id}/outlook/supportedLanguages", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphLocaleInfo", + "Method": "GET", "Variants": [ "Supported", "SupportedViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "User.Read.All", @@ -353422,40 +354137,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLocaleInfo" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-beta", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/unassignTag", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Method": "POST", "Variants": [ "Tag", "TagExpanded", "TagViaIdentity", "TagViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -353473,23 +354188,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -353507,23 +354222,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -353541,40 +354256,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -353592,21 +354307,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantGroups/tenantSearch", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Method": "POST", "Variants": [ "Tenant", "TenantExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -353624,36 +354339,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-beta", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/offboardTenant", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Method": "POST", "Variants": [ "Tenant", "TenantViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaTerminateDeviceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Terminate", "TerminateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -353671,23 +354386,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaTimeUserOutlook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/supportedTimeZones", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeZoneInformation", + "Method": "GET", "Variants": [ "Time", "Time1", "TimeViaIdentity", "TimeViaIdentity1" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "User.Read.All", @@ -353713,23 +354428,53 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary", + "Uri": "/identityGovernance/lifecycleWorkflows/insights/topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary", + "Method": "GET", + "Variants": [ + "Top", + "TopViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeZoneInformation" + "Permissions": [] }, { + "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary", + "Uri": "/identityGovernance/lifecycleWorkflows/insights/topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", "CommandAlias": null, - "Method": "POST", + "Module": "Beta.Identity.Governance", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary", + "Method": "GET", + "Variants": [ + "Top", + "TopViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Invoke-MgBetaTranslateUserExchangeId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta", "Uri": "/users/{user-id}/translateExchangeIds", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConvertIdResult", + "Method": "POST", "Variants": [ "Translate", "TranslateExpanded", "TranslateViaIdentity", "TranslateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -353771,70 +354516,70 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConvertIdResult" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaTroubleshootUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnarchiveGroupPlannerPlan", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/unarchive", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnarchivePlannerPlan", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}/unarchive", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -353852,36 +354597,36 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/messages/unarchive", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unarchive", "UnarchiveExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnarchiveTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta", "Uri": "/teams/{team-id}/unarchive", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -353915,98 +354660,98 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnarchiveTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnarchiveTeamPrimaryChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/unarchive", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnarchiveUserPlannerPlan", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/unarchive", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unassign", "UnassignViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unassign", "UnassignViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -354024,205 +354769,205 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkSettings/unbind", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unbind" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unbind" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceExclusionAsset", - "Method": "POST", "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", + "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceExclusionAsset", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceMemberAsset", - "Method": "POST", "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", + "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceMemberAsset", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Invoke-MgBetaUnenrollWuUpdatableAsset", - "Method": "POST", "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", + "CommandAlias": "Invoke-MgBetaUnenrollWuUpdatableAsset", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unenroll", "UnenrollExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta", "Uri": "/admin/serviceAnnouncement/messages/unfavorite", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfavorite", "UnfavoriteExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnfollowDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnfollowDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/unfollow", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnfollowGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnfollowGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnfollowUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnfollowUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnmuteCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/unmute", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", + "Method": "POST", "Variants": [ "Unmute", "UnmuteExpanded", "UnmuteViaIdentity", "UnmuteViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -354240,21 +354985,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnpinEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", "Variants": [ "Unpin", "UnpinViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -354272,21 +355017,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -354312,130 +355057,130 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUnsubscribeUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-uploadurl?view=graph-rest-beta", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-uploadurl?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Upload", "UploadViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -354453,157 +355198,157 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/uploadClientCertificate", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Method": "POST", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFrameworkKey" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Method": "POST", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFrameworkKey" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Method": "POST", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFrameworkKey" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Method": "GET", "Variants": [ "Usage", "Usage1", "UsageViaIdentity", "UsageViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Method": "GET", "Variants": [ "Usage", "UsageViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -354629,70 +355374,85 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgBetaViewUserReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta", "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphReminder", + "Method": "GET", "Variants": [ "View", "ViewViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphReminder" + "Permissions": [] }, { + "Command": "Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary", + "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", "CommandAlias": null, + "Module": "Beta.Identity.Governance", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary", "Method": "GET", + "Variants": [ + "Workflows", + "WorkflowsViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Invoke-MgCalendarGroupCalendar", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Calendar", "CalendarViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCheckinDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -354718,106 +355478,106 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCheckinDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/checkin", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCheckinGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCheckinGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCheckinUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCheckinUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCheckoutDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -354843,349 +355603,349 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCheckoutDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/checkout", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCheckoutGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCheckoutGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCheckoutUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCheckoutUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCleanUserManagedDeviceWindowsDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgCommentSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}/comments/$count", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Comment", "CommentViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", "Uri": "/communications/onlineMeetings/createOrGet", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -355203,21 +355963,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDeactivateEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -355235,223 +355995,223 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDeactivateEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDeactivateEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDeclineGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDeclineGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/{event-id}/decline", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDeclineUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/decline", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDeclineUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDismissGroupCalendarEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDismissGroupEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDismissRiskyServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0", "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Dismiss", "DismissExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDismissRiskyUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0", "Uri": "/identityProtection/riskyUsers/dismiss", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Dismiss", "DismissExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDismissUserEventInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDismissUserEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Down", "DownViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0", "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", + "CommandAlias": null, + "Module": "DeviceManagement.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Download" ], - "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -355469,36 +356229,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgDownUserManagedDeviceShut", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Down", "DownViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Estimate", "EstimateViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -355516,20 +356276,82 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Invoke-MgExcuseEducationClassAssignmentSubmission", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "CommandAlias": null, + "Module": "Education", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Variants": [ + "Excuse", + "ExcuseViaIdentity" ], - "OutputType": null + "Permissions": [ + { + "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": true + }, + { + "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": true + } + ] }, { + "Command": "Invoke-MgExcuseEducationMeAssignmentSubmission", + "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", "CommandAlias": null, - "Method": "GET", + "Module": "Education", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Variants": [ + "Excuse", + "ExcuseViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Invoke-MgExcuseEducationUserAssignmentSubmission", + "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", + "CommandAlias": null, + "Module": "Education", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Variants": [ + "Excuse", + "ExcuseViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Invoke-MgExperienceDeviceManagement", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices", + "CommandAlias": null, + "Module": "DeviceManagement.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary", + "Method": "GET", "Variants": [ "Experience" ], - "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -355547,21 +356369,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgExtractDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read.All", @@ -355595,126 +356417,126 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgExtractDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", "Variants": [ "Extract", "ExtractViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/messages/favorite", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Favorite", "FavoriteExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -355732,21 +356554,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -355764,21 +356586,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApproval" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -355796,21 +356618,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -355828,21 +356650,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -355860,21 +356682,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -355892,21 +356714,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -355924,21 +356746,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -355956,21 +356778,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -355988,21 +356810,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewStage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -356020,21 +356842,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -356052,21 +356874,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppConsentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -356084,36 +356906,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserConsentRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -356131,21 +356953,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -356163,21 +356985,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -356195,21 +357017,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -356227,21 +357049,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -356259,21 +357081,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -356291,21 +357113,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -356347,21 +357169,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -356403,21 +357225,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -356459,21 +357281,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -356515,21 +357337,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -356571,21 +357393,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -356627,111 +357449,111 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -356749,21 +357571,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", "Variants": [ "Filter", "FilterViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -356781,21 +357603,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgFollowDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -356845,132 +357667,132 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgFollowDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/follow", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgFollowGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgFollowGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgFollowUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgFollowUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Follow", "FollowViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgForceDomainDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0", "Uri": "/domains/{domain-id}/forceDelete", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgForwardGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgForwardGroupConversationThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -356988,57 +357810,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgForwardGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/{event-id}/forward", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgForwardGroupThreadPost", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -357056,138 +357878,138 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgForwardUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/forward", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgForwardUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgForwardUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgForwardUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/forward", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -357205,21 +358027,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -357237,21 +358059,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", "Variants": [ "Function", "FunctionViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -357269,78 +358091,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgGraphChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/unhideForUser", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgGraphDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/sharedWithMe", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgGraphGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0", "Uri": "/groups/{group-id}/unsubscribeByMail", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgGraphGroupDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgGraphReportAuthenticationMethod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0", "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Method": "GET", "Variants": [ "Graph", "Graph1", @@ -357349,54 +358172,53 @@ "GraphViaIdentity", "GraphViaIdentity1" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgGraphUserChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgGraphUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Graph", "GraphViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgHaveTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Have", "HaveViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -357414,53 +358236,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgHaveTeamPrimaryChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Have", "HaveViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Have", "HaveViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgInstantiateApplicationTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0", "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplicationServicePrincipal", + "Method": "POST", "Variants": [ "Instantiate", "InstantiateExpanded", "InstantiateViaIdentity", "InstantiateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -357486,40 +358308,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplicationServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgInviteCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/participants/invite", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphInviteParticipantsOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgInviteDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -357545,106 +358367,106 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgInviteDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/invite", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgInviteGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgInviteGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgInviteUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgInviteUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgKeepCommunicationCallAlive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/keepAlive", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Keep", "KeepViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -357662,21 +358484,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgLicenseUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0", "Uri": "/users/{user-id}/reprocessLicenseAssignment", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser", + "Method": "POST", "Variants": [ "License", "LicenseViaIdentity" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -357694,166 +358516,166 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0", "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Log", "LogExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Logout", "LogoutViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgMarkChatReadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/markChatReadForUser", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgMarkChatUnreadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/messages/markRead", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Mark", "MarkExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Mark", "MarkExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgMarkUserChatReadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgMarkUserChatUnreadForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgMuteCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/mute", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Method": "POST", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -357871,23 +358693,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMuteParticipantOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgMuteCommunicationCallParticipant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Method": "POST", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -357905,57 +358727,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMuteParticipantOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParseExpressionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParseExpressionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -357973,23 +358795,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphParseExpressionResponse" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -358007,21 +358829,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphParseExpressionResponse" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgPinEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", "Variants": [ "Pin", "PinViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -358039,23 +358861,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgPlayCommunicationCallPrompt", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/playPrompt", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlayPromptOperation", + "Method": "POST", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -358073,23 +358895,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlayPromptOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgPreviewDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Files", "Permissions": [ { "Name": "Files.Read", @@ -358139,226 +358961,226 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgPreviewDriveRoot", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/preview", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgPreviewGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgPreviewGroupDriveRoot", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgPreviewGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgPreviewSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgPreviewSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgPreviewUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgPreviewUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemPreviewInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgPreviewUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", "Variants": [ "Preview", "PreviewViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePagePreview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgPromoteDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0", "Uri": "/domains/{domain-id}/promote", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Promote", "PromoteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgQuerySearch", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0", "Uri": "/search/query", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchResponse", + "Method": "POST", "Variants": [ "Query", "QueryExpanded" ], - "Module": "Search", "Permissions": [ { "Name": "Mail.Read", @@ -358432,21 +359254,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchResponse" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -358472,556 +359294,556 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReauthorizeDriveItemSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReauthorizeDriveListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReauthorizeDriveRootSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReauthorizeShareListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReauthorizeSiteListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReauthorizeSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "ChangeNotifications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "ChangeNotifications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReauthorizeUserDriveListSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgRecentDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/recent", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgRecentGroupDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgRecentUserActivity", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0", "Uri": "/users/{user-id}/activities/recent", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgRecentUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/recent", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Recent", "RecentViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRecordCommunicationCallResponse", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/recordResponse", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRecordOperation", + "Method": "POST", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecordOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRedirectCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/redirect", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRedirectPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRedirectPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRejectCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/reject", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRenewGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0", "Uri": "/groups/{group-id}/renew", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Renew", "RenewViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -359039,21 +359861,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reopen", "ReopenViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -359071,74 +359893,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReplyAllUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReplyAllUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/replyAll", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReplyGroupConversationThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -359156,23 +359978,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReplyGroupConversationThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -359190,40 +360012,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReplyGroupThread", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-1.0", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -359241,23 +360063,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReplyGroupThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -359275,194 +360097,194 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReplyUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReplyUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/reply", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Report", "ReportViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Report", "ReportViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRetireDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Retire", "RetireViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRetireUserManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Retire", "RetireViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRetryContactServiceProvisioning", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRetryGroupServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0", "Uri": "/groups/{group-id}/retryServiceProvisioning", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgRetryUserServiceProvisioning", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0", "Uri": "/users/{user-id}/retryServiceProvisioning", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Retry", "RetryViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Return", "ReturnViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -359480,104 +360302,104 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationSubmission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Return", "ReturnViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Return", "ReturnViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgScanUserManagedDeviceWindowsDefender", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgShareTeamSchedule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0", "Uri": "/teams/{team-id}/schedule/share", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Share", "ShareExpanded", "ShareViaIdentity", "ShareViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -359595,271 +360417,271 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSnoozeGroupEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSnoozeUserEventInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSnoozeUserEventReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSoftChatMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSoftChatMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSoftTeamChannelMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSoftUserChatMessageDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSoftUserChatMessageReplyDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Soft", "SoftViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSubscribeCommunicationCallToTone", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/subscribeToTone", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Method": "POST", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscribeToToneOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgSubscribeGroupByMail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0", "Uri": "/groups/{group-id}/subscribeByMail", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Subscribe", "SubscribeViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", + "CommandAlias": null, + "Module": "DeviceManagement.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "GET", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "Module": "DeviceManagement.Functions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -359893,21 +360715,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", + "Method": "GET", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -359925,21 +360747,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Method": "GET", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -359957,51 +360779,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "Method": "GET", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Method": "GET", "Variants": [ "Summary", "SummaryViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgSupportedUserOutlookLanguage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0", "Uri": "/users/{user-id}/outlook/supportedLanguages", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLocaleInfo", + "Method": "GET", "Variants": [ "Supported", "SupportedViaIdentity" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "User.Read.All", @@ -360027,23 +360849,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLocaleInfo" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -360061,23 +360883,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -360095,23 +360917,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicy-targetapps?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -360129,38 +360951,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-targetapps?view=graph-rest-1.0", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-targetapps?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgTerminateDeviceManagementPartner", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-terminate?view=graph-rest-1.0", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-terminate?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Terminate", "TerminateViaIdentity" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -360178,23 +361000,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgTimeUserOutlook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/supportedTimeZones", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeZoneInformation", + "Method": "GET", "Variants": [ "Time", "Time1", "TimeViaIdentity", "TimeViaIdentity1" ], - "Module": "Users.Functions", "Permissions": [ { "Name": "User.Read.All", @@ -360220,23 +361042,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeZoneInformation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgTranslateUserExchangeId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0", "Uri": "/users/{user-id}/translateExchangeIds", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConvertIdResult", + "Method": "POST", "Variants": [ "Translate", "TranslateExpanded", "TranslateViaIdentity", "TranslateViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "User.ReadBasic.All", @@ -360278,51 +361100,51 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConvertIdResult" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/messages/unarchive", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unarchive", "UnarchiveExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnarchiveTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0", "Uri": "/teams/{team-id}/unarchive", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -360356,21 +361178,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unassign", "UnassignViaIdentity" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -360388,128 +361210,128 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0", "Uri": "/admin/serviceAnnouncement/messages/unfavorite", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfavorite", "UnfavoriteExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnfollowDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnfollowDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/unfollow", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnfollowGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnfollowGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnfollowUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnfollowUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnmuteCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/unmute", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", + "Method": "POST", "Variants": [ "Unmute", "UnmuteExpanded", "UnmuteViaIdentity", "UnmuteViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -360527,21 +361349,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnpinEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", "Variants": [ "Unpin", "UnpinViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -360559,21 +361381,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -360599,117 +361421,117 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Method": "GET", "Variants": [ "Usage", "UsageViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Method": "GET", "Variants": [ "Usage", "UsageViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -360735,123 +361557,123 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Invoke-MgViewUserReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0", "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphReminder", + "Method": "GET", "Variants": [ "View", "ViewViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphReminder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgBetaDriveListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgBetaShareListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgBetaSiteContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -360869,142 +361691,142 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgBetaSiteListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgDriveListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgGroupDriveListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgGroupSiteContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgGroupSiteListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgShareListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgSiteContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -361022,147 +361844,147 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgSiteListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Join-MgUserDriveListContentTypeWithHubSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Lock", "LockViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Lock", "LockViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Lock-MgBetaUserManagedDeviceRemote", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Lock", "LockViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Lock-MgDeviceManagementManagedDeviceRemote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Lock", "LockViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Lock-MgUserManagedDeviceRemote", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Lock", "LockViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/transfer", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Move", "MoveExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -361180,38 +362002,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaDeviceManagementIntentToTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Migrate", "MigrateExpanded", "MigrateViaIdentity", "MigrateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Move", "MoveExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -361229,457 +362051,457 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaGroupPlannerPlanToContainer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/moveToContainer", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaPlannerPlanToContainer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", "Uri": "/planner/plans/{plannerPlan-id}/moveToContainer", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaUserManagedDeviceToOu", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/move", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgBetaUserPlannerPlanToContainer", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/moveToContainer", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgCommunicationCall", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/transfer", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgUserMailFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgUserMailFolderChildFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Move-MgUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/move", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSiteList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfileCardProperty" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgAgreement", - "ApiReferenceLink": null, "Uri": "/agreements", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgAppCatalogTeamApp", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -361705,23 +362527,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsApp" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -361747,21 +362569,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0", "Uri": "/applications", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -361779,23 +362601,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgApplicationAppManagementPolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -361821,23 +362643,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgApplicationExtensionProperty", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/extensionProperties", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -361863,23 +362685,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExtensionProperty" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgApplicationFederatedIdentityCredential", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -361897,23 +362719,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgApplicationOwnerByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -361947,108 +362769,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgApplicationSynchronizationJobOnDemand", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Method": "POST", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphStringKeyStringValuePair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgApplicationSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -362090,23 +362912,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgApplicationTokenLifetimePolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -362148,21 +362970,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta", "Uri": "/accessReviews", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReview", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -362180,125 +363002,125 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReview" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/decisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAccessReviewInstance", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReview", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAccessReviewInstanceMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAccessReviewInstanceReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAccessReviewMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/myDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAccessReviewReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/reviewers", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -362316,104 +363138,104 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSiteList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta", "Uri": "/administrativeUnits", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAdministrativeUnitMember", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -362431,23 +363253,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAdministrativeUnitMemberByRef", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -362465,153 +363287,153 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfileCardProperty" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAgreement", - "ApiReferenceLink": null, "Uri": "/agreements", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -362637,23 +363459,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsApp" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -362679,38 +363501,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta", "Uri": "/applications", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362728,23 +363550,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaApplicationAppManagementPolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.Read.All", @@ -362770,23 +363592,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaApplicationExtensionProperty", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/extensionProperties", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362812,23 +363634,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExtensionProperty" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaApplicationFederatedIdentityCredential", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362846,23 +363668,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaApplicationOwnerByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -362896,108 +363718,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaApplicationSynchronizationJobOnDemand", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Method": "POST", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphStringKeyStringValuePair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaApplicationSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -363039,23 +363861,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -363097,33 +363919,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaBookingBusiness", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "POST", "Variants": [ "Create", "Create1", "CreateExpanded", "CreateExpanded1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingBusiness" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaBookingBusinessAppointment", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -363134,7 +363957,6 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -363168,16 +363990,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingAppointment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaBookingBusinessCalendarView", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -363188,17 +364011,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingAppointment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaBookingBusinessCustomer", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomer", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -363209,7 +364032,6 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -363235,16 +364057,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCustomer" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaBookingBusinessCustomQuestion", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -363255,7 +364078,6 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -363281,16 +364103,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaBookingBusinessService", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingService", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -363301,7 +364124,6 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -363319,16 +364141,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingService" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaBookingBusinessStaffMember", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingStaffMember", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -363339,7 +364162,6 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -363357,53 +364179,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingStaffMember" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaBookingCurrency", - "ApiReferenceLink": null, "Uri": "/bookingCurrencies", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "POST", "Variants": [ "Create", "Create1", "CreateExpanded", "CreateExpanded1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaBusinessFlowTemplate", - "ApiReferenceLink": null, "Uri": "/businessFlowTemplates", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessFlowTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaBusinessScenario", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-post-businessscenarios?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -363421,23 +364243,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBusinessScenario" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -363455,38 +364277,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaBusinessScenarioPlannerTask", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessScenarioTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta", "Uri": "/chats", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.Create", @@ -363504,23 +364326,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/installedApps", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -363610,23 +364432,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaChatMember", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -363668,23 +364490,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaChatMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChatMessage.Send", @@ -363718,108 +364540,108 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaChatMessageReply", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaChatOperation", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/operations", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/permissionGrants", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChatMessage.Send", @@ -363845,23 +364667,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaChatTab", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.Create", @@ -363927,21 +364749,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationCall", - "ApiReferenceLink": null, "Uri": "/communications/calls", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCall", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -363983,23 +364805,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCall" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -364017,133 +364839,134 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationCallContentSharingSession", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationCallParticipant", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphParticipant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParticipant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsParticipant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -364154,105 +364977,104 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364270,23 +365092,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryCase" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364304,23 +365126,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryCustodian" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364338,40 +365160,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364389,23 +365211,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364423,23 +365245,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364457,40 +365279,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364508,23 +365330,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364542,40 +365364,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-reviewsets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364593,23 +365415,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364627,23 +365449,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364661,23 +365483,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364695,23 +365517,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaComplianceEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/tags", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364729,98 +365551,98 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryTag" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaContact", - "ApiReferenceLink": null, "Uri": "/contacts", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaContract", - "ApiReferenceLink": null, "Uri": "/contracts", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContract", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphContract" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDataPolicyOperation", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta", "Uri": "/devices", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections", + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -364838,38 +365660,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -364887,23 +365709,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -364921,136 +365743,136 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", + "CommandAlias": "New-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -365068,53 +365890,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppPolicy", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppPolicies", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistration", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -365132,74 +365954,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -365217,168 +366039,168 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppOperation" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppStatus", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppStatuses", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppStatus" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBook", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBook", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBook" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookCategory", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBookCategories", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBookCategory" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -365396,23 +366218,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -365430,1609 +366252,1609 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileApp" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCatalogPackages", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCategory", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCategories", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfiguration", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppRelationship", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySet", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets", + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySet", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicySet" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicySetAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetItem", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetItem", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicySetItem" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -367050,40 +367872,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367101,21 +367923,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtTask", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementTask", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/deviceAppManagementTasks", + "CommandAlias": "New-MgBetaDeviceAppMgtTask", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367133,21 +367955,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAppManagementTask" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtVppToken", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementVppToken", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens", + "CommandAlias": "New-MgBetaDeviceAppMgtVppToken", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -367165,70 +367987,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphVppToken" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies", + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367246,21 +368068,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -367278,40 +368100,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -367329,23 +368151,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -367363,21 +368185,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367395,21 +368217,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367427,23 +368249,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367461,195 +368283,195 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Method": "POST", "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceCommand", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/commands", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Generate" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -367667,162 +368489,162 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuditEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAutopilotEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementCartToClassAssociation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/cartToClassAssociations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCartToClassAssociation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -367840,172 +368662,172 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagementEligibleDevices", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -368023,21 +368845,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevice" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceManagementPartners", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -368055,249 +368877,249 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementCompliancePolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementComplianceSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDataSharingConsent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/dataSharingConsents", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -368315,36 +369137,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDataSharingConsent" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDepOnboardingSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDepOnboardingSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Generate", "GenerateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -368362,70 +369184,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnrollmentProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDerivedCredential", - "ApiReferenceLink": null, "Uri": "/deviceManagement/derivedCredentials", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -368443,21 +369265,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDetectedApp" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCategories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -368475,330 +369297,330 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCategory" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationConflictSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRestrictedAppsViolation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -368816,23 +369638,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -368850,21 +369672,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -368882,21 +369704,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceHealthScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -368913,24 +369735,32 @@ "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 } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScript" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -368948,23 +369778,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -368982,21 +369812,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceShellScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceShellScript", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -369014,23 +369844,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceShellScript" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -369048,23 +369878,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -369082,23 +369912,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -369116,23 +369946,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -369150,102 +369980,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementDomainJoinConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/domainJoinConnectors", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementExchangeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeConnectors", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -369263,622 +370093,622 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyObjectFiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementIntentCopy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIntuneBrandingProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -369896,121 +370726,121 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceCleanupRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceCleanupRules", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceEncryptionStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -370028,166 +370858,166 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelConfigurations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateViaIdentity", "Generate", "GenerateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -370205,87 +371035,87 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -370303,21 +371133,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Method": "POST", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -370351,21 +371181,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -370383,98 +371213,98 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRecords", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementMonitoringAlertRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRules", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementNdeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/ndesConnectors", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNdesConnector", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphNdesConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementPartners", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -370492,21 +371322,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementRemoteActionAudit", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteActionAudits", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370524,21 +371354,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRemoteActionAudit" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -370556,53 +371386,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementResourceAccessProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementResourceOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceOperations", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -370620,36 +371450,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementReusableSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reusableSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -370667,21 +371497,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -370699,23 +371529,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -370733,21 +371563,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementRoleScopeTag", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370765,55 +371595,55 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleScopeTag" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370831,23 +371661,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementScriptDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370865,23 +371695,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementScriptGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370899,23 +371729,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementScriptUserRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370933,23 +371763,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -370967,334 +371797,334 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTemplateCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTemplateInstance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTemplateSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditions" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371312,36 +372142,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371359,21 +372189,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371391,21 +372221,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371423,21 +372253,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371455,21 +372285,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371487,21 +372317,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371519,21 +372349,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371551,21 +372381,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371583,21 +372413,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371615,21 +372445,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371647,36 +372477,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371694,21 +372524,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371726,21 +372556,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371758,21 +372588,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371790,21 +372620,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371822,21 +372652,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371854,21 +372684,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371886,53 +372716,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371950,21 +372780,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -371982,21 +372812,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372014,21 +372844,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372046,21 +372876,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372078,21 +372908,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372110,21 +372940,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372142,36 +372972,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372189,21 +373019,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372221,21 +373051,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372253,21 +373083,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372285,21 +373115,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372317,21 +373147,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372349,21 +373179,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372381,21 +373211,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372413,21 +373243,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372445,23 +373275,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372479,21 +373309,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -372511,406 +373341,406 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementUserPfxCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userPfxCertificates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserPfxCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/bulkActions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-bulkactions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/createSnapshot", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartnersettings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-post-exportjobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcExportJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/servicePlans", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcServicePlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/snapshots", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSnapshot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -372928,23 +373758,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -372962,138 +373792,138 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceRegisteredOwnerByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceRegisteredUserByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/usageRights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryAdministrativeUnitMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -373135,23 +373965,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -373193,53 +374023,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryAttributeSet", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttributeSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -373257,23 +374087,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -373291,561 +374121,561 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAllowedValue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/externalUserProfiles", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalUserProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalUserProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/impactedResources", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryInboundSharedUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/inboundSharedUserProfiles", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInboundSharedUserProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryObject", - "ApiReferenceLink": null, "Uri": "/directoryObjects", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryOutboundSharedUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryPendingExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/pendingExternalUserProfiles", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-pendingexternaluserprofile?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPendingExternalUserProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryRecommendation", - "ApiReferenceLink": null, "Uri": "/directory/recommendations", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecommendation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta", "Uri": "/directoryRoles", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryRoleMemberByRef", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectoryRoleTemplate", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", "Uri": "/settings", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectorySetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": null, "Uri": "/directorySettingTemplates", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectorySettingTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectorySharedEmailDomain", - "ApiReferenceLink": null, "Uri": "/directory/sharedEmailDomains", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta", "Uri": "/domains", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomain", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDomainServiceConfigurationRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDomainSharedEmailDomainInvitation", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDrive", - "ApiReferenceLink": null, "Uri": "/drives", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveBundle", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveItemChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -373871,23 +374701,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -373913,125 +374743,125 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveItemListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveItemUploadSession", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -374057,412 +374887,412 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUploadSession" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveRootChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/createLink", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveRootListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/listItem/createLink", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveRootUploadSession", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClass", - "ApiReferenceLink": null, "Uri": "/education/classes", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-classes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassAssignment", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -374480,16 +375310,17 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -374500,7 +375331,6 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -374518,23 +375348,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationCategory" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -374552,23 +375382,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -374586,57 +375416,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentSettingGradingScheme", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -374654,40 +375484,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationGradingScheme" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -374705,23 +375535,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationOutcome" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -374739,74 +375569,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassMemberByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/members/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -374824,23 +375654,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassModule", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -374858,23 +375688,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassModuleResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -374892,223 +375722,223 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModuleResource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationClassTeacherByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationMeAssignment", - "ApiReferenceLink": null, "Uri": "/education/me/assignments", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationMeAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationMeAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationMeRubric", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -375126,417 +375956,417 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationRubric" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-schools?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationSchoolClassByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationSchoolUserByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationSynchronizationProfileError", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSynchronizationError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-users?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationUserAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionHandler" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackagecatalogs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -375554,198 +376384,198 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-customaccesspackageworkflowextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectedOrganization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalConnection", - "ApiReferenceLink": null, "Uri": "/external/connections", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -375763,23 +376593,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalConnectionGroup", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -375797,23 +376627,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -375831,459 +376661,460 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalConnectionItem", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalConnectionOperation", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": null, "Uri": "/external/industryData/dataConnectors", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalIndustryDataInboundFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/inboundFlows", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": null, "Uri": "/external/industryData/operations", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": null, "Uri": "/external/industryData/referenceDefinitions", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": null, "Uri": "/external/industryData/roleGroups", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": null, "Uri": "/external/industryData/sourceSystems", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaExternalIndustryDataYear", - "ApiReferenceLink": null, "Uri": "/external/industryData/years", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/countriesRegions", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCountryRegion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCountryRegion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/currencies", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPaymentJournal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmployee", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmployee" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/itemCategories", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournal", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournalLine", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -376294,68 +377125,68 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournalLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentMethods", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentTerms", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture", - "ApiVersion": "beta", + "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -376366,102 +377197,102 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -376472,34 +377303,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -376510,49 +377341,49 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Make", "MakeViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -376563,124 +377394,123 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/shipmentMethods", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxAreas", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxArea", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxArea" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxGroups", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnitOfMeasure" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVendor", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphVendor" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", "Uri": "/groups", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Create", @@ -376706,91 +377536,91 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupAcceptedSenderByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/appRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupCalendarEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/events", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupCalendarPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupConversation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -376808,23 +377638,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupConversationThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -376842,968 +377672,969 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupConversationThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupConversationThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupConversationThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveBundle", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveItemChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveItemListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveItemUploadSession", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveRootChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveRootListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveRootUploadSession", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupEndpoint", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/endpoints", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta", "Uri": "/groupLifecyclePolicies", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -377812,41 +378643,40 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupMemberByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/$ref", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -377872,23 +378702,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -377914,23 +378744,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -377956,23 +378786,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -377998,57 +378828,57 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -378074,23 +378904,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -378116,23 +378946,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupOwnerByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/$ref", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -378150,169 +378980,170 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupRejectedSenderByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/settings", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectorySetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -378323,17 +379154,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -378344,17 +379175,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -378365,17 +379196,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -378386,17 +379217,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -378407,17 +379238,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -378428,765 +379259,765 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteListActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBinItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBinItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -379197,17 +380028,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -379218,119 +380049,119 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -379341,17 +380172,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -379362,34 +380193,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -379400,17 +380231,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -379421,755 +380252,754 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/dayNotes", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDayNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeCards", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -380187,510 +381017,511 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaGroupThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityB2CUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-identityproviders?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-userattributeassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-authenticationcontextclassreferences?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1", @@ -380699,22 +381530,21 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -380732,21 +381562,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNamedLocation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -380772,729 +381602,729 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "POST", "Variants": [ "Generate", "GenerateViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppConsentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConsentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsRequestChange" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-post-scheduledpermissionsrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", @@ -381512,51 +382342,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", @@ -381574,108 +382404,109 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/operations", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreement", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -381684,197 +382515,196 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/userFlows", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy/labels", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaInvitation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta", "Uri": "/invitations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInvitation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "User.Invite.All", @@ -381900,21 +382730,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphInvitation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta", "Uri": "/oauth2PermissionGrants", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -381932,82 +382762,83 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "Create1", @@ -382018,209 +382849,208 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfileConnector", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnector", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectorGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOrganization", - "ApiReferenceLink": null, "Uri": "/organization", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrganization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrganization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOrganizationBrandingLocalization", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -382238,89 +383068,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaOrganizationExtension", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPlaceAsRoomListWorkspace", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/workspaces", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkspace", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkspace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPlannerBucket", - "ApiReferenceLink": null, "Uri": "/planner/buckets", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -382346,21 +383176,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucket" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPlannerPlan", - "ApiReferenceLink": null, "Uri": "/planner/plans", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -382386,21 +383216,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPlannerRoster", - "ApiReferenceLink": null, "Uri": "/planner/rosters", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-rosters?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRoster", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -382418,23 +383248,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphPlannerRoster" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPlannerRosterMember", - "ApiReferenceLink": null, "Uri": "/planner/rosters/{plannerRoster-id}/members", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-post-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -382452,21 +383282,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphPlannerRosterMember" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPlannerTask", - "ApiReferenceLink": null, "Uri": "/planner/tasks", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -382492,21 +383322,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -382524,21 +383354,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -382556,36 +383386,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -382603,70 +383433,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyAuthorizationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyClaimMappingPolicy", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -382684,85 +383514,85 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-featurerolloutpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -382780,247 +383610,247 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyMobileAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-post-includedgroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyPermissionGrantPolicy", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyRoleManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -383038,21 +383868,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPolicyTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -383070,51 +383900,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintConnector", - "ApiReferenceLink": null, "Uri": "/print/connectors", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintOperation", - "ApiReferenceLink": null, "Uri": "/print/operations", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta", "Uri": "/print/printers/create", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Create", @@ -383140,23 +383970,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintPrinterJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -383198,40 +384028,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintPrinterJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -383257,157 +384087,157 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUploadSession" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintPrinterJobTask", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintPrinterShare", - "ApiReferenceLink": null, "Uri": "/print/printerShares", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintPrinterTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -383425,104 +384255,104 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintService", - "ApiReferenceLink": null, "Uri": "/print/services", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintService", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintService" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintShareAllowedGroupByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintShareAllowedUserByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -383556,40 +384386,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintShareJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -383615,387 +384445,388 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUploadSession" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/privilegedAccess", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccess" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedApproval", - "ApiReferenceLink": null, "Uri": "/privilegedApproval", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null, "Uri": "/privilegedOperationEvents", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedRole", - "ApiReferenceLink": null, "Uri": "/privilegedRoles", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedRoleAssignmentEligible", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", "Variants": [ "Make", "MakeViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", "Variants": [ "Make", "MakeExpanded", "MakeViaIdentity", "MakeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaProgram", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta", "Uri": "/programs", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProgram", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgram" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaProgramControl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta", "Uri": "/programControls", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProgramControl", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -384008,193 +384839,192 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgramControl" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaProgramControlType", - "ApiReferenceLink": null, "Uri": "/programControlTypes", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgramControlType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgramControlType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -384212,38 +385042,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -384285,70 +385115,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -384366,38 +385196,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -384439,147 +385269,147 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -384613,21 +385443,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -384645,68 +385475,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -384724,321 +385554,321 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -385056,299 +385886,299 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementExchangeCustomAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/customAppScopes", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-post-customappscope?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAppScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementExchangeRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementExchangeRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta", "Uri": "/schemaExtensions", + "CommandAlias": null, + "Module": "Beta.SchemaExtensions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.SchemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -385366,21 +386196,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchemaExtension" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSearchAcronym", - "ApiReferenceLink": null, "Uri": "/search/acronyms", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -385398,21 +386228,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchAcronym" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSearchBookmark", - "ApiReferenceLink": null, "Uri": "/search/bookmarks", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -385430,21 +386260,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchBookmark" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSearchQna", - "ApiReferenceLink": null, "Uri": "/search/qnas", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchQna", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -385462,269 +386292,269 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchQna" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAction", - "ApiReferenceLink": null, "Uri": "/security/securityActions", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAction", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAlert", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulations", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSimulation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLoginPage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPayload", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTraining", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainingCampaigns", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-trainingcampaigns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrainingCampaign", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingCampaign" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-post-auditlogqueries?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -385782,38 +386612,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityAuditLogQueryRecord", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -385831,23 +386661,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -385865,23 +386695,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -385899,23 +386729,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -385933,23 +386763,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -385967,23 +386797,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityUserSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-legalholds?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386001,23 +386831,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386035,23 +386865,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386069,23 +386899,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityUserSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386103,40 +386933,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386154,40 +386984,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386205,23 +387035,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386239,40 +387069,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -386290,644 +387120,688 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCloudAppSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/cloudAppSecurityProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": null, "Uri": "/security/collaboration/analyzedEmails", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/domainSecurityProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/fileSecurityProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphFileSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/hostSecurityProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphHostSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": null, "Uri": "/security/identities/healthIssues", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], + "Permissions": [] + }, + { + "Command": "New-MgBetaSecurityIdentitySensor", + "Uri": "/security/identities/sensors", + "CommandAlias": null, "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHealthIssue" + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensor", + "Method": "POST", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Permissions": [] }, { + "Command": "New-MgBetaSecurityIdentitySensorDeploymentAccessKey", + "Uri": "/security/identities/sensors/regenerateDeploymentAccessKey", "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "POST", + "Variants": [ + "Regenerate" + ], + "Permissions": [] + }, + { "Command": "New-MgBetaSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIncident" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/ipSecurityProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphIPSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Permissions": [] }, { + "Command": "New-MgBetaSecurityPartnerSecurityAlert", + "Uri": "/security/partner/securityAlerts", "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnerSecurityAlert", "Method": "POST", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Permissions": [] + }, + { "Command": "New-MgBetaSecurityProviderTenantSetting", - "ApiReferenceLink": null, "Uri": "/security/providerTenantSettings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphProviderTenantSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": null, "Uri": "/security/rules/detectionRules", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDetectionRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScore", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreats", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-post-emailthreats?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -386945,36 +387819,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatSubmissionFileThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/fileThreats", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -386992,21 +387866,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/urlThreats", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-post-urlthreats?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -387024,160 +387898,160 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityTiIndicator", - "ApiReferenceLink": null, "Uri": "/security/tiIndicators", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTiIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/userSecurityProfiles", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta", "Uri": "/servicePrincipals", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -387203,23 +388077,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -387245,23 +388119,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -387287,23 +388161,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -387345,57 +388219,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -387437,40 +388311,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalLicenseDetail", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalOwnerByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -387504,23 +388378,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -387546,55 +388420,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, 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": "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 + } + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -387612,23 +388519,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationJob" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Method": "POST", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -387646,152 +388553,153 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphStringKeyStringValuePair" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -387802,17 +388710,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -387823,107 +388731,106 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, "Uri": "/shares", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -387941,23 +388848,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -387975,23 +388882,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -388009,33 +388916,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -388046,17 +388954,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -388067,17 +388975,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -388088,17 +388996,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -388109,17 +389017,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -388130,17 +389038,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -388151,24 +389059,23 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphList", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -388186,40 +389093,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphList" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteListActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/activities", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteListColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -388237,40 +389144,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteListContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -388288,74 +389195,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteListItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -388389,23 +389296,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Files.ReadWrite", @@ -388431,74 +389338,74 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteListOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -388524,23 +389431,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -388566,23 +389473,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -388608,23 +389515,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -388650,57 +389557,57 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -388726,23 +389633,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -388768,186 +389675,187 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -388958,17 +389866,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -388979,119 +389887,119 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -389102,17 +390010,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -389123,34 +390031,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -389161,17 +390069,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -389182,222 +390090,221 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSubscribedSku", - "ApiReferenceLink": null, "Uri": "/subscribedSkus", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscribedSku" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta", "Uri": "/subscriptions", + "CommandAlias": null, + "Module": "Beta.ChangeNotifications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta", "Uri": "/teams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeam", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Team.Create", @@ -389431,23 +390338,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeam" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.Create.Group", @@ -389489,55 +390396,55 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -389563,40 +390470,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -389622,57 +390529,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -389746,23 +390653,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -389852,225 +390759,225 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamPrimaryChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/dayNotes", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDayNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390088,23 +390995,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390130,23 +391037,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOpenShift" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390164,23 +391071,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390198,23 +391105,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchedulingGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/shifts", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShift", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390232,40 +391139,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphShift" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390283,40 +391190,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeCards", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timesOff", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390334,23 +391241,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOff" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -390368,40 +391275,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOffReason" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamTag", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -390419,1030 +391326,1030 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTeamworkTag" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamTagMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkDevice", - "ApiReferenceLink": null, "Uri": "/teamwork/devices", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkDeviceOperation", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkTeamTemplate", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkTeamTemplateDefinition", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkforceIntegration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenants", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/appPerformances", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/auditEvents", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantGroup", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantGroups", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActions", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementIntents", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplates", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/myRoles", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsMyRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantTags", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-post-tenanttags?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTrustFrameworkKeySet", - "ApiReferenceLink": null, "Uri": "/trustFramework/keySets", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-post-keysets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTrustFrameworkKeySetKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Method": "POST", "Variants": [ "Generate", "GenerateExpanded", "GenerateViaIdentity", "GenerateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFrameworkKey" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaTrustFrameworkPolicy", - "ApiReferenceLink": null, "Uri": "/trustFramework/policies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta", "Uri": "/users", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -391492,91 +392399,91 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserActivityStatistics", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/analytics/activityStatistics", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityStatistics", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityStatistics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignments", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserAuthenticationEmailMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/emailMethods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -391594,57 +392501,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserAuthenticationMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/methods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserAuthenticationOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/operations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserAuthenticationPhoneMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -391662,101 +392569,102 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserCalendarEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserCalendarGroupCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -391767,1178 +392675,1177 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserChatOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/operations", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserCloudPcSnapshot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/createSnapshot", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDefaultCalendarEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/events", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDeviceCommand", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDeviceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDeviceRegisteredUserByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveBundle", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveItemChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveItemListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveItemUploadSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveRootChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveRootListItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveRootUploadSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserEventAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -392956,971 +393863,971 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUploadSession" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy/labels", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserInsightShared", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserInsightTrending", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrending" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserInsightUsed", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsedInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderChildFolderMessageForward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderChildFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderChildFolderMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderMessageForward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderMessageReplyAll", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -393938,191 +394845,191 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUploadSession" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMessageForward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/createForward", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/mentions", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMention", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMention" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/createReply", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMessageReplyAll", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMobileAppIntentAndState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppIntentAndStates", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppIntentAndState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Method": "POST", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserNotification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/notifications", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotification", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -394148,23 +395055,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -394190,23 +395097,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -394232,23 +395139,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.Create", @@ -394274,57 +395181,99 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnenoteSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], + "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.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 + } + ] + }, + { + "Command": "New-MgBetaUserOnenoteSectionPage", + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, "Module": "Beta.Notes", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Permissions": [ { "Name": "Notes.Create", @@ -394350,65 +395299,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" - }, - { - "CommandAlias": null, - "Method": "POST", - "Command": "New-MgBetaUserOnenoteSectionPage", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "ApiVersion": "beta", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "Module": "Beta.Notes", - "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.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 - } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -394426,33 +395333,34 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -394463,58 +395371,57 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -394540,261 +395447,261 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOutlookMasterCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOutlookTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOutlookTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/account", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserAccountInformation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -394812,23 +395719,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserAccountInformation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileAddress", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/addresses", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAddress", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -394846,23 +395753,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemAddress" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileAnniversary", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/anniversaries", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -394880,23 +395787,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonAnnualEvent" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileAward", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/awards", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAward", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -394914,23 +395821,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonAward" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileCertification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/certifications", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonCertification", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -394948,23 +395855,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonCertification" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileEducationalActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/educationalActivities", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationalActivity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -394982,23 +395889,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationalActivity" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileEmail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/emails", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemEmail", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -395016,23 +395923,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemEmail" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileInterest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/interests", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonInterest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -395050,23 +395957,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonInterest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileLanguage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/languages", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLanguageProficiency", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -395084,23 +395991,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLanguageProficiency" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileName", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/names", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonName", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -395142,23 +396049,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonName" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileNote", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/notes", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnotation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -395176,23 +396083,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonAnnotation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfilePatent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/patents", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPatent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -395210,23 +396117,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPatent" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfilePhone", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/phones", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPhone", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -395244,23 +396151,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPhone" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfilePosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/positions", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkPosition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -395278,23 +396185,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWorkPosition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileProject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/projects", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProjectParticipation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -395312,23 +396219,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProjectParticipation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfilePublication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/publications", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemPublication", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -395346,23 +396253,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPublication" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileSkill", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/skills", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSkillProficiency", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -395380,23 +396287,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSkillProficiency" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileWebAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/webAccounts", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebAccount", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -395414,23 +396321,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWebAccount" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserProfileWebsite", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/websites", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonWebsite", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -395448,125 +396355,125 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonWebsite" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserScopedRoleMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/scopedRoleMemberOf", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserSettingStorageQuotaService", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/storage/quota/services", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserSettingWindows", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserTeamworkInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -395664,23 +396571,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserTodoList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -395698,40 +396605,40 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTodoTaskList" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserTodoListExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserTodoListTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -395749,23 +396656,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTodoTask" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserTodoListTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -395783,23 +396690,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphAttachmentBase" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-beta", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -395817,23 +396724,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphUploadSession" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserTodoListTaskChecklistItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -395851,40 +396758,40 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphChecklistItem" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserTodoListTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaUserTodoListTaskLinkedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -395902,549 +396809,549 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphLinkedResource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventTownhall" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuDeployment", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments", + "CommandAlias": "New-MgBetaWuDeployment", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-deployments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContent", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", + "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContent", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuPolicy", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies", + "CommandAlias": "New-MgBetaWuPolicy", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatepolicies?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContent", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", + "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContent", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", + "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuPolicyAudienceExclusion", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", + "CommandAlias": "New-MgBetaWuPolicyAudienceExclusion", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuPolicyAudienceMember", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", + "CommandAlias": "New-MgBetaWuPolicyAudienceMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuPolicyComplianceChange", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", + "CommandAlias": "New-MgBetaWuPolicyComplianceChange", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuProduct", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products", + "CommandAlias": "New-MgBetaWuProduct", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuProductEdition", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/editions", + "CommandAlias": "New-MgBetaWuProductEdition", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuProductKnownIssue", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", + "CommandAlias": "New-MgBetaWuProductKnownIssue", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuProductRevision", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions", + "CommandAlias": "New-MgBetaWuProductRevision", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuResourceConnection", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/resourceConnections", + "CommandAlias": "New-MgBetaWuResourceConnection", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" + "Permissions": [] }, { - "CommandAlias": "New-MgBetaWuUpdatableAsset", - "Method": "POST", "Command": "New-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatableAssets", + "CommandAlias": "New-MgBetaWuUpdatableAsset", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatableassets-updatableassetgroup?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBookingBusiness", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingBusiness" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBookingBusinessAppointment", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -396478,40 +397385,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingAppointment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBookingBusinessCalendarView", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingAppointment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBookingBusinessCustomer", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -396537,23 +397444,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBookingBusinessCustomQuestion", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -396579,23 +397486,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBookingBusinessService", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingService", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -396613,23 +397520,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingService" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBookingBusinessStaffMember", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -396647,36 +397554,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgBookingCurrency", - "ApiReferenceLink": null, "Uri": "/solutions/bookingCurrencies", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0", "Uri": "/chats", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.Create", @@ -396694,23 +397601,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/installedApps", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -396800,23 +397707,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgChatMember", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -396858,23 +397765,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgChatMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "ChatMessage.Send", @@ -396908,91 +397815,91 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgChatMessageReply", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/permissionGrants", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "ChatMessage.Send", @@ -397018,23 +397925,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgChatTab", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.Create", @@ -397100,21 +398007,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgCommunicationCall", - "ApiReferenceLink": null, "Uri": "/communications/calls", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCall", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -397156,23 +398063,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCall" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -397190,264 +398097,264 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgCommunicationCallContentSharingSession", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgCommunicationCallParticipant", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphParticipant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParticipant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgContact", - "ApiReferenceLink": null, "Uri": "/contacts", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgContract", - "ApiReferenceLink": null, "Uri": "/contracts", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContract", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphContract" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDataPolicyOperation", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0", "Uri": "/devices", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtection", - "Method": "POST", "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections", + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397465,38 +398372,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtection", - "Method": "POST", "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397514,23 +398421,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" + ] }, { - "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397548,38 +398455,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtection", - "Method": "POST", "Command": "New-MgDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections", + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397597,53 +398504,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtManagedAppPolicy", - "Method": "POST", "Command": "New-MgDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppPolicies", + "CommandAlias": "New-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistration", - "Method": "POST", "Command": "New-MgDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397661,57 +398568,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + ] }, { - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "POST", "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "POST", "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationOperation", - "Method": "POST", "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397729,153 +398636,153 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppOperation" + ] }, { - "CommandAlias": "New-MgDeviceAppMgtManagedAppStatus", - "Method": "POST", "Command": "New-MgDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppStatuses", + "CommandAlias": "New-MgDeviceAppMgtManagedAppStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppStatus" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtManagedEBook", - "Method": "POST", "Command": "New-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks", + "CommandAlias": "New-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBook" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtManagedEBookAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtManagedEBookDeviceState", - "Method": "POST", "Command": "New-MgDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummary", - "Method": "POST", "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "POST", "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "POST", "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397893,23 +398800,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -397927,1001 +398834,1001 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps", + "CommandAlias": "New-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-macosofficesuiteapp-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileApp" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppCategory", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCategories", + "CommandAlias": "New-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfiguration", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "POST", "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "POST", "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "POST", "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -398939,38 +399846,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtVppToken", - "Method": "POST", "Command": "New-MgDeviceAppManagementVppToken", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens", + "CommandAlias": "New-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVppToken", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -398988,21 +399895,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphVppToken" + ] }, { - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "POST", "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -399020,40 +399927,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" + ] }, { - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "POST", "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -399071,23 +399978,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "POST", "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -399105,53 +400012,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuditEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceManagementPartners", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399169,21 +400076,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -399201,21 +400108,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDetectedApp" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCategories", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -399233,253 +400140,253 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCategory" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentplatformrestrictionsconfiguration-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399497,23 +400404,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399531,21 +400438,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeConnectors", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399563,51 +400470,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -399625,119 +400532,119 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -399755,21 +400662,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Method": "POST", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -399803,21 +400710,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileThreatDefenseConnectors", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399835,53 +400742,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementPartners", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399899,21 +400806,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -399931,21 +400838,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementResourceOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceOperations", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -399963,21 +400870,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -399995,21 +400902,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -400027,23 +400934,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -400061,100 +400968,100 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditions" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400172,21 +401079,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400204,21 +401111,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400236,21 +401143,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400268,21 +401175,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400300,21 +401207,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400332,21 +401239,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400364,21 +401271,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400396,36 +401303,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400443,53 +401350,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400507,21 +401414,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400539,21 +401446,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400571,21 +401478,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400603,21 +401510,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400635,21 +401542,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400667,21 +401574,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400699,21 +401606,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400731,21 +401638,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400763,23 +401670,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400797,21 +401704,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -400829,175 +401736,175 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -401015,23 +401922,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -401049,89 +401956,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceRegisteredOwnerByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/$ref", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDeviceRegisteredUserByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/$ref", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnitMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -401173,23 +402080,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectoryObject" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -401231,358 +402138,358 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryAttributeSet", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttributeSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAllowedValue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryObject", - "ApiReferenceLink": null, "Uri": "/directoryObjects", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0", "Uri": "/directoryRoles", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryRoleMemberByRef", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectoryRoleTemplate", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0", "Uri": "/domains", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomain", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDomainFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDomainServiceConfigurationRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDrive", - "ApiReferenceLink": null, "Uri": "/drives", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveBundle", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveItemChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -401608,23 +402515,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -401650,125 +402557,125 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveItemListItemLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveItemUploadSession", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -401794,412 +402701,412 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUploadSession" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveListItemLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveRootChild", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/createLink", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveRootListItemLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createLink", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveRootUploadSession", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createUploadSession", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClass", - "ApiReferenceLink": null, "Uri": "/education/classes", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClassAssignment", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -402217,16 +403124,17 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClassAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -402237,7 +403145,6 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -402255,23 +403162,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationCategory" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClassAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -402289,23 +403196,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClassAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -402323,57 +403230,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -402391,23 +403298,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationOutcome" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -402425,40 +403332,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClassMemberByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/members/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -402476,23 +403383,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClassModule", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -402510,23 +403417,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClassModuleResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -402544,172 +403451,172 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModuleResource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationClassTeacherByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationMeAssignment", - "ApiReferenceLink": null, "Uri": "/education/me/assignments", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationMeAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationMeAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationMeRubric", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -402727,459 +403634,460 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationRubric" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationSchoolClassByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationSchoolUserByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationUserAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationUserAssignmentCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignments", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageQuestion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -403194,17 +404102,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -403215,34 +404123,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -403257,17 +404165,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -403278,247 +404186,247 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectedOrganization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -403533,17 +404441,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -403554,34 +404462,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -403596,17 +404504,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -403617,292 +404525,291 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgExternalConnection", - "ApiReferenceLink": null, "Uri": "/external/connections", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -403920,23 +404827,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgExternalConnectionGroup", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -403954,23 +404861,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -403988,72 +404895,72 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgExternalConnectionItem", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgExternalConnectionOperation", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0", "Uri": "/groups", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group.Create", @@ -404079,91 +404986,91 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupAcceptedSenderByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/appRoleAssignments", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupCalendarEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/events", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupCalendarPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupConversation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -404181,23 +405088,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupConversationThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -404215,815 +405122,816 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupConversationThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupConversationThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveBundle", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveItemChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveItemListItemLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveItemUploadSession", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveListItemLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveRootChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveRootListItemLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveRootUploadSession", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0", "Uri": "/groupLifecyclePolicies", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -405032,41 +405940,40 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupMemberByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/$ref", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -405092,23 +405999,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -405134,23 +406041,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -405176,23 +406083,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -405218,57 +406125,57 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -405294,23 +406201,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -405336,23 +406243,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupOwnerByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/$ref", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -405370,50 +406277,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupRejectedSenderByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/settings", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupSetting", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -405422,134 +406330,134 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": null, "Uri": "/groupSettingTemplates", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupSettingTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -405560,17 +406468,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -405581,17 +406489,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -405602,17 +406510,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -405623,17 +406531,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -405644,17 +406552,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -405665,17 +406573,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -405686,595 +406594,595 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteListItemLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStores", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406285,17 +407193,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406306,17 +407214,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406335,17 +407243,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406364,17 +407272,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406385,17 +407293,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406406,17 +407314,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406427,17 +407335,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406448,17 +407356,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406469,17 +407377,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406490,17 +407398,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406519,17 +407427,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406548,17 +407456,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406569,17 +407477,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406598,17 +407506,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406627,17 +407535,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406648,17 +407556,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406669,17 +407577,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406690,17 +407598,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406711,17 +407619,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406732,17 +407640,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406753,17 +407661,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406774,17 +407682,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406795,17 +407703,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406816,17 +407724,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -406837,534 +407745,533 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -407382,268 +408289,268 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupThreadPostAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "POST", "Variants": [ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -407661,21 +408568,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -407693,21 +408600,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNamedLocation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -407733,443 +408640,443 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "POST", "Variants": [ "Generate", "GenerateViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppConsentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConsentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", @@ -408187,51 +409094,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", @@ -408249,31 +409156,32 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreement", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -408282,152 +409190,151 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgInvitation", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0", "Uri": "/invitations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInvitation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "User.Invite.All", @@ -408453,21 +409360,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphInvitation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0", "Uri": "/oauth2PermissionGrants", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -408485,38 +409392,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgOrganization", - "ApiReferenceLink": null, "Uri": "/organization", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrganization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrganization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgOrganizationBrandingLocalization", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -408534,72 +409441,72 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgOrganizationExtension", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPlannerBucket", - "ApiReferenceLink": null, "Uri": "/planner/buckets", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -408625,21 +409532,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucket" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPlannerPlan", - "ApiReferenceLink": null, "Uri": "/planner/plans", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -408665,21 +409572,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPlannerTask", - "ApiReferenceLink": null, "Uri": "/planner/tasks", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -408705,21 +409612,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -408737,21 +409644,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -408769,36 +409676,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -408816,38 +409723,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyClaimMappingPolicy", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -408865,85 +409772,85 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -408961,134 +409868,134 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyPermissionGrantPolicy", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyRoleManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -409106,21 +410013,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPolicyTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -409138,51 +410045,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintConnector", - "ApiReferenceLink": null, "Uri": "/print/connectors", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintOperation", - "ApiReferenceLink": null, "Uri": "/print/operations", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintPrinter", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0", "Uri": "/print/printers/create", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.Create", @@ -409208,23 +410115,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintPrinterJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -409266,40 +410173,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintPrinterJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintPrinterJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -409325,40 +410232,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUploadSession" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintPrinterJobTask", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintPrinterTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -409376,104 +410283,104 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintService", - "ApiReferenceLink": null, "Uri": "/print/services", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintService", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintService" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintShareAllowedGroupByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintShareAllowedUserByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -409507,40 +410414,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintShareJobDocumentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -409566,303 +410473,303 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUploadSession" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -409896,21 +410803,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -409928,68 +410835,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -410007,53 +410914,53 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -410071,143 +410978,143 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", "Uri": "/schemaExtensions", + "CommandAlias": null, + "Module": "SchemaExtensions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "SchemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -410225,21 +411132,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchemaExtension" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSearchAcronym", - "ApiReferenceLink": null, "Uri": "/search/acronyms", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -410257,21 +411164,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchAcronym" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSearchBookmark", - "ApiReferenceLink": null, "Uri": "/search/bookmarks", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -410289,21 +411196,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchBookmark" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSearchQna", - "ApiReferenceLink": null, "Uri": "/search/qnas", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchQna", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -410321,239 +411228,239 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchQna" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAlert", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulations", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSimulation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLoginPage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPayload", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTraining", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410571,23 +411478,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410605,23 +411512,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410639,23 +411546,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410673,23 +411580,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410707,23 +411614,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityUserSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410741,40 +411648,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410792,23 +411699,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410826,23 +411733,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410860,40 +411767,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -410911,603 +411818,618 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + ] }, { + "Command": "New-MgSecurityIdentityHealthIssue", + "Uri": "/security/identities/healthIssues", "CommandAlias": null, + "Module": "Security", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue", "Method": "POST", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Permissions": [] + }, + { "Command": "New-MgSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIncident" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScore", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0", "Uri": "/servicePrincipals", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -411533,23 +412455,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -411575,23 +412497,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -411617,23 +412539,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -411675,57 +412597,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -411767,23 +412689,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalOwnerByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -411817,55 +412739,88 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, 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": "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 + } + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -411883,23 +412838,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationJob" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Method": "POST", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -411917,152 +412872,153 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphStringKeyStringValuePair" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -412073,17 +413029,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -412094,107 +413050,106 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, "Uri": "/shares", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -412212,23 +413167,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -412246,23 +413201,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -412280,33 +413235,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteGetByPathColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -412317,17 +413273,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteGetByPathContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -412338,17 +413294,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteGetByPathList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -412359,17 +413315,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteGetByPathOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -412380,17 +413336,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteGetByPathPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -412401,17 +413357,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteGetByPathPermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -412422,17 +413378,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -412443,24 +413399,23 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphList", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -412478,23 +413433,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphList" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteListColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -412512,40 +413467,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteListContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -412563,57 +413518,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteListItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -412647,23 +413602,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteListItemLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Files.ReadWrite", @@ -412689,74 +413644,74 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteListOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -412782,23 +413737,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -412824,23 +413779,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -412866,23 +413821,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -412908,57 +413863,57 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -412984,23 +413939,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -413026,169 +413981,170 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStores", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413199,17 +414155,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413220,17 +414176,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413249,17 +414205,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413278,17 +414234,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413299,17 +414255,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413320,17 +414276,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413341,17 +414297,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413362,17 +414318,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413383,17 +414339,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413404,17 +414360,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413433,17 +414389,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413462,17 +414418,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413483,17 +414439,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413512,17 +414468,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413541,17 +414497,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413562,17 +414518,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413583,17 +414539,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413604,17 +414560,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413625,17 +414581,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413646,17 +414602,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413667,17 +414623,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413688,17 +414644,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413709,17 +414665,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413730,17 +414686,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -413751,52 +414707,51 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSubscribedSku", - "ApiReferenceLink": null, "Uri": "/subscribedSkus", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscribedSku" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0", "Uri": "/subscriptions", + "CommandAlias": null, + "Module": "ChangeNotifications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0", "Uri": "/teams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeam", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Team.Create", @@ -413830,23 +414785,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeam" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Channel.Create.Group", @@ -413888,55 +414843,55 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -413962,40 +414917,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMessage.Send", @@ -414021,57 +414976,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -414145,23 +415100,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -414251,208 +415206,208 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamPrimaryChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414470,23 +415425,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414512,23 +415467,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOpenShift" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414546,23 +415501,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414580,23 +415535,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchedulingGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/shifts", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphShift", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414614,23 +415569,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphShift" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414648,23 +415603,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timesOff", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414682,23 +415637,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOff" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -414716,40 +415671,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTimeOffReason" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamTag", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -414767,347 +415722,347 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTeamworkTag" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamTagMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkforceIntegration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0", "Uri": "/users", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-create?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -415157,74 +416112,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities", + "CommandAlias": null, + "Module": "CrossDeviceExperiences", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "CommandAlias": null, + "Module": "CrossDeviceExperiences", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignments", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserAuthenticationEmailMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/emailMethods", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -415242,57 +416197,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserAuthenticationMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/methods", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserAuthenticationOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/operations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserAuthenticationPhoneMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -415310,101 +416265,102 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserCalendarEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserCalendarGroupCalendar", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "POST", "Variants": [ "Create", "Create1", @@ -415415,993 +416371,992 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppInstallation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDefaultCalendarEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/events", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveBundle", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveItemChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveItemLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveItemListItemLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveItemUploadSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveListItemLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveRootChild", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveRootLink", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveRootListItemLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveRootUploadSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserEventAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -416419,580 +417374,580 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUploadSession" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserEventInstanceAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageForward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphUploadSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderMessageForward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderMessageReplyAll", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMessageAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -417010,91 +417965,91 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUploadSession" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMessageForward", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/createForward", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMessageReply", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/createReply", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserMessageReplyAll", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -417120,23 +418075,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNotebook" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -417162,23 +418117,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -417204,23 +418159,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSectionGroup" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -417246,57 +418201,57 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOnenoteSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -417322,23 +418277,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenoteSection" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.Create", @@ -417364,23 +418319,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnenotePage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -417398,176 +418353,176 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserOutlookMasterCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserScopedRoleMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/scopedRoleMemberOf", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserSettingWindows", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserTeamworkInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -417665,23 +418620,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserTodoList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -417699,40 +418654,40 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTodoTaskList" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserTodoListExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserTodoListTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -417750,23 +418705,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTodoTask" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserTodoListTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -417784,23 +418739,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphAttachmentBase" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserTodoListTaskAttachmentUploadSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -417818,23 +418773,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphUploadSession" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserTodoListTaskChecklistItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -417852,40 +418807,40 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphChecklistItem" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserTodoListTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgUserTodoListTaskLinkedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -417903,217 +418858,217 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphLinkedResource" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "POST", "Variants": [ "Create", "CreateExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Ping-MgBetaApplicationSynchronization", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/Ping", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Ping", "PingViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Ping-MgBetaServicePrincipalSynchronization", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Ping", "PingViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta", "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "Publish1", "PublishViaIdentity", "PublishViaIdentity1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418131,21 +419086,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418163,36 +419118,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -418210,21 +419165,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -418242,96 +419197,96 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaGroupDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaGroupSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418349,21 +419304,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418381,126 +419336,126 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaShareListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaUserDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgEducationClassAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -418518,21 +419473,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgEducationClassModule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -418550,96 +419505,96 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgEducationMeAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgEducationUserAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgGroupDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgGroupSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418657,21 +419612,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Release", "ReleaseViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -418689,319 +419644,319 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgShareListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Publish-MgUserDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Publish", "PublishViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Register-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Register", "RegisterExpanded", "RegisterViaIdentity", "RegisterViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAdminEdge", - "ApiReferenceLink": null, "Uri": "/admin/edge", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAdminSharepoint", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAdminSharepointSetting", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint/settings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAgreement", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgUserDeviceFromManagement", - "Method": "POST", "Command": "Remove-MgAllUserDeviceFromManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0", "Uri": "/users/{user-id}/removeAllDevicesFromManagement", + "CommandAlias": "Remove-MgUserDeviceFromManagement", + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAppCatalogTeamApp", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -419027,21 +419982,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -419067,36 +420022,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", "Uri": "/applications/{application-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419114,66 +420069,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgApplicationAppManagementPolicyByRef", - "Method": "DELETE", "Command": "Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", + "CommandAlias": "Remove-MgApplicationAppManagementPolicyByRef", + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", "Uri": "/applications(appId='{appId}')", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", "Uri": "/applications(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgApplicationExtensionProperty", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419199,21 +420154,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgApplicationFederatedIdentityCredential", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419231,38 +420186,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgApplicationFederatedIdentityCredentialByName", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgApplicationKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0", "Uri": "/applications/{application-id}/removeKey", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419288,21 +420243,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgApplicationOwnerByRef", + "Command": "Remove-MgApplicationLogo", + "Uri": "/applications/{application-id}/logo", + "CommandAlias": null, + "Module": "Applications", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgApplicationOwnerDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgApplicationOwnerByRef", + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419328,23 +420298,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgApplicationPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0", "Uri": "/applications/{application-id}/removePassword", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419370,111 +420340,126 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgApplicationSynchronization", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgApplicationSynchronizationJobBulkUploadContent", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "CommandAlias": null, + "Module": "Applications", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgApplicationSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgApplicationSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -419492,36 +420477,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgApplicationTokenIssuancePolicyByRef", - "Method": "DELETE", "Command": "Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", + "CommandAlias": "Remove-MgApplicationTokenIssuancePolicyByRef", + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -419563,21 +420548,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgApplicationTokenLifetimePolicyByRef", - "Method": "DELETE", "Command": "Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", + "CommandAlias": "Remove-MgApplicationTokenLifetimePolicyByRef", + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -419619,21 +420604,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-beta", "Uri": "/accessReviews/{accessReview-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -419651,111 +420636,111 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAccessReviewInstance", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAccessReviewInstanceMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAccessReviewInstanceReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAccessReviewMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAccessReviewReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-removereviewer?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -419773,373 +420758,373 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdminEdge", - "ApiReferenceLink": null, "Uri": "/admin/edge", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta", "Uri": "/administrativeUnits/{administrativeUnit-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdministrativeUnitMemberByRef", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaAdministrativeUnitMemberByRef", - "Method": "DELETE", "Command": "Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaAdministrativeUnitMemberByRef", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdminPeople", - "ApiReferenceLink": null, "Uri": "/admin/people", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdminPeopleItemInsight", - "ApiReferenceLink": null, "Uri": "/admin/people/itemInsights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdminPeoplePronoun", - "ApiReferenceLink": null, "Uri": "/admin/people/pronouns", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdminReportSetting", - "ApiReferenceLink": null, "Uri": "/admin/reportSettings", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdminSharepoint", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAdminSharepointSetting", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint/settings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAgreement", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaUserDeviceFromManagement", - "Method": "POST", "Command": "Remove-MgBetaAllUserDeviceFromManagement", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/removeAllDevicesFromManagement", + "CommandAlias": "Remove-MgBetaUserDeviceFromManagement", + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -420165,21 +421150,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "AppCatalog.Submit", @@ -420205,111 +421190,115 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", "Uri": "/applications/{application-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420327,81 +421316,81 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaApplicationAppManagementPolicyByRef", - "Method": "DELETE", "Command": "Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", + "CommandAlias": "Remove-MgBetaApplicationAppManagementPolicyByRef", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", "Uri": "/applications(appId='{appId}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", "Uri": "/applications(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplicationConnectorGroupByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/connectorGroup/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplicationExtensionProperty", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420427,21 +421416,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplicationFederatedIdentityCredential", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420459,38 +421448,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplicationFederatedIdentityCredentialByName", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaApplicationKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta", "Uri": "/applications/{application-id}/removeKey", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420516,21 +421505,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaApplicationOwnerByRef", + "Command": "Remove-MgBetaApplicationLogo", + "Uri": "/applications/{application-id}/logo", + "CommandAlias": null, + "Module": "Beta.Applications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaApplicationOwnerDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaApplicationOwnerByRef", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420556,23 +421560,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaApplicationPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta", "Uri": "/applications/{application-id}/removePassword", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420598,111 +421602,126 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplicationSynchronization", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUploadContent", + "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "CommandAlias": null, + "Module": "Beta.Applications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaApplicationSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplicationSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -420720,36 +421739,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaApplicationTokenIssuancePolicyByRef", - "Method": "DELETE", "Command": "Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", + "CommandAlias": "Remove-MgBetaApplicationTokenIssuancePolicyByRef", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -420791,21 +421810,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaApplicationTokenLifetimePolicyByRef", - "Method": "DELETE", "Command": "Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", + "CommandAlias": "Remove-MgBetaApplicationTokenLifetimePolicyByRef", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -420847,23 +421866,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBookingBusiness", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.Manage.All", @@ -420881,23 +421900,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBookingBusinessAppointment", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -420931,40 +421950,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBookingBusinessCalendarView", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBookingBusinessCustomer", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -420998,23 +422017,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBookingBusinessCustomQuestion", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -421040,23 +422059,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBookingBusinessService", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -421074,23 +422093,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBookingBusinessStaffMember", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -421108,53 +422127,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBookingCurrency", - "ApiReferenceLink": null, "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBusinessFlowTemplate", - "ApiReferenceLink": null, "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBusinessScenario", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -421172,66 +422191,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBusinessScenarioByUniqueName", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBusinessScenarioPlanner", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfiguration", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -421249,143 +422268,143 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBusinessScenarioPlannerTask", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBusinessScenarioPlannerTaskConfiguration", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBusinessScenarioPlannerTaskDetail", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta", "Uri": "/chats/{chat-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaChatAccessForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", "Uri": "/chats/{chat-id}/removeAllAccessForUser", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -421443,36 +422462,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/lastMessagePreview", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaChatMember", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -421498,66 +422517,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaChatOperation", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -421575,21 +422596,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaChatTab", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -421639,21 +422660,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationCall", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -421671,21 +422692,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -421703,51 +422724,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationCallContentSharingSession", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationCallParticipant", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -421765,234 +422786,326 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationCallRecordOrganizerV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaCommunicationOnlineMeetingAlternativeRecording", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "CommandAlias": null, + "Module": "Beta.CloudCommunications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendeeReport", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "CommandAlias": null, "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaCommunicationOnlineMeetingBroadcastRecording", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "CommandAlias": null, + "Module": "Beta.CloudCommunications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, - "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaCommunicationOnlineMeetingRecordingContent", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "CommandAlias": null, + "Module": "Beta.CloudCommunications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptContent", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "CommandAlias": null, "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "CommandAlias": null, + "Module": "Beta.CloudCommunications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences/{presence-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscovery", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422010,31 +423123,32 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "Remove1", @@ -422043,22 +423157,21 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422076,36 +423189,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422123,21 +423236,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422155,76 +423268,77 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "Remove1", @@ -422233,52 +423347,51 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422296,36 +423409,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422343,36 +423456,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -422390,66 +423503,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaContract", - "ApiReferenceLink": null, "Uri": "/contracts/{contract-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDataPolicyOperation", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", "Uri": "/devices/{device-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -422467,36 +423580,36 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422514,21 +423627,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422546,36 +423659,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422593,21 +423706,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422625,141 +423738,141 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422777,21 +423890,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422809,111 +423922,111 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppPolicy", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistration", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -422931,156 +424044,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppStatus", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBook", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBook", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookCategory", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookInstallSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -423098,21 +424211,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -423130,21 +424243,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -423162,1475 +424275,1475 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", - "Variants": [ + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCategory", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfiguration", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppRelationship", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySet", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySet", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetItem", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetItem", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "CommandAlias": "Remove-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -424648,21 +425761,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -424680,36 +425793,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -424727,21 +425840,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtTask", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementTask", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTask", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -424759,21 +425872,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtVppToken", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementVppToken", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtVppToken", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -424791,81 +425904,81 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -424883,21 +425996,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -424915,21 +426028,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -424947,21 +426060,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -424979,21 +426092,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -425011,21 +426124,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -425043,21 +426156,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -425075,21 +426188,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -425107,21 +426220,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -425139,347 +426252,347 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", "Uri": "/devices(deviceId='{deviceId}')", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceCommand", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/commands/{command-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/applePushNotificationCertificate", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAutopilotEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", - "Variants": [ + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -425497,81 +426610,81 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -425589,143 +426702,143 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -425743,21 +426856,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -425775,230 +426888,230 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementComplianceSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/conditionalAccessSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDataSharingConsent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -426016,81 +427129,81 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDerivedCredential", - "ApiReferenceLink": null, "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -426108,21 +427221,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -426140,408 +427253,408 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -426559,21 +427672,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -426591,21 +427704,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -426622,22 +427735,30 @@ "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 } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -426655,21 +427776,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -426687,36 +427808,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceShellScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -426734,21 +427855,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -426766,21 +427887,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -426798,21 +427919,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -426830,21 +427951,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -426862,96 +427983,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementExchangeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -426969,685 +428090,685 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -427665,111 +428786,111 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDeviceCleanupRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -427787,248 +428908,248 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -428046,21 +429167,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -428078,110 +429199,110 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMonitoring", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementNdeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -428199,21 +429320,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428231,21 +429352,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -428263,65 +429384,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementResourceOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -428339,36 +429460,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementReusableSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -428386,21 +429507,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -428418,21 +429539,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -428450,21 +429571,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementRoleScopeTag", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428482,51 +429603,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428544,21 +429665,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428576,21 +429697,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428608,21 +429729,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementScriptUserRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428640,21 +429761,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428672,276 +429793,276 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTemplateCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTemplateSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -428959,36 +430080,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429006,21 +430127,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429038,21 +430159,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429070,21 +430191,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429102,21 +430223,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429134,21 +430255,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429166,21 +430287,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429198,21 +430319,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429230,21 +430351,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429262,21 +430383,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429294,50 +430415,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429355,21 +430476,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429387,35 +430508,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429433,21 +430554,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429465,21 +430586,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429497,21 +430618,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429529,21 +430650,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429561,65 +430682,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429637,21 +430758,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429669,22 +430790,22 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429702,21 +430823,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429734,21 +430855,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429766,21 +430887,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429798,21 +430919,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429830,36 +430951,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429877,21 +430998,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429909,21 +431030,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429941,21 +431062,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -429973,21 +431094,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430005,35 +431126,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430051,21 +431172,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430083,21 +431204,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430115,35 +431236,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430161,21 +431282,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430193,21 +431314,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -430225,437 +431346,437 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -430673,21 +431794,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -430705,185 +431826,185 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceRegisteredOwnerByRef", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaDeviceRegisteredOwnerByRef", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDeviceRegisteredUserByRef", - "Method": "DELETE", "Command": "Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaDeviceRegisteredUserByRef", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef", - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryAttributeSet", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets/{attributeSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryCertificateAuthority", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -430901,21 +432022,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -430933,141 +432054,141 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryDeletedItem", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-externaluserprofiles?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -431085,51 +432206,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/impactedResources/{impactedResource-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta", "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -431147,81 +432268,81 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta", "Uri": "/directoryObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -431239,141 +432360,141 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryPendingExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-pendingexternaluserprofiles?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryRecommendation", - "ApiReferenceLink": null, "Uri": "/directory/recommendations/{recommendation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryRole", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": null, "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaDirectoryRoleMemberByRef", - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaDirectoryRoleMemberByRef", + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectoryRoleTemplate", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-beta", "Uri": "/settings/{directorySetting-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -431391,186 +432512,246 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": null, "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectorySharedEmailDomain", - "ApiReferenceLink": null, "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions/{companySubscription-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta", "Uri": "/domains/{domain-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDomainServiceConfigurationRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDrive", + "Uri": "/drives/{drive-id}", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaDrive", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveBundleContent", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveBundleContentStream", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveFollowingContent", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveFollowingContentStream", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -431596,156 +432777,246 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveItemChildContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaDriveItemListItem", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveItemChildContentStream", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveItemContentStream", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveItemListItem", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveItemListItemDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveItemListItemDriveItemContentStream", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaDriveItemPermanent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -431771,516 +433042,696 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveItemVersionContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaDriveList", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveListItemDriveItemContent", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveListItemDriveItemContentStream", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaDriveListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveRoot", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveRootChildContent", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootListItem", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveRootChildContentStream", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveRootContent", + "Uri": "/drives/{drive-id}/root/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveRootContentStream", + "Uri": "/drives/{drive-id}/root/contentStream", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootListItemField", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/fields", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveRootListItem", + "Uri": "/drives/{drive-id}/root/listItem", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootListItemVersionField", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", + "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaDriveRootPermanent", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/permanentDelete", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveRootListItemDriveItemContent", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootPermission", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveRootListItemDriveItemContentStream", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootRetentionLabel", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/retentionLabel", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveRootListItemField", + "Uri": "/drives/{drive-id}/root/listItem/fields", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootSubscription", - "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveRootListItemVersion", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootThumbnail", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveRootListItemVersionField", + "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveRootPermanent", + "Uri": "/drives/{drive-id}/root/permanentDelete", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveRootPermission", + "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveRootRetentionLabel", + "Uri": "/drives/{drive-id}/root/retentionLabel", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaDriveRootVersion", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveRootSubscription", + "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveRootThumbnail", + "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveRootVersion", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaDriveRootVersionContent", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaEducationClass", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveSpecialContent", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/education/classes/{educationClass-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaDriveSpecialContentStream", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaEducationClass", + "Uri": "/education/classes/{educationClass-id}", "CommandAlias": null, + "Module": "Beta.Education", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-beta", + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaEducationClassAssignment", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432298,21 +433749,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432330,21 +433781,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaEducationClassAssignmentCategoryByRef", - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "CommandAlias": "Remove-MgBetaEducationClassAssignmentCategoryByRef", + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432362,36 +433813,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentDefault", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432409,21 +433860,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432441,21 +433892,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432473,21 +433924,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432505,51 +433956,51 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentSetting", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingScheme", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432567,51 +434018,51 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432629,21 +434080,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -432661,66 +434112,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaEducationClassMemberByRef", - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassMemberEducationUserByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "CommandAlias": "Remove-MgBetaEducationClassMemberByRef", + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassModule", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -432738,21 +434189,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassModuleResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -432770,230 +434221,230 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgBetaEducationClassTeacherByRef", - "Method": "DELETE", "Command": "Remove-MgBetaEducationClassTeacherEducationUserByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "CommandAlias": "Remove-MgBetaEducationClassTeacherByRef", + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationMe", - "ApiReferenceLink": null, "Uri": "/education/me", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationMeAssignment", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaEducationMeAssignmentCategoryByRef", - "Method": "DELETE", "Command": "Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "CommandAlias": "Remove-MgBetaEducationMeAssignmentCategoryByRef", + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationMeAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationMeAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationMeRubric", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics/{educationRubric-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -433011,666 +434462,666 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaEducationSchoolClassByRef", - "Method": "DELETE", "Command": "Remove-MgBetaEducationSchoolClassEducationClassByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "CommandAlias": "Remove-MgBetaEducationSchoolClassByRef", + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaEducationSchoolUserByRef", - "Method": "DELETE", "Command": "Remove-MgBetaEducationSchoolUserEducationUserByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "CommandAlias": "Remove-MgBetaEducationSchoolUserByRef", + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationSynchronizationProfileError", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationSynchronizationProfileStatus", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaEducationUserAssignmentCategoryByRef", - "Method": "DELETE", "Command": "Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "CommandAlias": "Remove-MgBetaEducationUserAssignmentCategoryByRef", + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationUserAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaEntitlementManagementSubjectByObjectId", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems/{authorizationSystem-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalConnection", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -433688,21 +435139,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalConnectionGroup", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -433720,21 +435171,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -433752,21 +435203,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalConnectionItem", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -433784,1763 +435235,2056 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalConnectionOperation", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalConnectionQuota", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/quota", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": null, "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalIndustryDataInboundFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": null, "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": null, "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": null, "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": null, "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaExternalIndustryDataYear", - "ApiReferenceLink": null, "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanyCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaFinancialCompanyEmployeePictureContent", + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "CommandAlias": null, "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanyInformationPicture", + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanyItemPictureContent", + "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanyPictureContent", + "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", + "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", + "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", + "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyVendorCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaFinancialCompanyVendorPictureContent", + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", "CommandAlias": null, + "Module": "Beta.Financials", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", "Uri": "/groups/{group-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaGroupAcceptedSenderByRef", - "Method": "DELETE", "Command": "Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaGroupAcceptedSenderByRef", + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", "Uri": "/groups(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupCalendarEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -435558,36 +437302,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupCalendarPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupConversation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -435605,21 +437349,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupConversationThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -435637,786 +437381,1116 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupConversationThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupConversationThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupConversationThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveBundleContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItem", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveBundleContentStream", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemAnalytic", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveFollowingContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveFollowingContentStream", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemListItem", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveItemAnalytic", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemListItemField", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveItemChildContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveItemChildContentStream", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaGroupDriveItemPermanent", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveItemContentStream", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveItemListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemSubscription", + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", - "ApiVersion": "beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemThumbnail", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContentStream", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveItemListItemField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveItemListItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveItemVersion", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveItemPermanent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "CommandAlias": null, + "Module": "Beta.Groups", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "OutputType": null, + "Method": "POST", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveItemPermission", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveItemSubscription", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveList", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveItemThumbnail", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveItemVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveItemVersionContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveList", + "Uri": "/groups/{group-id}/drives/{drive-id}/list", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveListItemDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveListItemDriveItemContentStream", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupDriveListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveRoot", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveRootChildContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaGroupDriveRootListItem", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveRootChildContentStream", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveRootContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveRootContentStream", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveRootListItem", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContentStream", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaGroupDriveRootPermanent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupDriveRootVersionContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaGroupEndpoint", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveSpecialContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupDriveSpecialContentStream", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupEndpoint", + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "CommandAlias": null, + "Module": "Beta.Groups", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -436434,235 +438508,235 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaGroupFavorite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta", "Uri": "/groups/{group-id}/removeFavorite", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaGroupFromLifecyclePolicy", - "ApiReferenceLink": null, "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaGroupMemberByRef", - "Method": "DELETE", "Command": "Remove-MgBetaGroupMemberDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaGroupMemberByRef", + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -436688,36 +438762,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -436735,51 +438809,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Remove-MgBetaGroupOnenotePageContent", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Beta.Notes", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaGroupOwnerByRef", - "Method": "DELETE", "Command": "Remove-MgBetaGroupOwnerDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaGroupOwnerByRef", + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -436797,23 +438886,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaGroupPasswordSingleSignOnCredential", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/deletePasswordSingleSignOnCredentials", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -436839,36 +438928,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupPhoto", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/photo", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -436886,51 +438975,85 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Remove-MgBetaGroupPhotoContent", + "Uri": "/groups/{group-id}/photo/$value", "CommandAlias": null, + "Module": "Beta.Groups", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Permissions": [ + { + "Name": "ProfilePhoto.ReadWrite.All", + "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, 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 + } + ] + }, + { "Command": "Remove-MgBetaGroupPlannerPlanDetail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaGroupRejectedSenderByRef", - "Method": "DELETE", "Command": "Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaGroupRejectedSenderByRef", + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -436948,1950 +439071,2213 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/remove", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite", + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "CommandAlias": null, "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "CommandAlias": null, + "Module": "Beta.Sites", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteGetByPathInformationProtection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteGetByPathRecycleBin", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteInformationProtection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContent", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "CommandAlias": null, "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "CommandAlias": null, + "Module": "Beta.Sites", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupSiteListItemDriveItemContent", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "CommandAlias": null, "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupSiteListItemDriveItemContentStream", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "CommandAlias": null, + "Module": "Beta.Sites", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupSiteListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Beta.Sites", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Beta.Sites", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupSiteOnenotePageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Beta.Sites", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupSiteOnenoteResourceContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "CommandAlias": null, + "Module": "Beta.Sites", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Beta.Sites", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupSiteOnenoteSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Beta.Sites", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteRecycleBin", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupTeamChannelFileFolderContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupTeamChannelFileFolderContentStream", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", "CommandAlias": null, + "Module": "Beta.Teams", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupTeamPhotoContent", + "Uri": "/groups/{group-id}/team/photo/$value", "CommandAlias": null, + "Module": "Beta.Teams", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "CommandAlias": null, "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", "CommandAlias": null, + "Module": "Beta.Teams", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamSchedule", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -438909,577 +441295,637 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupThreadPostInReplyToMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaGroupThreadPostMention", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-delete-attributes?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-delete-attributes?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityB2CUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete-identityproviders?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "CommandAlias": null, + "Module": "Beta.Identity.SignIns", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "CommandAlias": null, + "Module": "Beta.Identity.SignIns", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "Method": "DELETE", "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "CommandAlias": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef", + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "CommandAlias": null, + "Module": "Beta.Identity.SignIns", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "CommandAlias": null, + "Module": "Beta.Identity.SignIns", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -439497,21 +441943,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -439529,1211 +441975,1225 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy", - "ApiReferenceLink": null, "Uri": "/identity/continuousAccessEvaluationPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/policy", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight", + "Uri": "/identityGovernance/lifecycleWorkflows/insights", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalytic", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAw", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzure", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcp", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionManagement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/userFlows/{identityUserFlow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/informationProtection/sensitivityPolicySettings", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaInvitation", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -440751,263 +443211,278 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfileConnector", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "CommandAlias": null, + "Module": "Beta.Applications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "Method": "DELETE", "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOrganization", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOrganizationBranding", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -441025,21 +443500,96 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Remove-MgBetaOrganizationBrandingBackgroundImage", + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" ], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaOrganizationBrandingBannerLogo", + "Uri": "/organization/{organization-id}/branding/bannerLogo", "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationBrandingLocalization", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaOrganizationBrandingCustomCss", + "Uri": "/organization/{organization-id}/branding/customCSS", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaOrganizationBrandingFavicon", + "Uri": "/organization/{organization-id}/branding/favicon", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaOrganizationBrandingHeaderLogo", + "Uri": "/organization/{organization-id}/branding/headerLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "CommandAlias": null, "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -441057,201 +443607,336 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationBannerLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationCustomCss", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationFavicon", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationExtension", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationHeaderLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "CommandAlias": null, "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaOrganizationBrandingSquareLogo", + "Uri": "/organization/{organization-id}/branding/squareLogo", "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaOrganizationPartnerInformation", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaOrganizationBrandingSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/partnerInformation", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaOrganizationExtension", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "CommandAlias": null, "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaOrganizationPartnerInformation", + "Uri": "/organization/{organization-id}/partnerInformation", "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaOrganizationSetting", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOrganizationSettingContactInsight", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings/contactInsights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOrganizationSettingItemInsight", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings/itemInsights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaOrganizationSettingPersonInsight", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings/peopleInsights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPlace", - "ApiReferenceLink": null, "Uri": "/places/{place-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPlaceAsRoomListWorkspace", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPlaceByPlaceId", - "ApiReferenceLink": null, "Uri": "/places(placeId='{placeId}')", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPlannerBucket", - "ApiReferenceLink": null, "Uri": "/planner/buckets/{plannerBucket-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -441277,21 +443962,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPlannerPlan", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -441317,21 +444002,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPlannerRoster", - "ApiReferenceLink": null, "Uri": "/planner/rosters/{plannerRoster-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -441349,21 +444034,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPlannerRosterMember", - "ApiReferenceLink": null, "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -441381,21 +444066,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPlannerTask", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -441421,80 +444106,80 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyAccessReviewPolicy", - "ApiReferenceLink": null, "Uri": "/policies/accessReviewPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -441512,35 +444197,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy", - "ApiReferenceLink": null, "Uri": "/policies/adminConsentRequestPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -441558,64 +444243,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationFlowsPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -441633,80 +444318,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyAuthorizationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy", - "ApiReferenceLink": null, "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyClaimMappingPolicy", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -441724,207 +444409,207 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/default", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/defaultAppManagementPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "ApiReferenceLink": null, "Uri": "/policies/directoryRoleAccessReviewPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyExternalIdentityPolicy", - "ApiReferenceLink": null, "Uri": "/policies/externalIdentitiesPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "Method": "DELETE", "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/federatedTokenValidationPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -441942,249 +444627,249 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyPermissionGrantPolicy", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyRoleManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -442202,21 +444887,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPolicyTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -442234,205 +444919,235 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintConnector", - "ApiReferenceLink": null, "Uri": "/print/connectors/{printConnector-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintOperation", - "ApiReferenceLink": null, "Uri": "/print/operations/{printOperation-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintPrinter", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintPrinterJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintPrinterJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaPrintPrinterJobDocumentContent", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaPrintPrinterJobTask", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintPrinterShare", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaPrintPrinterShareJobDocumentContent", + "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintPrinterTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -442450,755 +445165,771 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintService", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintShareAllowedGroupByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintShareAllowedUserByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaPrintShareJobDocumentContent", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedApproval", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null, "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedRole", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaPrivilegedRoleSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaProgram", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta", "Uri": "/programs/{program-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaProgramControl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta", "Uri": "/programControls/{programControl-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -443207,359 +445938,358 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaProgramControlProgram", - "ApiReferenceLink": null, "Uri": "/programControls/{programControl-id}/program", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaProgramControlType", - "ApiReferenceLink": null, "Uri": "/programControlTypes/{programControlType-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaReportPartnerBilling", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/{operation-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaReportPartnerBillingReconciliation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation/billed", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaReportPartnerBillingUsage", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaReportPartnerBillingUsageBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/billed", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/unbilled", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaReportSlaAzureAdAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/sla/azureADAuthentication", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaReportUserInsightDaily", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaReportUserInsightMonthly", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementCloudPc", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -443577,36 +446307,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -443648,95 +446378,95 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDeviceManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -443754,36 +446484,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -443825,200 +446555,200 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectory", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -444036,440 +446766,440 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -444487,380 +447217,380 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementExchange", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementExchangeCustomAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta", "Uri": "/schemaExtensions/{schemaExtension-id}", + "CommandAlias": null, + "Module": "Beta.SchemaExtensions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.SchemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -444878,21 +447608,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSearchAcronym", - "ApiReferenceLink": null, "Uri": "/search/acronyms/{acronym-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -444910,21 +447640,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSearchBookmark", - "ApiReferenceLink": null, "Uri": "/search/bookmarks/{bookmark-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -444942,21 +447672,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSearchQna", - "ApiReferenceLink": null, "Uri": "/search/qnas/{qna-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -444974,305 +447704,305 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAction", - "ApiReferenceLink": null, "Uri": "/security/securityActions/{securityAction-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/{payload-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-delete-trainingcampaigns?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAuditLog", - "ApiReferenceLink": null, "Uri": "/security/auditLog", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/{auditLogQuery-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityAuditLogQueryRecord", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCase", - "ApiReferenceLink": null, "Uri": "/security/cases", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445290,31 +448020,32 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "Remove1", @@ -445323,7 +448054,6 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445341,66 +448071,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445418,61 +448148,62 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "Remove1", @@ -445481,7 +448212,6 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445499,81 +448229,111 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "CommandAlias": null, "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445591,51 +448351,51 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -445653,1046 +448413,1120 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCollaboration", - "ApiReferenceLink": null, "Uri": "/security/collaboration", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": null, "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityIdentity", - "ApiReferenceLink": null, "Uri": "/security/identities", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": null, "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaSecurityIdentitySensor", + "Uri": "/security/identities/sensors/{sensor-id}", "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityInformationProtection", - "ApiReferenceLink": null, "Uri": "/security/informationProtection", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/labelPolicySettings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityLabel", - "ApiReferenceLink": null, "Uri": "/security/labels", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/{citationTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/{departmentTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaSecurityLabelRetentionLabel", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-beta", + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaSecurityLabelRetentionLabel", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaSecurityPartner", + "Uri": "/security/partner", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ - "Delete", - "DeleteViaIdentity" + "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaSecurityPartnerSecurityAlert", + "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityProviderTenantSetting", - "ApiReferenceLink": null, "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityRule", - "ApiReferenceLink": null, "Uri": "/security/rules", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": null, "Uri": "/security/rules/detectionRules/{detectionRule-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores/{secureScore-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligence", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/{article-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatSubmission", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityTiIndicator", - "ApiReferenceLink": null, "Uri": "/security/tiIndicators/{tiIndicator-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta", "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphResultInfo", + "Method": "POST", "Variants": [ "Delete", "DeleteExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphResultInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaSecurityTiIndicatorMultiple", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta", "Uri": "/security/tiIndicators/deleteTiIndicators", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphResultInfo", + "Method": "POST", "Variants": [ "Delete1", "DeleteExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphResultInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityTrigger", - "ApiReferenceLink": null, "Uri": "/security/triggers", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityTriggerType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentArchive", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "CommandAlias": null, "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentContent", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -446718,66 +449552,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", "Uri": "/servicePrincipals(appId='{appId}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef", - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", + "CommandAlias": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -446819,51 +449653,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Remove-MgBetaServicePrincipalClaimPolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", "CommandAlias": null, + "Module": "Beta.Applications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", + "CommandAlias": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -446905,36 +449754,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalLicenseDetail", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaServicePrincipalOwnerByRef", - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaServicePrincipalOwnerByRef", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -446960,23 +449809,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -447002,81 +449851,139 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, 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": "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 + } + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, 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": "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 + } + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalSynchronization", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -447094,36 +450001,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "CommandAlias": null, + "Module": "Beta.Applications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -447149,363 +450071,487 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaShareDriveItemContent", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaShareList", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaShareDriveItemContentStream", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaShareItemContent", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaShareItemContentStream", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaShareList", + "Uri": "/shares/{sharedDriveItem-id}/list", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaShareListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaShareListItemDriveItemContent", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaShareListItemDriveItemContentStream", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaShareListItemField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaShareListItemVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSharePermission", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/permission", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaShareRootContent", + "Uri": "/shares/{sharedDriveItem-id}/root/content", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaShareRootContentStream", + "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -447523,21 +450569,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -447555,21 +450601,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -447587,102 +450633,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteListColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -447700,21 +450746,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteListContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -447732,21 +450778,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -447764,66 +450810,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteListItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -447857,126 +450903,126 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteListItemField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteListOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -447994,678 +451040,678 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSubscribedSku", - "ApiReferenceLink": null, "Uri": "/subscribedSkus/{subscribedSku-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta", "Uri": "/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.ChangeNotifications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ChangeNotifications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Channel.Delete.Group", @@ -448699,81 +451745,113 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaTeamChannelFileFolderContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaTeamChannelFileFolderContentStream", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", "CommandAlias": null, + "Module": "Beta.Teams", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -448847,21 +451925,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -448927,201 +452005,248 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaTeamPhotoContent", + "Uri": "/teams/{team-id}/photo/$value", "CommandAlias": null, + "Module": "Beta.Teams", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaTeamPrimaryChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContent", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "CommandAlias": null, "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContentStream", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", "CommandAlias": null, + "Module": "Beta.Teams", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamSchedule", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -449139,36 +452264,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -449186,21 +452311,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -449226,66 +452351,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -449303,21 +452428,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -449335,21 +452460,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -449367,21 +452492,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamTag", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -449399,21 +452524,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamTagMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -449431,1025 +452556,1074 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", "CommandAlias": null, + "Module": "Beta.Teams", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDevice", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDeviceActivity", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDeviceHealth", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkDeviceOperation", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkTeamAppSetting", - "ApiReferenceLink": null, "Uri": "/teamwork/teamsAppSettings", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkTeamTemplate", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTrustFrameworkKeySet", - "ApiReferenceLink": null, "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaTrustFrameworkPolicy", - "ApiReferenceLink": null, "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaTrustFrameworkPolicyContent", + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", "CommandAlias": null, + "Module": "Beta.Identity.SignIns", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta", "Uri": "/users/{user-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -450491,81 +453665,81 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserActivityStatistics", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationEmailMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -450583,21 +453757,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationFido2Method", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -450615,21 +453789,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -450647,36 +453821,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -450694,21 +453868,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationPhoneMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -450726,36 +453900,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationPlatformCredentialMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -450773,21 +453947,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -450805,21 +453979,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -450837,1994 +454011,2403 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaUserChatAccessForUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/removeAllAccessForUser", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserChatOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserContactFolderChildFolderContactPhotoContent", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "CommandAlias": null, + "Module": "Beta.PersonalContacts", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserContactFolderContactPhotoContent", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "CommandAlias": null, "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaUserContactPhotoContent", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "CommandAlias": null, + "Module": "Beta.PersonalContacts", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDeviceByDeviceId", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDeviceCommand", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDeviceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaUserDeviceRegisteredOwnerByRef", - "Method": "DELETE", "Command": "Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaUserDeviceRegisteredOwnerByRef", + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaUserDeviceRegisteredUserByRef", - "Method": "DELETE", "Command": "Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgBetaUserDeviceRegisteredUserByRef", + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveBundleContent", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItem", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveBundleContentStream", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveFollowingContent", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveFollowingContentStream", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveItemChildContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveItemListItem", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveItemChildContentStream", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveItemContentStream", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveItemListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContentStream", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaUserDriveItemPermanent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveItemVersionContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserDriveList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveListColumn", + "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListColumn", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveListContentType", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveListContentTypeColumn", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", + "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListContentType", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveListItemDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveListItemDriveItemContentStream", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListContentTypeColumn", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveListItemField", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveListItemVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveListOperation", + "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveListSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", + "ApiVersion": "beta", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserDriveRoot", + "Uri": "/users/{user-id}/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootAnalytic", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListItem", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootChildContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootChildContentStream", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListItemField", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootContentStream", + "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListItemVersionField", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListOperation", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRoot", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootAnalytic", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContentStream", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootListItemField", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootListItem", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootListItemVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootListItemVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootPermanent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootListItemField", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootPermission", + "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootRetentionLabel", + "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootListItemVersionField", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootSubscription", + "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "CommandAlias": null, - "Method": "POST", - "Command": "Remove-MgBetaUserDriveRootPermanent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootThumbnail", + "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootRetentionLabel", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveRootVersionContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveSpecialContent", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserDriveSpecialContentStream", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgBetaUserDriveRootVersion", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", "Uri": "/users/{user-id}/followedSites/remove", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSite", + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInformationProtection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInsightShared", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInsightTrending", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserInsightUsed", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserLicenseDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageContent", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "CommandAlias": null, + "Module": "Beta.Mail", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserMailFolderMessageContent", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "CommandAlias": null, + "Module": "Beta.Mail", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMailFolderMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserManagerByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/manager/$ref", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -452842,156 +456425,171 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserMessageContent", + "Uri": "/users/{user-id}/messages/{message-id}/$value", "CommandAlias": null, + "Module": "Beta.Mail", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMessageMention", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMobileAppIntentAndState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserNotification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/notifications/{notification-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -453009,51 +456607,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Remove-MgBetaUserOnenotePageContent", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Beta.Notes", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserOnenoteSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -453071,85 +456684,147 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { + "Command": "Remove-MgBetaUserOnlineMeetingAlternativeRecording", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "CommandAlias": null, + "Module": "Beta.CloudCommunications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingAttendeeReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "CommandAlias": null, "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaUserOnlineMeetingBroadcastRecording", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "CommandAlias": null, + "Module": "Beta.CloudCommunications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserOnlineMeetingRecordingContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "CommandAlias": null, + "Module": "Beta.CloudCommunications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserOnlineMeetingRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -453167,36 +456842,36 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -453222,188 +456897,218 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgBetaUserOnlineMeetingTranscriptContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "CommandAlias": null, "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgBetaUserOnlineMeetingTranscriptMetadataContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "CommandAlias": null, + "Module": "Beta.CloudCommunications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserOutlookMasterCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOutlookTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOutlookTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgBetaUserPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta", "Uri": "/users/{user-id}/deletePasswordSingleSignOnCredentials", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -453429,21 +457134,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/photo", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.ReadWrite", @@ -453469,36 +457174,78 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Remove-MgBetaUserPhotoContent", + "Uri": "/users/{user-id}/photo/$value", "CommandAlias": null, + "Module": "Beta.Users", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Permissions": [ + { + "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": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "ProfilePhoto.ReadWrite.All", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and update user profiles without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] + }, + { "Command": "Remove-MgBetaUserPresence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/presence", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfile", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453516,21 +457263,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453548,21 +457295,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileAddress", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453580,21 +457327,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileAnniversary", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453612,21 +457359,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileAward", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453644,21 +457391,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileCertification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453676,21 +457423,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileEducationalActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453708,21 +457455,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileEmail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453740,21 +457487,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileInterest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453772,21 +457519,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileLanguage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453804,21 +457551,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileName", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/names/{personName-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453836,21 +457583,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileNote", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -453892,21 +457639,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfilePatent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453924,21 +457671,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfilePhone", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453956,21 +457703,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfilePosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -453988,21 +457735,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileProject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -454020,21 +457767,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfilePublication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -454052,21 +457799,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileSkill", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -454084,21 +457831,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileWebAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -454116,21 +457863,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserProfileWebsite", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -454148,291 +457895,291 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserScopedRoleMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSecurity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSecurityInformationProtection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSettingContactMergeSuggestion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSettingItemInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/itemInsights", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSettingShiftPreference", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/shiftPreferences", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSettingStorage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/storage", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSettingStorageQuota", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/storage/quota", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSettingStorageQuotaService", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSettingWindows", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserTeamwork", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserTeamworkInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -454530,21 +458277,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserTodoList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.Read", @@ -454570,36 +458317,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserTodoListExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserTodoListTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -454617,21 +458364,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserTodoListTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -454649,36 +458396,83 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { + "Command": "Remove-MgBetaUserTodoListTaskAttachmentContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "CommandAlias": null, + "Module": "Beta.Users", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [ + { + "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": true + }, + { + "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": true + } + ] + }, + { "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgBetaUserTodoListTaskAttachmentSessionContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "CommandAlias": null, + "Module": "Beta.Users", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgBetaUserTodoListTaskChecklistItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -454696,36 +458490,36 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserTodoListTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaUserTodoListTaskLinkedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -454743,519 +458537,520 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete1", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByEmail", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByUserId", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuDeployment", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "CommandAlias": "Remove-MgBetaWuDeployment", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContent", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContent", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", - "Method": "POST", "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceMemberGraphBPreId", - "Method": "POST", "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceMemberGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuPolicy", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "CommandAlias": "Remove-MgBetaWuPolicy", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudience", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "CommandAlias": "Remove-MgBetaWuPolicyAudience", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContent", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContent", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusion", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusion", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMember", - "Method": "POST", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", - "Method": "POST", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceMember", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity", @@ -455264,253 +459059,252 @@ "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuPolicyAudienceMemberGraphBPreId", - "Method": "POST", "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceMemberGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuPolicyComplianceChange", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "CommandAlias": "Remove-MgBetaWuPolicyComplianceChange", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuProduct", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}", + "CommandAlias": "Remove-MgBetaWuProduct", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuProductEdition", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", + "CommandAlias": "Remove-MgBetaWuProductEdition", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuProductKnownIssue", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", + "CommandAlias": "Remove-MgBetaWuProductKnownIssue", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", + "CommandAlias": "Remove-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", + "CommandAlias": "Remove-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuProductRevision", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", + "CommandAlias": "Remove-MgBetaWuProductRevision", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuProductRevisionCatalogEntry", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", + "CommandAlias": "Remove-MgBetaWuProductRevisionCatalogEntry", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuProductRevisionKnowledgeBaseArticle", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", + "CommandAlias": "Remove-MgBetaWuProductRevisionKnowledgeBaseArticle", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuResourceConnection", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "CommandAlias": "Remove-MgBetaWuResourceConnection", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuUpdatableAsset", - "Method": "DELETE", "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "CommandAlias": "Remove-MgBetaWuUpdatableAsset", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuUpdatableAssetMember", - "Method": "POST", "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", + "CommandAlias": "Remove-MgBetaWuUpdatableAssetMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgBetaWuUpdatableAssetMemberGraphBPreId", - "Method": "POST", "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", + "CommandAlias": "Remove-MgBetaWuUpdatableAssetMemberGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBookingBusiness", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBookingBusinessAppointment", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -455544,36 +459338,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBookingBusinessCalendarView", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBookingBusinessCustomer", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -455607,21 +459401,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBookingBusinessCustomQuestion", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -455647,21 +459441,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBookingBusinessService", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -455679,21 +459473,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBookingBusinessStaffMember", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -455711,51 +459505,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgBookingCurrency", - "ApiReferenceLink": null, "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0", "Uri": "/chats/{chat-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgChatInstalledApp", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -455813,36 +459607,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/lastMessagePreview", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgChatMember", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -455868,51 +459662,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -455930,21 +459726,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgChatTab", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -455994,21 +459790,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgCommunicationCall", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -456026,21 +459822,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -456058,51 +459854,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgCommunicationCallContentSharingSession", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgCommunicationCallParticipant", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -456120,171 +459916,231 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgCommunicationOnlineMeetingAttendeeReport", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "CommandAlias": null, + "Module": "CloudCommunications", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgCommunicationOnlineMeetingRecordingContent", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "CommandAlias": null, + "Module": "CloudCommunications", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgCommunicationOnlineMeetingTranscriptContent", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "CommandAlias": null, "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent", + "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "CommandAlias": null, + "Module": "CloudCommunications", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences/{presence-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgContract", - "ApiReferenceLink": null, "Uri": "/contracts/{contract-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDataPolicyOperation", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", "Uri": "/devices/{device-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -456302,36 +460158,36 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456349,21 +460205,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456381,36 +460237,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456428,21 +460284,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456460,51 +460316,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtection", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456522,21 +460378,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456554,96 +460410,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppPolicy", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistration", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456661,141 +460517,141 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppStatus", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBook", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookDeviceState", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456813,21 +460669,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456845,21 +460701,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -456877,921 +460733,921 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowsmicrosoftedgeapp-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppCategory", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfiguration", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -457809,21 +461665,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -457841,36 +461697,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceAppMgtVppToken", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementVppToken", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "CommandAlias": "Remove-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -457888,21 +461744,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -457920,21 +461776,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -457952,21 +461808,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -457984,21 +461840,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "DELETE", "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -458016,80 +461872,80 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", "Uri": "/devices(deviceId='{deviceId}')", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/applePushNotificationCertificate", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458107,35 +461963,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementConditionalAccessSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/conditionalAccessSettings", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -458153,21 +462009,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -458185,319 +462041,319 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscompliancepolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-macosgeneraldeviceconfiguration-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458515,21 +462371,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458547,21 +462403,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458579,51 +462435,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -458641,143 +462497,143 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -458795,21 +462651,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458827,51 +462683,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458889,21 +462745,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -458921,35 +462777,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementResourceOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -458967,21 +462823,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -458999,21 +462855,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -459031,21 +462887,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -459063,96 +462919,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459170,21 +463026,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459202,21 +463058,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459234,21 +463090,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459266,21 +463122,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459298,21 +463154,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459330,21 +463186,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459362,21 +463218,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459394,50 +463250,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459455,51 +463311,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459517,21 +463373,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459549,21 +463405,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459581,21 +463437,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459613,21 +463469,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459645,21 +463501,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459677,21 +463533,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459709,35 +463565,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459755,35 +463611,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459801,21 +463657,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459833,21 +463689,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -459865,171 +463721,171 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -460047,21 +463903,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -460079,186 +463935,186 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgDeviceRegisteredOwnerByRef", - "Method": "DELETE", "Command": "Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgDeviceRegisteredOwnerByRef", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDeviceRegisteredUserByRef", - "Method": "DELETE", "Command": "Remove-MgDeviceRegisteredUserDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgDeviceRegisteredUserByRef", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDirectoryAdministrativeUnitMemberByRef", - "Method": "DELETE", "Command": "Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgDirectoryAdministrativeUnitMemberByRef", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryAttributeSet", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets/{attributeSet-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryDeletedItem", - "ApiReferenceLink": null, "Uri": "/directory/deletedItems/{directoryObject-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -460276,231 +464132,261 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryObject", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0", "Uri": "/directoryObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryRole", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": null, "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgDirectoryRoleMemberByRef", - "Method": "DELETE", "Command": "Remove-MgDirectoryRoleMemberDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgDirectoryRoleMemberByRef", + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectoryRoleTemplate", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions/{companySubscription-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDirectorySubscriptionByCommerceSubscriptionId", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0", "Uri": "/domains/{domain-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDomainFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDomainServiceConfigurationRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDrive", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgDriveBundleContent", + "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, "Module": "Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgDriveFollowingContent", + "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -460526,156 +464412,201 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgDriveItemChildContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, "Module": "Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgDriveItemListItemDriveItemContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgDriveItemPermanent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -460701,516 +464632,621 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgDriveItemVersionContent", + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgDriveList", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgDriveListItemDriveItemContent", + "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgDriveListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveRoot", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgDriveRootChildContent", + "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, "Module": "Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgDriveRootContent", + "Uri": "/drives/{drive-id}/root/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgDriveRootListItemDriveItemContent", + "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgDriveRootPermanent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permanentDelete", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgDriveRootVersionContent", + "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, "Module": "Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgDriveSpecialContent", + "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgEducationClass", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassAssignment", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461228,21 +465264,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461260,21 +465296,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgEducationClassAssignmentCategoryByRef", - "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "CommandAlias": "Remove-MgEducationClassAssignmentCategoryByRef", + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461292,36 +465328,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentDefault", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461339,21 +465375,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461371,21 +465407,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461403,81 +465439,81 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSetting", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461495,51 +465531,51 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgEducationClassMemberByRef", - "Method": "DELETE", "Command": "Remove-MgEducationClassMemberEducationUserByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "CommandAlias": "Remove-MgEducationClassMemberByRef", + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassModule", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -461557,21 +465593,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationClassModuleResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -461589,185 +465625,185 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgEducationClassTeacherByRef", - "Method": "DELETE", "Command": "Remove-MgEducationClassTeacherEducationUserByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "CommandAlias": "Remove-MgEducationClassTeacherByRef", + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationMe", - "ApiReferenceLink": null, "Uri": "/education/me", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationMeAssignment", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgEducationMeAssignmentCategoryByRef", - "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "CommandAlias": "Remove-MgEducationMeAssignmentCategoryByRef", + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationMeRubric", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics/{educationRubric-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -461785,451 +465821,452 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgEducationSchoolClassByRef", - "Method": "DELETE", "Command": "Remove-MgEducationSchoolClassEducationClassByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "CommandAlias": "Remove-MgEducationSchoolClassByRef", + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgEducationSchoolUserByRef", - "Method": "DELETE", "Command": "Remove-MgEducationSchoolUserEducationUserByRef", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "CommandAlias": "Remove-MgEducationSchoolUserByRef", + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgEducationUserAssignmentCategoryByRef", - "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "CommandAlias": "Remove-MgEducationUserAssignmentCategoryByRef", + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -462238,83 +466275,83 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -462323,353 +466360,353 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -462678,83 +466715,83 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -462763,523 +466800,522 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgExternalConnection", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -463297,21 +467333,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgExternalConnectionGroup", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -463329,21 +467365,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -463361,21 +467397,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgExternalConnectionItem", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -463393,111 +467429,111 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgExternalConnectionOperation", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", "Uri": "/groups/{group-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgGroupAcceptedSenderByRef", - "Method": "DELETE", "Command": "Remove-MgGroupAcceptedSenderDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgGroupAcceptedSenderByRef", + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", "Uri": "/groups(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupCalendarEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -463515,36 +467551,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupCalendarPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupConversation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -463562,21 +467598,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupConversationThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -463594,741 +467630,921 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgGroupDriveBundleContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, "Module": "Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgGroupDriveFollowingContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgGroupDriveItemChildContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, "Module": "Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgGroupDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupDriveItemListItemDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgGroupDriveItemPermanent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupDriveItemVersionContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupDriveList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupDriveListItemDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupDriveListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveRoot", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgGroupDriveRootChildContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, "Module": "Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgGroupDriveRootContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupDriveRootListItemDriveItemContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, - "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgGroupDriveRootPermanent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgGroupDriveRootVersionContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, "Module": "Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgGroupDriveSpecialContent", + "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -464346,145 +468562,145 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupEventAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgGroupFavorite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0", "Uri": "/groups/{group-id}/removeFavorite", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgGroupFromLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgGroupMemberByRef", - "Method": "DELETE", "Command": "Remove-MgGroupMemberDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgGroupMemberByRef", + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -464510,36 +468726,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -464557,51 +468773,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Remove-MgGroupOnenotePageContent", + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Notes", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgGroupOwnerByRef", - "Method": "DELETE", "Command": "Remove-MgGroupOwnerDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgGroupOwnerByRef", + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -464619,36 +468850,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupPhoto", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/photo", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [ + { + "Name": "ProfilePhoto.ReadWrite.All", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "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 + } + ] + }, + { + "Command": "Remove-MgGroupPhotoContent", + "Uri": "/groups/{group-id}/photo/$value", + "CommandAlias": null, "Module": "Groups", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -464666,53 +468931,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupPlannerPlanDetail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgGroupRejectedSenderByRef", - "Method": "DELETE", "Command": "Remove-MgGroupRejectedSenderDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgGroupRejectedSenderByRef", + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -464730,825 +468995,946 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": null, "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgGroupSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/remove", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite", + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "CommandAlias": null, + "Module": "Sites", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupSiteListItemDriveItemContent", + "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "CommandAlias": null, + "Module": "Sites", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupSiteListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Sites", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Sites", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupSiteOnenotePageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Sites", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupSiteOnenoteResourceContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "CommandAlias": null, + "Module": "Sites", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Sites", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupSiteOnenoteSectionPageContent", + "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Sites", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -465559,17 +469945,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -465580,136 +469966,136 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -465720,17 +470106,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -465741,51 +470127,51 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -465796,17 +470182,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -465817,687 +470203,739 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgGroupTeamChannelFileFolderContent", + "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, "Module": "Teams", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupTeamPhotoContent", + "Uri": "/groups/{group-id}/team/photo/$value", "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgGroupTeamPrimaryChannelFileFolderContent", + "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamSchedule", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -466515,276 +470953,306 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupThreadPostAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupThreadPostInReplyToAttachment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", - "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "CommandAlias": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "CommandAlias": null, + "Module": "Identity.SignIns", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePageContent", + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "CommandAlias": null, + "Module": "Identity.SignIns", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -466802,21 +471270,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -466834,665 +471302,665 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deletedItemcontainer-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgInvitation", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -467510,36 +471978,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgOrganization", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgOrganizationBranding", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -467557,21 +472025,96 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Remove-MgOrganizationBrandingBackgroundImage", + "Uri": "/organization/{organization-id}/branding/backgroundImage", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" ], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgOrganizationBrandingBannerLogo", + "Uri": "/organization/{organization-id}/branding/bannerLogo", "CommandAlias": null, + "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgOrganizationBrandingLocalization", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgOrganizationBrandingCustomCss", + "Uri": "/organization/{organization-id}/branding/customCSS", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgOrganizationBrandingFavicon", + "Uri": "/organization/{organization-id}/branding/favicon", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgOrganizationBrandingHeaderLogo", + "Uri": "/organization/{organization-id}/branding/headerLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgOrganizationBrandingLocalization", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "CommandAlias": null, "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -467589,81 +472132,216 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Remove-MgOrganizationBrandingLocalizationBackgroundImage", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", + "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgOrganizationBrandingLocalizationBannerLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgOrganizationBrandingLocalizationCustomCss", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "CommandAlias": null, + "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgOrganizationExtension", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgOrganizationBrandingLocalizationFavicon", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgOrganizationBrandingLocalizationHeaderLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogo", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "CommandAlias": null, "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "CommandAlias": null, + "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgPlace", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgOrganizationBrandingSquareLogo", + "Uri": "/organization/{organization-id}/branding/squareLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/places/{place-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgOrganizationBrandingSquareLogoDark", + "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "CommandAlias": null, + "Module": "Identity.SignIns", + "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0", + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgPlaceAsRoomListRoom", - "ApiReferenceLink": null, - "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgOrganizationExtension", + "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgPlace", + "Uri": "/places/{place-id}", + "CommandAlias": null, "Module": "Calendar", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgPlaceAsRoomListRoom", + "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "CommandAlias": null, + "Module": "Calendar", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgPlannerBucket", - "ApiReferenceLink": null, "Uri": "/planner/buckets/{plannerBucket-id}", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -467689,21 +472367,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPlannerPlan", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -467729,21 +472407,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPlannerTask", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -467769,66 +472447,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Planner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -467846,35 +472524,35 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyAdminConsentRequestPolicy", - "ApiReferenceLink": null, "Uri": "/policies/adminConsentRequestPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -467892,64 +472570,64 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationFlowPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationFlowsPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -467967,50 +472645,50 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyAuthorizationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyClaimMappingPolicy", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -468028,165 +472706,165 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/default", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/defaultAppManagementPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", - "Method": "DELETE", "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -468204,140 +472882,140 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyPermissionGrantPolicy", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyRoleManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -468355,21 +473033,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPolicyTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -468387,111 +473065,126 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintConnector", - "ApiReferenceLink": null, "Uri": "/print/connectors/{printConnector-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintOperation", - "ApiReferenceLink": null, "Uri": "/print/operations/{printOperation-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintPrinter", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintPrinterJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintPrinterJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgPrintPrinterJobDocumentContent", + "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "CommandAlias": null, + "Module": "Devices.CloudPrint", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgPrintPrinterJobTask", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintPrinterTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -468509,528 +473202,543 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintService", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintShareAllowedGroupByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintShareAllowedUserByRef", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgPrintShareJobDocumentContent", + "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "CommandAlias": null, + "Module": "Devices.CloudPrint", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgReportPartnerBilling", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/{operation-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgReportPartnerBillingReconciliation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation/billed", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgReportPartnerBillingUsage", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgReportPartnerBillingUsageBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/billed", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/unbilled", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectory", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -469048,125 +473756,125 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -469184,156 +473892,156 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0", "Uri": "/schemaExtensions/{schemaExtension-id}", + "CommandAlias": null, + "Module": "SchemaExtensions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "SchemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -469351,21 +474059,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSearchAcronym", - "ApiReferenceLink": null, "Uri": "/search/acronyms/{acronym-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -469383,21 +474091,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSearchBookmark", - "ApiReferenceLink": null, "Uri": "/search/bookmarks/{bookmark-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -469415,21 +474123,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSearchQna", - "ApiReferenceLink": null, "Uri": "/search/qnas/{qna-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -469447,231 +474155,231 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/{payload-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCase", - "ApiReferenceLink": null, "Uri": "/security/cases", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -469689,31 +474397,32 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "Remove1", @@ -469722,7 +474431,6 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -469740,76 +474448,77 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "Remove1", @@ -469818,7 +474527,6 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -469836,66 +474544,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -469913,51 +474621,51 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -469975,677 +474683,736 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Remove-MgSecurityIdentity", + "Uri": "/security/identities", + "CommandAlias": null, + "Module": "Security", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete" ], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgSecurityIdentityHealthIssue", + "Uri": "/security/identities/healthIssues/{healthIssue-id}", "CommandAlias": null, + "Module": "Security", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityLabel", - "ApiReferenceLink": null, "Uri": "/security/labels", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-authorities?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-categories?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/{citationTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-citations?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/{departmentTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-departments?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-fileplanreferences?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores/{secureScore-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligence", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/{article-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityTrigger", - "ApiReferenceLink": null, "Uri": "/security/triggers", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityTriggerType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", + "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgServiceAnnouncementIssue", + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgServiceAnnouncementMessage", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgServiceAnnouncementMessageAttachment", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServiceAnnouncementIssue", - "ApiReferenceLink": null, - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgServiceAnnouncementMessageAttachmentArchive", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServiceAnnouncementMessage", - "ApiReferenceLink": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgServiceAnnouncementMessageAttachmentContent", + "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, - "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -470671,66 +475438,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", "Uri": "/servicePrincipals(appId='{appId}')", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgServicePrincipalClaimMappingPolicyByRef", - "Method": "DELETE", "Command": "Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", + "CommandAlias": "Remove-MgServicePrincipalClaimMappingPolicyByRef", + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -470772,51 +475539,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "Method": "DELETE", "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", + "CommandAlias": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Policy.Read.All", @@ -470858,23 +475625,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgServicePrincipalKey", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -470900,21 +475667,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Remove-MgServicePrincipalOwnerByRef", - "Method": "DELETE", "Command": "Remove-MgServicePrincipalOwnerDirectoryObjectByRef", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", + "CommandAlias": "Remove-MgServicePrincipalOwnerByRef", + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -470940,23 +475707,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgServicePrincipalPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -470982,81 +475749,139 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, 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": "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 + } + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, 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": "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 + } + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronization", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -471074,36 +475899,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUploadContent", + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "CommandAlias": null, + "Module": "Applications", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -471129,363 +475969,425 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgShareDriveItemContent", + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgShareList", - "ApiReferenceLink": null, - "Uri": "/shares/{sharedDriveItem-id}/list", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgShareItemContent", + "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "CommandAlias": null, "Module": "Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgShareList", + "Uri": "/shares/{sharedDriveItem-id}/list", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgShareListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgShareListItemDriveItemContent", + "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Permissions": [] + }, + { "Command": "Remove-MgShareListItemField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgShareListItemVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSharePermission", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/permission", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgShareRootContent", + "Uri": "/shares/{sharedDriveItem-id}/root/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -471503,21 +476405,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -471535,21 +476437,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -471567,102 +476469,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteListColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -471680,21 +476582,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteListContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -471712,21 +476614,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -471744,51 +476646,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteListItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -471822,126 +476724,126 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteListItemField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteListOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -471959,247 +476861,248 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -472210,17 +477113,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -472231,136 +477134,136 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -472371,17 +477274,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -472392,51 +477295,51 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -472447,17 +477350,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", @@ -472468,237 +477371,236 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSubscribedSku", - "ApiReferenceLink": null, "Uri": "/subscribedSkus/{subscribedSku-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0", "Uri": "/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "ChangeNotifications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "ChangeNotifications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Channel.Delete.Group", @@ -472732,81 +477634,98 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgTeamChannelFileFolderContent", + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -472880,21 +477799,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamInstalledApp", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -472960,186 +477879,218 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgTeamPhotoContent", + "Uri": "/teams/{team-id}/photo/$value", "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgTeamPrimaryChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgTeamPrimaryChannelFileFolderContent", + "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamSchedule", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -473157,36 +478108,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -473204,21 +478155,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -473244,36 +478195,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -473291,21 +478242,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -473323,21 +478274,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -473355,21 +478306,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamTag", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -473387,21 +478338,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamTagMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -473419,320 +478370,339 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Remove", "RemoveViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgTeamworkDeletedTeamChannelFileFolderContent", + "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", - "DeleteViaIdentity" + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamworkTeamAppSetting", - "ApiReferenceLink": null, "Uri": "/teamwork/teamsAppSettings", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-user-delete?view=graph-rest-1.0", "Uri": "/users/{user-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -473774,66 +478744,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}", + "CommandAlias": null, + "Module": "CrossDeviceExperiences", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "CommandAlias": null, + "Module": "CrossDeviceExperiences", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserAuthenticationEmailMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -473851,21 +478821,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserAuthenticationFido2Method", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -473883,21 +478853,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -473915,36 +478885,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserAuthenticationOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserAuthenticationPhoneMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -473962,21 +478932,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -473994,21 +478964,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -474026,21 +478996,21 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -474058,1422 +479028,1681 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgUserChatInstalledApp", + "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "CommandAlias": null, "Module": "Teams", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgUserChatLastMessagePreview", + "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgUserChatInstalledApp", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgUserChatMember", + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgUserChatMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgUserChatMessageHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, "Module": "Teams", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Permissions": [] }, { + "Command": "Remove-MgUserChatMessageReply", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgUserChatLastMessagePreview", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgUserChatMessageReplyHostedContent", + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgUserChatPermissionGrant", + "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserChatPinnedMessage", + "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", - "Command": "Remove-MgUserChatMember", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgUserChatTab", + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", + "ApiVersion": "v1.0", "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Remove-MgUserContact", + "Uri": "/users/{user-id}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserContactExtension", + "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatMessage", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserContactFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatMessageHostedContent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserContactFolderChildFolder", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatMessageReply", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserContactFolderChildFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserContactFolderChildFolderContactExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatPermissionGrant", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserContactFolderChildFolderContactPhotoContent", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatPinnedMessage", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserContactFolderContact", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserChatTab", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserContactFolderContactExtension", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContact", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contacts/{contact-id}", + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserContactFolderContactPhotoContent", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactExtension", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserContactPhotoContent", + "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactFolder", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", + "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactFolderChildFolder", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDrive", + "Uri": "/users/{user-id}/drives/{drive-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactFolderChildFolderContact", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveBundleContent", + "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveFollowingContent", + "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactFolderContact", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserContactFolderContactExtension", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveItemAnalytic", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDrive", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveItemChildContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItem", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemAnalytic", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveItemListItem", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemListItem", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveItemListItemDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "CommandAlias": null, - "Method": "DELETE", - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, - "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgUserDriveItemPermanent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveItemVersionContent", + "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgUserDriveList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveListItemDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgUserDriveListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgUserDriveRootChildContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, "Module": "Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgUserDriveRootContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgUserDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserDriveRootListItemDriveItemContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgUserDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgUserDriveRootPermanent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgUserDriveRootVersionContent", + "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, "Module": "Files", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgUserDriveSpecialContent", + "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "CommandAlias": null, + "Module": "Files", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserEventAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserEventInstanceAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgUserFollowedSite", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", "Uri": "/users/{user-id}/followedSites/remove", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSite", + "Method": "POST", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserLicenseDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserMailFolderChildFolderMessageContent", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "CommandAlias": null, + "Module": "Mail", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserMailFolderMessageContent", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "CommandAlias": null, + "Module": "Mail", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserManagerByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/manager/$ref", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -475491,81 +480720,96 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserMessageAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserMessageContent", + "Uri": "/users/{user-id}/messages/{message-id}/$value", "CommandAlias": null, + "Module": "Mail", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", "Permissions": [ { "Name": "Notes.ReadWrite", @@ -475583,51 +480827,66 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Remove-MgUserOnenotePageContent", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "CommandAlias": null, + "Module": "Notes", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgUserOnenoteSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -475645,96 +480904,198 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserOnlineMeetingAttendeeReport", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "CommandAlias": null, + "Module": "CloudCommunications", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgUserOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserOnlineMeetingRecordingContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "CommandAlias": null, + "Module": "CloudCommunications", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Remove-MgUserOnlineMeetingTranscriptContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "CommandAlias": null, "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] }, { + "Command": "Remove-MgUserOnlineMeetingTranscriptMetadataContent", + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "CommandAlias": null, + "Module": "CloudCommunications", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgUserOutlookMasterCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/photo", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], + "Permissions": [ + { + "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": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "ProfilePhoto.ReadWrite.All", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and update user profiles without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] + }, + { + "Command": "Remove-MgUserPhotoContent", + "Uri": "/users/{user-id}/photo/$value", + "CommandAlias": null, "Module": "Users", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], "Permissions": [ { "Name": "User.ReadWrite", @@ -475760,141 +481121,141 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserPresence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/presence", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserScopedRoleMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserSettingShiftPreference", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/shiftPreferences", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserSettingWindows", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserTeamwork", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserTeamworkInstalledApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0", + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -475992,21 +481353,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserTodoList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.Read", @@ -476032,36 +481393,36 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserTodoListExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserTodoListTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -476079,21 +481440,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskAttachment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -476111,36 +481472,83 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { + "Command": "Remove-MgUserTodoListTaskAttachmentContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "CommandAlias": null, + "Module": "Users", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [ + { + "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": true + }, + { + "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": true + } + ] + }, + { "Command": "Remove-MgUserTodoListTaskAttachmentSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Remove-MgUserTodoListTaskAttachmentSessionContent", + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "CommandAlias": null, + "Module": "Users", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, "Method": "DELETE", + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Remove-MgUserTodoListTaskChecklistItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -476158,36 +481566,36 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgUserTodoListTaskLinkedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -476205,352 +481613,352 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete1", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "DELETE", "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "DELETE", "Variants": [ "Delete", "DeleteViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Rename-MgBetaCommunicationCallScreenSharingRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Rename-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Method": "POST", "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", + "CommandAlias": "Rename-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRecords/changeAlertRecordsPortalNotificationAsSent", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Change", "ChangeExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/changeDeploymentStatus", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Method": "POST", "Variants": [ "Change", "ChangeExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Rename-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Rename-MgBetaUserCloudPcUserAccountType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Rename-MgCommunicationCallScreenSharingRole", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Request", "RequestExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Request", "RequestExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Request", "RequestViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -476568,21 +481976,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Request", "RequestViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -476600,65 +482008,65 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Request", "RequestViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Request-MgBetaPrivilegedApprovalMy", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/myRequests", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "GET", "Variants": [ "Request" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Request", "RequestViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Request", "RequestViaIdentity" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -476676,36 +482084,36 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Request-MgUserManagedDeviceRemoteAssistance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Request", "RequestViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaAccessReviewDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", "Uri": "/accessReviews/{accessReview-id}/resetDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -476723,81 +482131,81 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta", "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-beta", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -476815,472 +482223,487 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { + "Command": "Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}/reset", "CommandAlias": null, + "Module": "Beta.Search", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-provisioningflow-reset?view=graph-rest-beta", + "OutputType": null, "Method": "POST", + "Variants": [ + "Reset", + "ResetViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Reset-MgBetaGroupUnseenCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta", "Uri": "/groups/{group-id}/resetUnseenCount", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta", "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/resetToDefaultSettings", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/resetToDefaultSettings", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaPrintPrinterDefault", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/resetDefaults", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-beta", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/resetTenantOnboardingStatus", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaUserAuthenticationMethodPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaUserManagedDevicePasscode", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgDeviceManagementManagedDevicePasscode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgGroupUnseenCount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0", "Uri": "/groups/{group-id}/resetUnseenCount", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0", "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgUserAuthenticationMethodPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Reset-MgUserManagedDevicePasscode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reset", "ResetViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resize-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/resize", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resize-MgBetaUserCloudPc", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/resize", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resize-MgBetaUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restart-MgApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restart-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restart-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -477298,98 +482721,98 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restart-MgBetaTeamworkDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta", "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restart", "RestartViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restart-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restart-MgBetaUserManagedDeviceNow", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restart-MgDeviceManagementManagedDeviceNow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restart-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -477407,179 +482830,179 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restart-MgUserManagedDeviceNow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reboot", "RebootViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDirectoryDeletedItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta", "Uri": "/directory/deletedItems/{directoryObject-id}/restore", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -477605,327 +483028,327 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/restore", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaPrintPrinterFactoryDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta", "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -477943,55 +483366,55 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -478025,21 +483448,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -478065,318 +483488,318 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaUserDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaUserDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaUserManagedDeviceCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgBetaUserManagedDevicePasscode", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgDeviceManagementManagedDevicePasscode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgDirectoryDeletedItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", "Uri": "/directory/deletedItems/{directoryObject-id}/restore", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgDriveItemListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -478402,342 +483825,342 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgDriveListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/restore", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgDriveRootListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgGroupDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgGroupDriveListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgGroupDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgGroupSettingTemplate", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/restore", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgGroupSiteListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgPrintPrinterFactoryDefault", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0", "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -478755,55 +484178,55 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgShareListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -478837,21 +484260,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgSiteListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -478877,190 +484300,190 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgUserDriveItemListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgUserDriveItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgUserDriveListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgUserDriveRootListItemVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgUserDriveRootVersion", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Restore", "RestoreViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Restore-MgUserManagedDevicePasscode", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Recover", "RecoverViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-beta", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -479078,244 +484501,244 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Revoke-MgBetaDeviceAppMgtVppTokenLicense", - "Method": "POST", "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", + "CommandAlias": "Revoke-MgBetaDeviceAppMgtVppTokenLicense", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -479333,100 +484756,100 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaDeviceManagementElevationRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/revoke", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Method": "POST", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaDriveItemPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -479452,172 +484875,172 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaDriveRootPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaGroupSitePermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaSharePermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaSitePermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaUserDriveItemPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaUserDriveRootPermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgBetaUserSignInSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-beta", "Uri": "/users/{user-id}/revokeSignInSessions", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -479643,21 +485066,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Revoke-MgUserSignInSession", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0", "Uri": "/users/{user-id}/revokeSignInSessions", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -479683,21 +485106,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "POST", "Variants": [ "Search", "SearchExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -479715,306 +485138,306 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity" + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgBetaDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/drives/{drive-id}/search(q='{q}')", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgBetaDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgBetaDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/drives/{drive-id}/root/search(q='{q}')", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgBetaGroupDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgBetaGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgBetaGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgBetaUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgBetaUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgBetaUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/search(q='{q}')", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/root/search(q='{q}')", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgGroupDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgGroupDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgGroupDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgUserDrive", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgUserDriveItem", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Search-MgUserDriveRoot", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", "Variants": [ "Search", "SearchViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaAccessReviewInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaAccessReviewReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", "Uri": "/accessReviews/{accessReview-id}/sendReminder", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -480032,23 +485455,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaChatActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", "Uri": "/chats/{chat-id}/sendActivityNotification", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -480066,108 +485489,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaCommunicationCallDtmfTone", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/sendDtmfTones", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSendDtmfTonesOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480185,38 +485608,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal", - "ApiReferenceLink": null, "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -480234,98 +485657,98 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaFinancialCompanySalesInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaFinancialCompanySalesQuote", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaTeamActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta", "Uri": "/teams/{team-id}/sendActivityNotification", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -480343,21 +485766,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta", "Uri": "/teamwork/sendActivityNotificationToRecipients", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -480375,153 +485798,153 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaUserChatActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaUserMail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta", "Uri": "/users/{user-id}/sendMail", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", "Uri": "/users/{user-id}/messages/{message-id}/send", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -480547,23 +485970,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -480589,38 +486012,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgBetaUserTeamworkActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-beta", "Uri": "/users/{user-id}/teamwork/sendActivityNotification", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -480638,23 +486061,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgChatActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/sendActivityNotification", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -480672,104 +486095,104 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgCommunicationCallDtmfTone", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/sendDtmfTones", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSendDtmfTonesOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgTeamActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0", "Uri": "/teams/{team-id}/sendActivityNotification", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -480787,21 +486210,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgTeamworkActivityNotificationToRecipient", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0", "Uri": "/teamwork/sendActivityNotificationToRecipients", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -480819,102 +486242,102 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgUserChatActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgUserMail", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0", "Uri": "/users/{user-id}/sendMail", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgUserMailFolderMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgUserMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", "Uri": "/users/{user-id}/messages/{message-id}/send", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgUserOnlineMeetingVirtualAppointmentReminderSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -480940,23 +486363,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgUserOnlineMeetingVirtualAppointmentSm", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -480982,23 +486405,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Send-MgUserTeamworkActivityNotification", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0", "Uri": "/users/{user-id}/teamwork/sendActivityNotification", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -481016,21 +486439,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgApplicationLogo", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/logo", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -481048,134 +486471,134 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgApplicationSynchronization", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgApplicationSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgApplicationSynchronizationSecret", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/secrets", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgApplicationVerifiedPublisher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0", "Uri": "/applications/{application-id}/setVerifiedPublisher", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaApplicationConnectorGroupByRef", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/connectorGroup/$ref", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-post-applications?view=graph-rest-beta", + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaApplicationLogo", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/logo", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -481193,411 +486616,411 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaApplicationSynchronization", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaApplicationSynchronizationSecret", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/secrets", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaApplicationVerifiedPublisher", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta", "Uri": "/applications/{application-id}/setVerifiedPublisher", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaChatMessageReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", "Uri": "/communications/presences/{presence-id}/setPresence", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaCommunicationPresenceStatusMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", "Uri": "/communications/presences/{presence-id}/setStatusMessage", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtIosLobAppProvisioningConfiguration", - "Method": "POST", "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "CommandAlias": "Set-MgBetaDeviceAppMgtIosLobAppProvisioningConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtManagedEBook", - "Method": "POST", "Command": "Set-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "CommandAlias": "Set-MgBetaDeviceAppMgtManagedEBook", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtMobileApp", - "Method": "POST", "Command": "Set-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "CommandAlias": "Set-MgBetaDeviceAppMgtMobileApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtMobileAppConfiguration", - "Method": "POST", "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "CommandAlias": "Set-MgBetaDeviceAppMgtMobileAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "POST", "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", + "CommandAlias": "Set-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Method": "POST", "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", + "CommandAlias": "Set-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Set-MgBetaDeviceAppMgtWindowsManagedAppProtection", - "Method": "POST", "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", + "CommandAlias": "Set-MgBetaDeviceAppMgtWindowsManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -481615,204 +487038,204 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementComanagedDeviceName", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementConfigurationPolicyJust", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignJustInTimeConfiguration", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -481829,41 +487252,49 @@ "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 } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -481881,23 +487312,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -481915,23 +487346,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -481949,23 +487380,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceHealthScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -481982,24 +487413,32 @@ "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 } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementDeviceShellScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -482017,174 +487456,174 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementHardwareConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/hardwareConfigurations/{hardwareConfiguration-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHardwareConfigurationAssignment", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphHardwareConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementManagedDeviceName", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta", "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementResourceAccessProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementRoleScopeTag", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -482202,281 +487641,298 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Set-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/setReviewStatus", "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "POST", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Permissions": [] + }, + { "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveBundleContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveFollowingContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveItemChildContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -482502,21 +487958,21 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -482542,53 +487998,53 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -482606,220 +488062,220 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveRootChildContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveRootContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveRootContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaDriveSpecialContentStream", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaEducationClassAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -482837,51 +488293,51 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -482899,21 +488355,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaEducationClassModuleUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -482931,164 +488387,164 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaEducationMeAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaEducationUserAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaExternalConnectionItem", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -483106,680 +488562,680 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanyInformationPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanyItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanyPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaFinancialCompanyVendorPictureContent", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveBundleContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveFollowingContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveItemChildContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaGroupDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveRootChildContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveRootContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveRootContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaGroupDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupDriveSpecialContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaGroupLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta", "Uri": "/groups/{group-id}/assignLicense", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -483797,73 +489253,73 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupPhotoContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/photo/$value", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -483876,203 +489332,203 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupSiteListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupSiteListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupSiteOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeam", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -484090,408 +489546,408 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeam" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupTeamChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaGroupTeamSchedule", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedule", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingBackgroundImage", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/backgroundImage", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingBannerLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/bannerLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingCustomCss", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/customCSS", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingFavicon", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/favicon", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingHeaderLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/headerLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484509,21 +489965,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta", + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484541,21 +489997,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484573,21 +490029,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484605,21 +490061,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484637,21 +490093,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484669,21 +490125,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -484701,51 +490157,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingSquareLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/squareLogo", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -484763,207 +490219,241 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { + "Command": "Set-MgBetaPlannerRosterSensitivityLabel", + "Uri": "/planner/rosters/{plannerRoster-id}/assignSensitivityLabel", "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "Module": "Beta.Planner", + "ApiVersion": "beta", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerRoster", + "Method": "POST", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], + "Permissions": [ + { + "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": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "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": true + } + ] + }, + { + "Command": "Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaPrintPrinterJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaPrintShareJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}/comments", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlertComment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaSecurityIncidentAlertComment", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlertComment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaServicePrincipalSynchronization", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaServicePrincipalSynchronizationSecret", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -484981,485 +490471,485 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaShareDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaShareDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaShareItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaShareItemContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaShareListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaShareListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaShareRootContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaShareRootContentStream", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaSiteListItemActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaSiteListItemActivityDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaSiteListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaSiteListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaSiteOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/photo/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamSchedule", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchedule", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -485477,179 +490967,179 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchedule" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-beta", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/assignTag", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTenantRelationshipMultiTenantOrganization", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Method": "PUT", "Variants": [ "Set", "SetExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaTrustFrameworkPolicyContent", - "ApiReferenceLink": null, "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaUserChatMessageReaction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "ChatMessage.Send", @@ -485667,498 +491157,515 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaUserChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { + "Command": "Set-MgBetaUserCloudPcReviewStatus", + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/setReviewStatus", "CommandAlias": null, - "Method": "PUT", - "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", + "Module": "Beta.Users.Actions", + "ApiVersion": "beta", "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], + "Permissions": [] + }, + { + "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserContactFolderContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveBundleContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveFollowingContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveItemChildContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveItemListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaUserDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveRootChildContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveRootContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveRootContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveRootListItemDriveItemContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaUserDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserDriveSpecialContentStream", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaUserLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta", "Uri": "/users/{user-id}/assignLicense", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -486176,87 +491683,87 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserMailFolderMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaUserManagedDeviceName", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserManagerByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/manager/$ref", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-beta", + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -486274,188 +491781,188 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/$value", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/photo/$value", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.ReadWrite", @@ -486481,23 +491988,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", "Uri": "/users/{user-id}/presence/setPresence", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -486515,23 +492022,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaUserPresenceStatusMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", "Uri": "/users/{user-id}/presence/setStatusMessage", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -486549,23 +492056,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgBetaUserPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", "Uri": "/users/{user-id}/presence/setUserPreferredPresence", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -486583,330 +492090,330 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserTodoListTaskAttachmentContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgChatMessageReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgCommunicationOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgCommunicationPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", "Uri": "/communications/presences/{presence-id}/setPresence", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgCommunicationPresenceStatusMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", "Uri": "/communications/presences/{presence-id}/setStatusMessage", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgCommunicationPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Set-MgDeviceAppMgtManagedEBook", - "Method": "POST", "Command": "Set-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "CommandAlias": "Set-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Set-MgDeviceAppMgtMobileApp", - "Method": "POST", "Command": "Set-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "CommandAlias": "Set-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Set-MgDeviceAppMgtMobileAppConfiguration", - "Method": "POST", "Command": "Set-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "CommandAlias": "Set-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "POST", "Command": "Set-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-assign?view=graph-rest-1.0", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", + "CommandAlias": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-assign?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-assign?view=graph-rest-1.0", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-assign?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -486924,23 +492431,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-setpriority?view=graph-rest-1.0", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-setpriority?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -486958,117 +492465,117 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -487094,38 +492601,38 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -487143,145 +492650,145 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgDriveRootContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgEducationClassAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -487299,51 +492806,51 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgEducationClassAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -487361,21 +492868,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgEducationClassModuleUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -487393,164 +492900,164 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgEducationMeAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgEducationMeAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgEducationUserAssignmentRubricByRef", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgEducationUserAssignmentUpResourceFolder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgEntitlementManagementAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgExternalConnectionItem", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -487568,237 +493075,237 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgGroupDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupDriveRootContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgGroupDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgGroupLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0", "Uri": "/groups/{group-id}/assignLicense", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -487816,68 +493323,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupPhotoContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/photo/$value", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Groups", "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -487895,143 +493402,143 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupSiteListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupSiteOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeam", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -488049,316 +493556,316 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeam" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgGroupTeamSchedule", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedule", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingBackgroundImage", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/backgroundImage", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingBannerLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/bannerLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingCustomCss", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/customCSS", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingFavicon", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/favicon", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingHeaderLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/headerLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488376,21 +493883,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0", + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488408,21 +493915,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488440,21 +493947,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationFavicon", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488472,21 +493979,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488504,21 +494011,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488536,21 +494043,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -488568,51 +494075,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingSquareLogo", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/squareLogo", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgOrganizationBrandingSquareLogoDark", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-setmobiledevicemanagementauthority?view=graph-rest-1.0", "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-setmobiledevicemanagementauthority?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -488630,162 +494137,162 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgPrintPrinterJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgPrintShareJobDocumentContent", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}/comments", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlertComment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgSecurityIncidentAlertComment", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Method": "POST", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlertComment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgServicePrincipalSynchronization", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronization", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgServicePrincipalSynchronizationJobBulkUploadContent", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgServicePrincipalSynchronizationSecret", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -488803,333 +494310,333 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgShareDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgShareItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgShareListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgShareRootContent", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/root/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgSiteListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgSiteOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgTeamPhotoContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/photo/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgTeamPrimaryChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgTeamPrimaryChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgTeamSchedule", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedule", + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -489147,132 +494654,132 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchedule" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgTenantRelationshipMultiTenantOrganization", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Method": "PUT", "Variants": [ "Set", "SetExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgUserChatMessageReaction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "ChatMessage.Send", @@ -489290,314 +494797,314 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgUserChatMessageReplyReaction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserContactFolderContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserContactPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserDriveBundleContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserDriveFollowingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserDriveItemChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserDriveItemListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgUserDriveItemSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserDriveItemVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserDriveListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserDriveRootChildContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserDriveRootContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserDriveRootListItemDriveItemContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgUserDriveRootSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserDriveRootVersionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserDriveSpecialContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgUserLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0", "Uri": "/users/{user-id}/assignLicense", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser", + "Method": "POST", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -489615,53 +495122,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserMailFolderChildFolderMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserMailFolderMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserManagerByRef", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/manager/$ref", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0", + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -489679,143 +495186,143 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserMessageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/$value", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserOnenoteResourceContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserOnlineMeetingAttendeeReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserOnlineMeetingRecordingContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserOnlineMeetingTranscriptContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserPhotoContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/photo/$value", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "Module": "Users", "Permissions": [ { "Name": "User.ReadWrite", @@ -489827,8 +495334,8 @@ }, { "Name": "ProfilePhoto.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", + "Description": "Read and write profile photo of a user or group", + "FullDescription": "Allows the app to read and write all profile photos of users and groups, without a signed-in user", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -489841,23 +495348,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgUserPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", "Uri": "/users/{user-id}/presence/setPresence", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -489875,23 +495382,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgUserPresenceStatusMessage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", "Uri": "/users/{user-id}/presence/setStatusMessage", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -489909,23 +495416,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Set-MgUserPresenceUserPreferredPresence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", "Uri": "/users/{user-id}/presence/setUserPreferredPresence", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "Module": "Users.Actions", "Permissions": [ { "Name": "Presence.ReadWrite", @@ -489943,158 +495450,158 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserTodoListTaskAttachmentContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PUT", "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "PUT", "Variants": [ "Set", "SetViaIdentity" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Skip-MgBetaUserManagedDeviceActivationLock", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Skip-MgUserManagedDeviceActivationLock", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Bypass", "BypassViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphStartHoldMusicOperation", + "Method": "POST", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -490112,87 +495619,87 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphStartHoldMusicOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Run", "RunViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-beta", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", + "Method": "POST", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -490210,81 +495717,81 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaPrintPrinterJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJobStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaPrintPrinterJobPrintJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJobStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJobStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaPrintPrinterShareJobPrintJob", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJobStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -490326,36 +495833,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJobStatus" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaPrintShareJobPrintJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJobStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-run?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-run?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "GET", "Variants": [ "Run", "RunViaIdentity" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -490373,36 +495880,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaSecurityHuntingQuery", - "ApiReferenceLink": null, "Uri": "/security/runHuntingQuery", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Method": "POST", "Variants": [ "Run", "RunExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -490420,89 +495927,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaTeamScheduleTimeCardBreak", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaTeamworkDeviceDiagnostic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta", "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Run", "RunViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgCommunicationCallParticipantHoldMusic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphStartHoldMusicOperation", + "Method": "POST", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -490520,51 +496027,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphStartHoldMusicOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Run", "RunViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJobStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.Create", @@ -490606,36 +496113,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJobStatus" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgSecurityHuntingQuery", - "ApiReferenceLink": null, "Uri": "/security/runHuntingQuery", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Method": "POST", "Variants": [ "Run", "RunExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Start-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Start", "StartViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -490653,21 +496160,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", "Uri": "/accessReviews/{accessReview-id}/stop", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -490685,38 +496192,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaAccessReviewInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -490742,40 +496249,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaBookingBusinessCalendarView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaCommunicationCallMediaProcessing", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -490793,23 +496300,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphStopHoldMusicOperation", + "Method": "POST", "Variants": [ "Stop", "StopExpanded", "StopViaIdentity", "StopViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -490827,23 +496334,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphStopHoldMusicOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestApproval", - "ApiReferenceLink": null, "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/cancelApproval", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -490861,21 +496368,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestMyRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/operationApprovalRequests/cancelMyRequest", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -490893,297 +496400,297 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "End", "EndViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaFinancialCompanySalesInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", "Uri": "/groups/{group-id}/events/{event-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stopApplyDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stopApplyDecisions", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -491217,141 +496724,141 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaPrintPrinterJobPrintJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancelPrintJob", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaPrintShareJobPrintJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -491369,21 +496876,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -491401,241 +496908,286 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaSecurityAction", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta", "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaTeamScheduleTimeCardBreak", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaUserCloudPc", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaUserCloudPcGracePeriod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "End", "EndViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaUserPendingAccessReviewInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stopApplyDecisions", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], + "Permissions": [] + }, + { + "Command": "Stop-MgBetaVirtualEventWebinarRegistration", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel", + "CommandAlias": null, "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "Permissions": [] }, { + "Command": "Stop-MgBetaVirtualEventWebinarRegistrationEmail", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel", "CommandAlias": null, + "Module": "Beta.Bookings", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "POST", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "Permissions": [] + }, + { + "Command": "Stop-MgBetaVirtualEventWebinarRegistrationUserId", + "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel", + "CommandAlias": null, + "Module": "Beta.Bookings", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], + "Permissions": [] + }, + { "Command": "Stop-MgBookingBusinessAppointment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -491661,40 +497213,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgBookingBusinessCalendarView", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgCommunicationCallMediaProcessing", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.Initiate.All", @@ -491712,23 +497264,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgCommunicationCallParticipantHoldMusic", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphStopHoldMusicOperation", + "Method": "POST", "Variants": [ "Stop", "StopExpanded", "StopViaIdentity", "StopViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -491746,160 +497298,160 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphStopHoldMusicOperation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "End", "EndViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgGroupCalendarEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgGroupEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", "Uri": "/groups/{group-id}/events/{event-id}/cancel", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Stop", "StopViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgPrintPrinterJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -491933,36 +497485,36 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgPrintShareJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -491980,21 +497532,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -492012,85 +497564,85 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelViaIdentity" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgUserEvent", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/cancel", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Stop-MgUserEventInstance", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Submit-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -492116,66 +497668,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Submit-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Submit-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Submit-MgBetaSecurityTiIndicator", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta", "Uri": "/security/tiIndicators/submitTiIndicators", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "POST", "Variants": [ "Submit", "SubmitExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTiIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Submit-MgEducationClassAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -492201,115 +497753,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationSubmission" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Submit-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Submit-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", "Variants": [ "Submit", "SubmitViaIdentity" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Suspend-MgApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Pause", "PauseViaIdentity" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Suspend-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Pause", "PauseViaIdentity" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/pauseConfigurationRefresh", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Suspend-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-beta", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Pause", "PauseViaIdentity" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -492327,21 +497879,21 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Pause", "PauseViaIdentity" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -492359,38 +497911,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Suspend-MgBetaUserManagedDeviceConfigurationRefresh", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Suspend-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Pause", "PauseViaIdentity" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -492408,20 +497960,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Sync-MgBetaDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", - "Method": "POST", "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", + "CommandAlias": "Sync-MgBetaDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Sync" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -492439,21 +497991,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicense", - "Method": "POST", "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", + "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicense", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken", + "Method": "POST", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -492471,20 +498023,20 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphVppToken" + ] }, { - "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicenseCount", - "Method": "POST", "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", + "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicenseCount", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Sync" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -492502,81 +498054,81 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkSettings/syncApps", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Sync" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Sync" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Sync-MgBetaDeviceManagementComanagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Sync-MgBetaDeviceManagementExchangeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Sync", "SyncExpanded", "SyncViaIdentity", "SyncViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -492594,79 +498146,79 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Sync-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotSettings/sync", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Sync" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Sync-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Sync-MgDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", - "Method": "POST", "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-syncmicrosoftstoreforbusinessapps?view=graph-rest-1.0", "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", + "CommandAlias": "Sync-MgDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-syncmicrosoftstoreforbusinessapps?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Sync" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -492684,21 +498236,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Sync-MgDeviceAppMgtVppTokenLicense", - "Method": "POST", "Command": "Sync-MgDeviceAppManagementVppTokenLicense", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-synclicenses?view=graph-rest-1.0", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", + "CommandAlias": "Sync-MgDeviceAppMgtVppTokenLicense", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-synclicenses?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVppToken", + "Method": "POST", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -492716,23 +498268,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphVppToken" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Sync-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-sync?view=graph-rest-1.0", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-sync?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Sync", "SyncExpanded", "SyncViaIdentity", "SyncViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -492750,250 +498302,250 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Sync-MgDeviceManagementManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Sync-MgUserManagedDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Sync", "SyncViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgApplicationProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/applications/validateProperties", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgApplicationSynchronizationJobCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaAdministrativeUnitProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/administrativeUnits/validateProperties", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaApplicationProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/applications/validateProperties", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaApplicationSynchronizationJobCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaContactProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/contacts/validateProperties", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaContractProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/contracts/validateProperties", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Test-MgBetaDeviceAppMgtMobileAppXml", - "Method": "POST", "Command": "Test-MgBetaDeviceAppManagementMobileAppXml", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/validateXml", + "CommandAlias": "Test-MgBetaDeviceAppMgtMobileAppXml", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters/validateFilter", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaDeviceProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/devices/validateProperties", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaDirectoryDeletedItemProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/directory/deletedItems/validateProperties", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaDirectoryObjectProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/directoryObjects/validateProperties", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.DirectoryObjects", "Permissions": [ { "Name": "Group.Read.All", @@ -493027,115 +498579,115 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaDirectoryRoleProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/directoryRoles/validateProperties", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaDirectoryRoleTemplateProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/directoryRoleTemplates/validateProperties", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaDirectorySettingTemplateProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/directorySettingTemplates/validateProperties", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgBetaDriveListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/validatePermission", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta", "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateViaIdentity" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "IndustryData-DataConnector.ReadWrite.All", @@ -493153,104 +498705,104 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgBetaGroupDriveListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaGroupDynamicMembership", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", "Uri": "/groups/{group-id}/evaluateDynamicMembership", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaGroupDynamicMembershipRule", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", "Uri": "/groups/evaluateDynamicMembership", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Method": "POST", "Variants": [ "Evaluate1", "EvaluateExpanded1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaGroupProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta", "Uri": "/groups/{group-id}/validateProperties", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -493268,170 +498820,170 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgBetaGroupSiteContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgBetaGroupSiteListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaIdentityConditionalAccess", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/evaluate", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConditionalAccessWhatIfPolicy", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphConditionalAccessWhatIfPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", + "Method": "POST", "Variants": [ "Validate", "Validate1", "ValidateExpanded", "ValidateViaIdentity" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -493449,66 +499001,66 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", "Uri": "/informationProtection/policy/labels/evaluateApplication", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", "Uri": "/informationProtection/policy/labels/evaluateRemoval", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -493526,36 +499078,36 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaOrganizationProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/organization/validateProperties", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -493573,68 +499125,68 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaServicePrincipalProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/servicePrincipals/validateProperties", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -493652,253 +499204,253 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgBetaShareListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgBetaSiteContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgBetaSiteListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserCloudPcBulkResize", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", "Uri": "/users/{user-id}/cloudPCs/validateBulkResize", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgBetaUserDriveListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Users.Functions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -493916,106 +499468,106 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserJoinedGroupDynamicMembership", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgBetaUserManagedAppUserBlocked", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/isManagedAppUserBlocked", + "CommandAlias": null, + "Module": "Beta.Users.Functions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Beta.Users.Functions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -494049,21 +499601,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta", "Uri": "/users/validatePassword", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPasswordValidationInformation", + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "User.ReadWrite", @@ -494081,38 +499633,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPasswordValidationInformation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", "Uri": "/users/validateProperties", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -494130,23 +499682,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -494164,23 +499716,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -494198,81 +499750,81 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgContactProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/contacts/validateProperties", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgContractProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/contracts/validateProperties", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgDeviceProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/devices/validateProperties", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgDirectoryDeletedItemProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/directory/deletedItems/validateProperties", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgDirectoryObjectProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/directoryObjects/validateProperties", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "DirectoryObjects", "Permissions": [ { "Name": "Group.Read.All", @@ -494306,151 +499858,151 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgDirectoryRoleProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/directoryRoles/validateProperties", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgDirectoryRoleTemplateProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/directoryRoleTemplates/validateProperties", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgDriveListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/validatePermission", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgGroupDriveListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgGroupProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0", "Uri": "/groups/{group-id}/validateProperties", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group.Read.All", @@ -494468,68 +500020,68 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgGroupSettingTemplateProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/groupSettingTemplates/validateProperties", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgGroupSiteContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgGroupSiteListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", + "Method": "POST", "Variants": [ "Validate", "Validate1", "ValidateExpanded", "ValidateViaIdentity" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -494547,53 +500099,53 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgOrganizationProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/organization/validateProperties", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgServicePrincipalProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/servicePrincipals/validateProperties", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgServicePrincipalSynchronizationJobCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -494611,130 +500163,130 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgShareListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgSiteContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgSiteListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "GET", "Command": "Test-MgUserDriveListContentTypePublished", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "CommandAlias": null, + "Module": "Users.Functions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", + "OutputType": null, + "Method": "GET", "Variants": [ "Is", "IsViaIdentity" ], - "Module": "Users.Functions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Test-MgUserProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", "Uri": "/users/validateProperties", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Validate", "ValidateExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unblock-MgBetaUserManagedApp", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/unblockManagedApps", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Unblock", "UnblockViaIdentity" ], - "Module": "Beta.Users.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -494752,921 +500304,921 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgBetaChatMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgBetaChatMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgBetaTeamChannelMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgBetaTeamworkDeletedChatDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta", "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgBetaUserChatMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgBetaUserChatMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgChatMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgChatMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgTeamChannelMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgTeamChannelMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgTeamworkDeletedChatDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0", "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgUserChatMessageReplySoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Undo-MgUserChatMessageSoftDelete", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Undo", "UndoViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgBetaBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta", "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "Unpublish1", "UnpublishViaIdentity", "UnpublishViaIdentity1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgBetaDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgBetaGroupDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgBetaGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgBetaGroupSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgBetaShareListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgBetaSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgBetaSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgBetaUserDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgBookingBusiness", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgGroupDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgGroupSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgGroupSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgShareListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgSiteContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgSiteListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Unpublish-MgUserDriveListContentType", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAdminEdge", - "ApiReferenceLink": null, "Uri": "/admin/edge", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdge", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdge" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternetExplorerMode" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSiteList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfileCardProperty" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAdminPeoplePronoun", - "ApiReferenceLink": null, "Uri": "/admin/people/pronouns", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPronounsSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPronounsSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAdminSharepoint", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharepoint", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharepoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAdminSharepointSetting", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint/settings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSharepointSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharepointSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAgreement", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAppCatalogTeamApp", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", "Uri": "/applications/{application-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -495684,74 +501236,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", "Uri": "/applications(appId='{appId}')", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", "Uri": "/applications(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgApplicationExtensionProperty", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtensionProperty" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgApplicationFederatedIdentityCredential", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -495769,108 +501321,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgApplicationFederatedIdentityCredentialByName", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -495888,57 +501440,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAccessReview", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta", "Uri": "/accessReviews/{accessReview-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -495956,619 +501508,619 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAccessReview" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAccessReviewInstance", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAccessReviewInstanceDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAccessReviewInstanceMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAccessReviewInstanceReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAccessReviewMyDecision", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewDecision" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAccessReviewReviewer", - "ApiReferenceLink": null, "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdminEdge", - "ApiReferenceLink": null, "Uri": "/admin/edge", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdge", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdge" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdminEdgeInternetExplorerMode", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternetExplorerMode" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSiteList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSharedCookie" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite", - "ApiReferenceLink": null, "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphBrowserSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdministrativeUnit", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta", "Uri": "/administrativeUnits/{administrativeUnit-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdminPeople", - "ApiReferenceLink": null, "Uri": "/admin/people", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPeopleAdminSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdminPeopleItemInsight", - "ApiReferenceLink": null, "Uri": "/admin/people/itemInsights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInsightsSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdminPeopleProfileCardProperty", - "ApiReferenceLink": null, "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfileCardProperty" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdminPeoplePronoun", - "ApiReferenceLink": null, "Uri": "/admin/people/pronouns", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPronounsSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPronounsSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdminReportSetting", - "ApiReferenceLink": null, "Uri": "/admin/reportSettings", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdminReportSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdminReportSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdminSharepoint", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharepoint", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharepoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAdminSharepointSetting", - "ApiReferenceLink": null, "Uri": "/admin/sharepoint/settings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSharepointSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharepointSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAgreement", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreement", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAgreementFile", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAppCatalogTeamApp", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsApp" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAppCatalogTeamAppDefinition", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppIcon" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppIcon" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", - "ApiReferenceLink": null, "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaApplication", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", "Uri": "/applications/{application-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -496586,74 +502138,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplication" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaApplicationByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", "Uri": "/applications(appId='{appId}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaApplicationByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", "Uri": "/applications(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaApplicationExtensionProperty", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphExtensionProperty" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaApplicationFederatedIdentityCredential", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -496671,108 +502223,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaApplicationFederatedIdentityCredentialByName", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaApplicationSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaApplicationSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaApplicationSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -496790,50 +502342,51 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBookingBusiness", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -496844,7 +502397,6 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -496862,91 +502414,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingBusiness" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBookingBusinessAppointment", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "Update1", - "UpdateExpanded", - "UpdateExpanded1", - "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], - "Module": "Beta.Bookings", - "Permissions": [ - { - "Name": "BookingsAppointment.ReadWrite.All", - "Description": "Read and write all Bookings related resources.", - "FullDescription": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Bookings.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Bookings.Read.All", - "Description": "Read all Bookings related resources.", - "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Bookings.Manage.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "OutputType": "IMicrosoftGraphBookingAppointment" - }, - { "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessCalendarView", - "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "Update1", - "UpdateExpanded", - "UpdateExpanded1", - "UpdateViaIdentity", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded", - "UpdateViaIdentityExpanded1" - ], "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingAppointment" - }, - { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaBookingBusinessCustomer", - "ApiReferenceLink": null, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -496957,7 +502435,6 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -496991,16 +502468,92 @@ "PermissionType": "Application", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Update-MgBetaBookingBusinessCalendarView", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "PATCH", + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingCustomer" + "Permissions": [] }, { + "Command": "Update-MgBetaBookingBusinessCustomer", + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "CommandAlias": null, + "Module": "Beta.Bookings", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomer", "Method": "PATCH", + "Variants": [ + "Update", + "Update1", + "UpdateExpanded", + "UpdateExpanded1", + "UpdateViaIdentity", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded", + "UpdateViaIdentityExpanded1" + ], + "Permissions": [ + { + "Name": "BookingsAppointment.ReadWrite.All", + "Description": "Read and write all Bookings related resources.", + "FullDescription": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Bookings.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Bookings.Read.All", + "Description": "Read all Bookings related resources.", + "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Bookings.Manage.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ] + }, + { "Command": "Update-MgBetaBookingBusinessCustomQuestion", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -497011,7 +502564,6 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -497037,16 +502589,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBookingBusinessService", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingService", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -497057,7 +502610,6 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -497075,16 +502627,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingService" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBookingBusinessStaffMember", - "ApiReferenceLink": null, "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingStaffMember", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -497095,7 +502648,6 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -497113,16 +502665,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingStaffMember" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBookingCurrency", - "ApiReferenceLink": null, "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -497133,41 +502686,40 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBusinessFlowTemplate", - "ApiReferenceLink": null, "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessFlowTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBusinessScenario", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -497185,57 +502737,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBusinessScenario" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBusinessScenarioByUniqueName", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessScenario" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBusinessScenarioPlanner", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfiguration", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -497253,23 +502805,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -497287,74 +502839,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBusinessScenarioPlannerTask", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBusinessScenarioTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBusinessScenarioPlannerTaskConfiguration", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -497372,57 +502924,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBusinessScenarioPlannerTaskDetail", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerTaskDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta", "Uri": "/chats/{chat-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -497448,23 +503000,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -497554,57 +503106,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/lastMessagePreview", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaChatMember", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaChatMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -497638,108 +503190,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaChatMessageReply", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaChatOperation", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaChatTab", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -497781,23 +503333,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -497815,74 +503367,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationCallContentSharingSession", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationCallParticipant", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphParticipant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParticipant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaCommunicationCallRecordingStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta", "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -497900,84 +503452,85 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationCallRecordOrganizerV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsOrganizer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationCallRecordParticipantV2", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsParticipant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -497988,17 +503541,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -498009,173 +503562,172 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences/{presence-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaCompliance", - "ApiReferenceLink": null, "Uri": "/compliance", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscovery", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -498193,23 +503745,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryCase" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -498227,89 +503779,89 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryCustodian" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -498327,140 +503879,140 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateViaIdentity" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -498478,40 +504030,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -498529,40 +504081,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaComplianceEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -498580,74 +504132,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEdiscoveryTag" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaContract", - "ApiReferenceLink": null, "Uri": "/contracts/{contract-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContract", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphContract" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDataPolicyOperation", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", "Uri": "/devices/{device-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -498673,21 +504225,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDevice" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgt", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagement", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement", + "CommandAlias": "Update-MgBetaDeviceAppMgt", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498705,40 +504257,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAppManagement" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498756,23 +504308,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498790,23 +504342,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498824,23 +504376,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498858,23 +504410,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498892,23 +504444,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -498926,142 +504478,142 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtection", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499079,23 +504631,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499113,23 +504665,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499147,108 +504699,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppPolicy", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistration", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499266,176 +504818,176 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppOperation" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppStatus", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppStatus" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBook", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBook", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBook" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookCategory", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBookCategory" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookDeviceState", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookDeviceState", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookInstallSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEBookInstallSummary" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499453,23 +505005,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499487,23 +505039,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -499521,1704 +505073,1704 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileApp" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppCatalogPackage", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCatalogPackage", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCategory", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCategory", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfiguration", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppRelationship", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppRelationship" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMultipleMobileAppRelationship", - "Method": "POST", "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", + "CommandAlias": "Update-MgBetaDeviceAppMgtMultipleMobileAppRelationship", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtMultiplePolicySet", - "Method": "POST", "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", + "CommandAlias": "Update-MgBetaDeviceAppMgtMultiplePolicySet", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySet", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementPolicySet", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySet", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicySet" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicySetAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetItem", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementPolicySetItem", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetItem", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicySetItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicySetItem" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "CommandAlias": "Update-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501236,23 +506788,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501270,23 +506822,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501304,23 +506856,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501338,23 +506890,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtTask", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementTask", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtTask", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501372,23 +506924,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAppManagementTask" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtTaskStatus", - "Method": "POST", "Command": "Update-MgBetaDeviceAppManagementTaskStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", + "CommandAlias": "Update-MgBetaDeviceAppMgtTaskStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501406,23 +506958,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtVppToken", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementVppToken", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtVppToken", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVppToken", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -501440,91 +506992,91 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphVppToken" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501542,23 +507094,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501576,23 +507128,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501610,23 +507162,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501644,23 +507196,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501678,23 +507230,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501712,23 +507264,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtection", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtection", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501746,23 +507298,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501780,23 +507332,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -501814,89 +507366,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "Method": "PATCH", "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", "Uri": "/devices(deviceId='{deviceId}')", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceCommand", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/commands/{command-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagement", - "ApiReferenceLink": null, "Uri": "/deviceManagement", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagement", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -501938,151 +507490,151 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagement" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidForWorkSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidForWorkSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidForWorkSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", - "ApiReferenceLink": null, "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/applePushNotificationCertificate", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -502100,363 +507652,363 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAssignmentFilter", - "ApiReferenceLink": null, "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuditEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAutopilotEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementCartToClassAssociation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCartToClassAssociation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -502474,23 +508026,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevice" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -502508,123 +508060,123 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementComplianceSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/conditionalAccessSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -502642,142 +508194,142 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementConfigurationPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementConfigurationSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDataSharingConsent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -502795,108 +508347,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDataSharingConsent" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphDepOnboardingSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnrollmentProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDerivedCredential", - "ApiReferenceLink": null, "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -502914,23 +508466,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDetectedApp" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -502948,473 +508500,473 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCategory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + "Permissions": [] }, - { - "CommandAlias": null, - "Method": "POST", + { "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Refresh" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRestrictedAppsViolation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503432,23 +508984,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503466,23 +509018,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceHealthScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -503499,24 +509051,32 @@ "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 } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScript" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -503534,23 +509094,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -503568,23 +509128,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -503601,24 +509161,32 @@ "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 } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -503636,23 +509204,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceShellScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceShellScript", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -503670,23 +509238,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceShellScript" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -503704,23 +509272,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -503738,23 +509306,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -503772,23 +509340,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -503806,108 +509374,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementDomainJoinConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementExchangeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503925,16 +509493,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -503943,7 +509512,6 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -503961,16 +509529,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -503979,789 +509548,788 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupPolicyOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIntent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIntentAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIntentCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIntentCategorySetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIntentDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIntentSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIntentUserState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIntuneBrandingProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -504779,380 +510347,380 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDeviceCleanupRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", - "ApiReferenceLink": null, "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -505170,23 +510738,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -505204,123 +510772,123 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMonitoring", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementMonitoring" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementNdeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNdesConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphNdesConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -505338,23 +510906,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementRemoteActionAudit", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505372,23 +510940,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRemoteActionAudit" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -505406,21 +510974,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505454,57 +511022,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementReports" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementResourceAccessProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementResourceOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -505522,40 +511090,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceOperation" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementReusableSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -505573,23 +511141,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -505607,23 +511175,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -505641,23 +511209,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementRoleScopeTag", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505675,57 +511243,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleScopeTag" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementScript", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementScript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementScriptAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505743,23 +511311,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505777,23 +511345,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505811,23 +511379,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementScriptUserRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505845,23 +511413,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -505879,312 +511447,312 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementSettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTemplateCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTemplateSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditions" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506202,40 +511770,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506253,23 +511821,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506287,23 +511855,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506321,23 +511889,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506355,23 +511923,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506389,23 +511957,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506423,23 +511991,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506457,23 +512025,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506491,23 +512059,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" + ] }, - { - "CommandAlias": null, - "Method": "PATCH", + { "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506525,23 +512093,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506559,21 +512127,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506591,40 +512159,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506642,23 +512210,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506676,21 +512244,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506708,23 +512276,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506742,23 +512310,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506776,23 +512344,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506810,23 +512378,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506844,23 +512412,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506878,21 +512446,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506910,23 +512478,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506944,40 +512512,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -506995,23 +512563,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507029,16 +512597,17 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -507047,7 +512616,6 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507065,23 +512633,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507099,23 +512667,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507133,23 +512701,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507167,23 +512735,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507201,40 +512769,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507252,23 +512820,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507286,23 +512854,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507320,23 +512888,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507354,23 +512922,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507388,21 +512956,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507420,23 +512988,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507454,23 +513022,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507488,23 +513056,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507522,21 +513090,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507554,23 +513122,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507588,23 +513156,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507622,23 +513190,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -507656,172 +513224,172 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementUserPfxCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserPfxCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcBulkAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -507839,359 +513407,359 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcReports", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcReports" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcExportJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcServicePlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSnapshot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Administration", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsAutopilotSettings", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -508209,23 +513777,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -508243,189 +513811,189 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfile", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectory", - "ApiReferenceLink": null, "Uri": "/directory", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryAttributeSet", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets/{attributeSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttributeSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryCertificateAuthority", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCertificateAuthorityPath" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", - "ApiReferenceLink": null, "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -508443,346 +514011,346 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAllowedValue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalUserProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalUserProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/impactedResources/{impactedResource-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryInboundSharedUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInboundSharedUserProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryObject", - "ApiReferenceLink": null, "Uri": "/directoryObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "Beta.DirectoryObjects", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant", - "ApiReferenceLink": null, "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryPendingExternalUserProfile", - "ApiReferenceLink": null, "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPendingExternalUserProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryRecommendation", - "ApiReferenceLink": null, "Uri": "/directory/recommendations/{recommendation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecommendation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecommendation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryRecommendationImpactedResource", - "ApiReferenceLink": null, "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphImpactedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryRole", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": null, "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectoryRoleTemplate", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectorySetting", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-beta", "Uri": "/settings/{directorySetting-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -508800,227 +514368,227 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectorySetting" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectorySettingTemplate", - "ApiReferenceLink": null, "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectorySettingTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectorySharedEmailDomain", - "ApiReferenceLink": null, "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions/{companySubscription-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDirectorySubscriptionByOcpSubscriptionId", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta", "Uri": "/domains/{domain-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDomain", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDomainFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDomainServiceConfigurationRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDomainSharedEmailDomainInvitation", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDrive", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -509046,227 +514614,227 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -509292,720 +514860,720 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveList", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRoot", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClass", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignment", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -510023,40 +515591,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentDefault", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -510074,57 +515642,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -510142,23 +515710,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationRubric" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentSetting", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -510176,40 +515744,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentSettings" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentSettingGradingScheme", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -510227,40 +515795,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationGradingScheme" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -510278,91 +515846,91 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationOutcome" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassModule", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -510380,23 +515948,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationClassModuleResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -510414,208 +515982,208 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModuleResource" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationMe", - "ApiReferenceLink": null, "Uri": "/education/me", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationMeAssignment", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationMeAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationMeAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationMeRubric", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics/{educationRubric-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -510633,369 +516201,370 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationRubric" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationMeUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/me/user/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationRoot", - "ApiReferenceLink": null, "Uri": "/education", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationSchoolAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationSynchronizationProfile", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationSynchronizationProfileError", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSynchronizationError" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationSynchronizationProfileStatus", - "ApiReferenceLink": null, "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationUserAssignmentResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationUserAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "CommandAlias": null, + "Module": "Beta.Education", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -511004,102 +516573,102 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionHandler" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -511108,102 +516677,102 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaEntitlementManagementAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -511212,139 +516781,138 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectedOrganization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEntitlementManagementSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementSubject", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaEntitlementManagementSubjectByObjectId", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternal", - "ApiReferenceLink": null, "Uri": "/external", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternal", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalAuthorizationSystem", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems/{authorizationSystem-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationSystem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalAuthorizationSystemDataCollectionInfo", - "ApiReferenceLink": null, "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataCollectionInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataCollectionInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalConnection", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -511362,23 +516930,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalConnectionGroup", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -511396,91 +516964,91 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalConnectionOperation", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalConnectionQuota", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/quota", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalConnectionSchema", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/schema", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -511498,473 +517066,474 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsSchema" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalIndustryDataConnector", - "ApiReferenceLink": null, "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalIndustryDataInboundFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalIndustryDataOperation", - "ApiReferenceLink": null, "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", - "ApiReferenceLink": null, "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition", - "ApiReferenceLink": null, "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalIndustryDataRoleGroup", - "ApiReferenceLink": null, "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalIndustryDataSourceSystem", - "ApiReferenceLink": null, "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaExternalIndustryDataYear", - "ApiReferenceLink": null, "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancial", - "ApiReferenceLink": null, "Uri": "/financials", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinancials", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinancials" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCountryRegion", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCountryRegion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCountryRegion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPaymentJournal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomerPayment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -511975,17 +517544,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -511996,119 +517565,119 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyEmployee", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEmployee", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphEmployee" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyEmployeePicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyInformation", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanyInformation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanyInformation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -512119,51 +517688,51 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyJournal", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journals/{journal-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournal", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyJournalLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphJournalLine", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -512174,102 +517743,102 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphJournalLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPurchaseInvoice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -512280,17 +517849,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -512301,17 +517870,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -512322,17 +517891,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -512343,527 +517912,527 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVendor", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphVendor" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemo", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoice", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesInvoice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesInvoice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -512874,17 +518443,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesInvoiceLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -512895,17 +518464,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -512916,17 +518485,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -512937,187 +518506,187 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleOrder", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesOrder", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesOrder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleOrderLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesOrderLine", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -513128,17 +518697,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesOrderLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -513149,17 +518718,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -513170,17 +518739,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -513191,170 +518760,170 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuote", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesQuote", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesQuote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuoteLine", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -513365,17 +518934,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphSalesQuoteLine" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -513386,17 +518955,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -513407,17 +518976,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -513428,211 +518997,210 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyShipmentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphShipmentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyTaxArea", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxArea", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxArea" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyTaxGroup", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTaxGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphTaxGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnitOfMeasure" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyVendor", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVendor", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphVendor" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyVendorCurrency", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentMethod" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPaymentTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaFinancialCompanyVendorPicture", - "ApiReferenceLink": null, "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "CommandAlias": null, + "Module": "Beta.Financials", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Financials", - "Permissions": [], - "OutputType": "IMicrosoftGraphPicture" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", "Uri": "/groups/{group-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -513650,57 +519218,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", "Uri": "/groups(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupCalendarEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -513718,40 +519286,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupCalendarPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupConversationThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -513769,1043 +519337,1043 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupConversationThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupConversationThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRoot", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupEndpoint", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -514823,118 +520391,119 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -514945,160 +520514,159 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaGroupOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupPlanner", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupPlannerPlanDetail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/settings/{directorySetting-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -515116,169 +520684,170 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDirectorySetting" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -515289,17 +520858,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteGetByPathInformationProtection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -515310,17 +520879,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -515331,17 +520900,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteGetByPathRecycleBin", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBin", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -515352,17 +520921,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBin" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -515373,1139 +520942,1139 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteInformationProtection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteRecycleBin", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBin", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBin" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteRecycleBinItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRecycleBinItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRecycleBinItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -516516,17 +522085,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -516537,136 +522106,136 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -516677,17 +522246,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -516698,51 +522267,51 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -516753,17 +522322,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -516774,789 +522343,788 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamPhoto", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDayNote", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDayNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -517574,480 +523142,480 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupThreadPost", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphPost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Groups", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, - { - "CommandAlias": null, - "Method": "PATCH", + { "Command": "Update-MgBetaIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityAuthenticationEventFlow", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityB2CUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityB2CUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-put-languages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", + "Method": "PATCH", "Variants": [ "Update1", "UpdateExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Method": "PATCH", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "PATCH", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Method": "POST", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "PATCH", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -518065,23 +523633,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNamedLocation" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -518107,21 +523675,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy", - "ApiReferenceLink": null, "Uri": "/identity/continuousAccessEvaluationPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -518147,1171 +523715,1187 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/policy", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppConsentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConsentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight", + "Uri": "/identityGovernance/lifecycleWorkflows/insights", "CommandAlias": null, + "Module": "Beta.Identity.Governance", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, "Method": "PATCH", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Permissions": [] + }, + { "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionAnalytic", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAw", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzure", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcp", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFinding", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphFinding" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionManagement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsManagement", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsManagement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionsRequestChange" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Refresh", "Refresh1", @@ -519322,102 +524906,102 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation", - "ApiReferenceLink": null, "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreement", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -519428,290 +525012,289 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/userFlows/{identityUserFlow-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaInformationProtection", - "ApiReferenceLink": null, "Uri": "/informationProtection", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/informationProtection/sensitivityPolicySettings", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaInvitation", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInvitation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInvitation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -519729,159 +525312,159 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOnPremisePublishingProfile", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOnPremisePublishingProfileAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesAgent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOnPremisePublishingProfileConnector", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectorGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource", - "ApiReferenceLink": null, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPublishedResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-beta", "Uri": "/organization/{organization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganization", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -519907,23 +525490,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganization" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOrganizationBranding", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -519941,23 +525524,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganizationalBranding" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOrganizationBrandingLocalization", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -519975,74 +525558,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOrganizationExtension", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOrganizationPartnerInformation", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/partnerInformation", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnerInformation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnerInformation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOrganizationSetting", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrganizationSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrganizationSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOrganizationSettingContactInsight", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings/contactInsights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -520060,23 +525643,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphInsightsSettings" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOrganizationSettingItemInsight", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings/itemInsights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -520094,40 +525677,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphInsightsSettings" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftapplicationdataaccesssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaOrganizationSettingPersonInsight", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/settings/peopleInsights", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -520145,106 +525728,106 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphInsightsSettings" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlace", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", "Uri": "/places/{place-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlace", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlaceAsRoomListWorkspace", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkspace", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkspace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlaceByPlaceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", "Uri": "/places(placeId='{placeId}')", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlace", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlanner", - "ApiReferenceLink": null, "Uri": "/planner", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlanner", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlanner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlannerBucket", - "ApiReferenceLink": null, "Uri": "/planner/buckets/{plannerBucket-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520270,23 +525853,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucket" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlannerPlan", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520312,23 +525895,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlannerPlanDetail", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}/details", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520354,57 +525937,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlannerRoster", - "ApiReferenceLink": null, "Uri": "/planner/rosters/{plannerRoster-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerRoster", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerRoster" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlannerRosterMember", - "ApiReferenceLink": null, "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerRosterMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlannerTask", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520430,23 +526013,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520472,23 +526055,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520514,23 +526097,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlannerTaskDetail", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/details", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520556,23 +526139,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -520598,38 +526181,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyAccessReviewPolicy", - "ApiReferenceLink": null, "Uri": "/policies/accessReviewPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -520647,38 +526230,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy", - "ApiReferenceLink": null, "Uri": "/policies/adminConsentRequestPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -520696,70 +526279,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationFlowsPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -520777,23 +526360,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -520811,89 +526394,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyAuthorizationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy", - "ApiReferenceLink": null, "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyClaimMappingPolicy", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -520911,113 +526494,113 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/default", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicyTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicyTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/defaultAppManagementPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -521035,85 +526618,85 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy", - "ApiReferenceLink": null, "Uri": "/policies/directoryRoleAccessReviewPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyExternalIdentityPolicy", - "ApiReferenceLink": null, "Uri": "/policies/externalIdentitiesPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/federatedTokenValidationPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -521131,21 +526714,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -521163,159 +526746,159 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyMobileAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyPermissionGrantPolicy", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyRoleManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -521333,74 +526916,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -521418,23 +527001,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPolicyTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -521452,72 +527035,72 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrint", - "ApiReferenceLink": null, "Uri": "/print", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrint", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintConnector", - "ApiReferenceLink": null, "Uri": "/print/connectors/{printConnector-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintOperation", - "ApiReferenceLink": null, "Uri": "/print/operations/{printOperation-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintPrinter", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinter", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -521535,23 +527118,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinter" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintPrinterJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -521577,1002 +527160,1003 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintPrinterJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintPrinterJobTask", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintPrinterShare", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintPrinterShareJob", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintPrinterShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintPrinterShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintPrinterTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintService", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintService", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintService" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CloudPrint", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "CommandAlias": null, + "Module": "Beta.Compliance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccess" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessResource", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceSubject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition", - "ApiReferenceLink": null, "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedApproval", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedApprovalRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedOperationEvent", - "ApiReferenceLink": null, "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedRole", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedRoleAssignment", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedRoleSetting", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaPrivilegedRoleSummary", - "ApiReferenceLink": null, "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaProgram", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta", "Uri": "/programs/{program-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProgram", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgram" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaProgramControl", - "ApiReferenceLink": null, "Uri": "/programControls/{programControl-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgramControl", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -522587,17 +528171,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgramControl" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaProgramControlProgram", - "ApiReferenceLink": null, "Uri": "/programControls/{programControl-id}/program", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgram", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -522608,310 +528192,309 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgram" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaProgramControlType", - "ApiReferenceLink": null, "Uri": "/programControlTypes/{programControlType-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProgramControlType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphProgramControlType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaReportPartnerBilling", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBilling", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBilling" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/{operation-id}", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaReportPartnerBillingReconciliation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation/billed", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaReportPartnerBillingUsage", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaReportPartnerBillingUsageBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/billed", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/unbilled", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaReportSlaAzureAdAuthentication", - "ApiReferenceLink": null, "Uri": "/reports/sla/azureADAuthentication", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAzureAdAuthentication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphAzureAdAuthentication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaReportUserInsightDaily", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/daily", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaReportUserInsightMonthly", - "ApiReferenceLink": null, "Uri": "/reports/userInsights/monthly", + "CommandAlias": null, + "Module": "Beta.Reports", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleManagement", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522929,123 +528512,123 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleManagement" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementCloudPc", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplicationMultiple" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -523087,38 +528670,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDeviceManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523136,108 +528719,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRbacApplicationMultiple" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -523279,225 +528862,225 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectory", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -523515,920 +529098,920 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseApp", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.Identity.Governance", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementExchange", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementExchangeCustomAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAppScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementExchangeResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementExchangeRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementExchangeRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Beta.DeviceManagement.Enrollment", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta", "Uri": "/schemaExtensions/{schemaExtension-id}", + "CommandAlias": null, + "Module": "Beta.SchemaExtensions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.SchemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -524446,23 +530029,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchemaExtension" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSearchAcronym", - "ApiReferenceLink": null, "Uri": "/search/acronyms/{acronym-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -524480,23 +530063,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchAcronym" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSearchBookmark", - "ApiReferenceLink": null, "Uri": "/search/bookmarks/{bookmark-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -524514,389 +530097,389 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchBookmark" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSearchEntity", - "ApiReferenceLink": null, "Uri": "/search", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSearchEntity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphSearchEntity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSearchQna", - "ApiReferenceLink": null, "Uri": "/search/qnas/{qna-id}", + "CommandAlias": null, + "Module": "Beta.Search", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSearchQna", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphSearchQna" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAction", - "ApiReferenceLink": null, "Uri": "/security/securityActions/{securityAction-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAction", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts/{alert-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAlert", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaSecurityAlertMultiple", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta", "Uri": "/security/alerts/updateAlerts", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAlert", + "Method": "POST", "Variants": [ "Update1", "UpdateExpanded1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLoginPage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/{payload-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPayload", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTraining", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAttackSimulationTrainingCampaign", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrainingCampaign", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingCampaign" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAuditLog", - "ApiReferenceLink": null, "Uri": "/security/auditLog", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAuditLogQuery", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/{auditLogQuery-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityAuditLogQueryRecord", - "ApiReferenceLink": null, "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCase", - "ApiReferenceLink": null, "Uri": "/security/cases", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCasesRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -524914,33 +530497,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "Update1", @@ -524949,7 +530533,6 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -524967,74 +530550,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUserSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -525052,67 +530635,68 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUserSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-beta", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "Update1", @@ -525121,7 +530705,6 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -525139,74 +530722,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -525224,23 +530807,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -525258,57 +530841,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -525326,1191 +530909,1240 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCloudAppSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCollaboration", - "ApiReferenceLink": null, "Uri": "/security/collaboration", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCollaborationRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityCollaborationAnalyzedEmail", - "ApiReferenceLink": null, "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityDomainSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityFileSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphFileSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityHostSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphHostSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityIdentity", - "ApiReferenceLink": null, "Uri": "/security/identities", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIdentityContainer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityIdentityHealthIssue", - "ApiReferenceLink": null, "Uri": "/security/identities/healthIssues/{healthIssue-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHealthIssue" + "Permissions": [] }, { + "Command": "Update-MgBetaSecurityIdentitySensor", + "Uri": "/security/identities/sensors/{sensor-id}", "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensor", "Method": "PATCH", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [] + }, + { "Command": "Update-MgBetaSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIncident" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityInformationProtection", - "ApiReferenceLink": null, "Uri": "/security/informationProtection", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/labelPolicySettings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null, "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityIPSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphIPSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityLabel", - "ApiReferenceLink": null, "Uri": "/security/labels", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityLabelsRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/{citationTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/{departmentTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "Permissions": [] + }, + { + "Command": "Update-MgBetaSecurityPartner", + "Uri": "/security/partner", + "CommandAlias": null, "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnerSecurity", + "Method": "PATCH", + "Variants": [ + "Update", + "UpdateExpanded" + ], + "Permissions": [] }, { + "Command": "Update-MgBetaSecurityPartnerSecurityAlert", + "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", "CommandAlias": null, + "Module": "Beta.Security", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPartnerSecurityAlert", "Method": "PATCH", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [] + }, + { "Command": "Update-MgBetaSecurityProviderTenantSetting", - "ApiReferenceLink": null, "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphProviderTenantSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityRule", - "ApiReferenceLink": null, "Uri": "/security/rules", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRulesRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRulesRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityRuleDetectionRule", - "ApiReferenceLink": null, "Uri": "/security/rules/detectionRules/{detectionRule-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDetectionRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores/{secureScore-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScore", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligence", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/{article-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostReputation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatSubmission", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat", - "ApiReferenceLink": null, "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityTiIndicator", - "ApiReferenceLink": null, "Uri": "/security/tiIndicators/{tiIndicator-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTiIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaSecurityTiIndicatorMultiple", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta", "Uri": "/security/tiIndicators/updateTiIndicators", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "POST", "Variants": [ "Update1", "UpdateExpanded1" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTiIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityTrigger", - "ApiReferenceLink": null, "Uri": "/security/triggers", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggersRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityTriggerType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSecurityUserSecurityProfile", - "ApiReferenceLink": null, "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserSecurityProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "CommandAlias": null, + "Module": "Beta.Devices.ServiceAnnouncement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", "Uri": "/servicePrincipals/{servicePrincipal-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -526536,130 +532168,248 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", "Uri": "/servicePrincipals(appId='{appId}')", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { + "Command": "Update-MgBetaServicePrincipalClaimPolicy", + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", "CommandAlias": null, + "Module": "Beta.Applications", + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-put-customclaimspolicy?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomClaimsPolicy", "Method": "PATCH", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [ + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "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 + } + ] + }, + { "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalLicenseDetail", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "CommandAlias": null, + "Module": "Beta.Applications", + "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "PATCH", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [] + }, + { + "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], + "Permissions": [ + { + "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": 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 + } + ] + }, + { + "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "CommandAlias": null, "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Method": "PATCH", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, 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": "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 + } + ] }, { + "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", "CommandAlias": null, - "Method": "POST", - "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-beta", - "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", "Permissions": [ { - "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.", + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -526673,329 +532423,304 @@ "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.", + "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 } - ], - "OutputType": null + ] }, { + "Command": "Update-MgBetaServicePrincipalRiskDetection", + "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" - }, - { - "CommandAlias": null, - "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "ApiReferenceLink": null, - "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", - "ApiVersion": "beta", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" - }, - { - "CommandAlias": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Method": "PATCH", - "Command": "Update-MgBetaServicePrincipalRiskDetection", - "ApiReferenceLink": null, - "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", - "ApiVersion": "beta", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareList", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -527006,17 +532731,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -527027,17 +532752,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -527048,17 +532773,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -527069,17 +532794,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListItemField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -527090,17 +532815,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -527111,17 +532836,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -527132,17 +532857,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListItemVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -527153,177 +532878,176 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSharePermission", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/permission", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -527341,23 +533065,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -527375,23 +533099,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -527409,33 +533133,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -527446,17 +533171,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -527467,17 +533192,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -527488,41 +533213,40 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -527540,23 +533264,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -527574,23 +533298,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -527608,696 +533332,697 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListItemActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityOld" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListItemField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -528308,17 +534033,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -528329,136 +534054,136 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -528469,17 +534194,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -528490,51 +534215,51 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -528545,17 +534270,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -528566,228 +534291,227 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Beta.Sites", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSubscribedSku", - "ApiReferenceLink": null, "Uri": "/subscribedSkus/{subscribedSku-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscribedSku" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta", "Uri": "/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.ChangeNotifications", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta", "Uri": "/teams/{team-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeam", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -528821,23 +534545,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeam" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -528871,23 +534595,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -528921,91 +534645,91 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -529071,23 +534795,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -529185,23 +534909,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -529235,312 +534959,312 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamOwnerMailboxSetting", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamPhoto", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/photo", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamScheduleDayNote", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/daynote-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDayNote", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDayNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShift", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamScheduleShiftRoleDefinition", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -529558,108 +535282,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamScheduleTimeCard", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-replace?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeCard", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeCard" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamTag", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -529677,1222 +535401,1222 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTeamworkTag" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamTagMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamwork", - "ApiReferenceLink": null, "Uri": "/teamwork", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamwork", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamwork" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDevice", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeviceActivity", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDeviceActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeviceHealth", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDeviceHealth" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkDeviceOperation", - "ApiReferenceLink": null, "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaTeamworkDeviceSoftware", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta", "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkTeamAppSetting", - "ApiReferenceLink": null, "Uri": "/teamwork/teamsAppSettings", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkTeamTemplate", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkTeamTemplateDefinition", - "ApiReferenceLink": null, "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkforceIntegration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.Partner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsMyRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantTag", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "CommandAlias": null, + "Module": "Beta.ManagedTenants", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.ManagedTenants", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTrustFramework", - "ApiReferenceLink": null, "Uri": "/trustFramework", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrustFramework", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFramework" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTrustFrameworkKeySet", - "ApiReferenceLink": null, "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaTrustFrameworkPolicy", - "ApiReferenceLink": null, "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta", "Uri": "/users/{user-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUser", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -530966,91 +536690,91 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserActivityStatistics", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityStatistics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityStatistics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Applications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserAuthenticationEmailMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -531068,57 +536792,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserAuthenticationMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserAuthenticationOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserAuthenticationPhoneMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -531136,50 +536860,51 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserAuthenticationSignInPreference", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/signInPreferences", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphSignInPreferences", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSignInPreferences" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -531190,2455 +536915,2454 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaUserChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserChatOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserContactFolderContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "CommandAlias": null, + "Module": "Beta.PersonalContacts", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDeviceByDeviceId", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDeviceCommand", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommand", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommand" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDeviceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDeviceUsageRights", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "CommandAlias": null, + "Module": "Beta.CrossDeviceExperiences", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsageRight", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsageRight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Beta.Files", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Calendar", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInferenceClassification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassification", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInformationProtection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInformationProtectionPolicyLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtectionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "CommandAlias": null, + "Module": "Beta.Identity.SignIns", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemInsights", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemInsights" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInsightShared", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInsightTrending", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrending", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrending" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserInsightUsed", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUsedInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserLicenseDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserManagedDeviceHealthScriptState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Mail", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMobileAppIntentAndState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppIntentAndState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "CommandAlias": null, + "Module": "Beta.Devices.CorporateManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserNotification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/notifications/{notification-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotification", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaUserOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOnenoteSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Beta.Notes", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -533656,16 +539380,17 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -533676,17 +539401,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -533697,262 +539422,261 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOnlineMeetingByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOnlineMeetingRegistration", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOutlookMasterCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOutlookTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOutlookTaskFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOutlookTaskFolderTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOutlookTaskGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTaskFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgBetaUserPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta", "Uri": "/users/{user-id}/changePassword", + "CommandAlias": null, + "Module": "Beta.Users.Actions", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "Beta.Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserPlanner", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner", + "CommandAlias": null, + "Module": "Beta.Planner", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerUser", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -533970,57 +539694,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerUser" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserPresence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/presence", + "CommandAlias": null, + "Module": "Beta.CloudCommunications", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfile", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserAccountInformation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534038,23 +539762,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserAccountInformation" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileAddress", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemAddress", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534072,23 +539796,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemAddress" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileAnniversary", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534106,23 +539830,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonAnnualEvent" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileAward", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPersonAward", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534140,23 +539864,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonAward" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileCertification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPersonCertification", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534174,23 +539898,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonCertification" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileEducationalActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationalActivity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534208,23 +539932,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationalActivity" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileEmail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemEmail", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534242,23 +539966,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemEmail" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileInterest", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonInterest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534276,23 +540000,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonInterest" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileLanguage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLanguageProficiency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534310,23 +540034,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphLanguageProficiency" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileName", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/names/{personName-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonName", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534344,23 +540068,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonName" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileNote", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPersonAnnotation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.Read", @@ -534402,23 +540126,23 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonAnnotation" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfilePatent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemPatent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534436,23 +540160,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPatent" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfilePhone", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemPhone", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534470,23 +540194,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPhone" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfilePosition", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWorkPosition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534504,23 +540228,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWorkPosition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileProject", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProjectParticipation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534538,23 +540262,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphProjectParticipation" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfilePublication", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempublication-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphItemPublication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534572,23 +540296,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphItemPublication" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileSkill", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSkillProficiency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534606,23 +540330,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSkillProficiency" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileWebAccount", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWebAccount", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534640,23 +540364,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWebAccount" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserProfileWebsite", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "CommandAlias": null, + "Module": "Beta.People", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonWebsite", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.People", "Permissions": [ { "Name": "User.ReadWrite", @@ -534674,125 +540398,125 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPersonWebsite" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserScopedRoleMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Beta.Identity.DirectoryManagement", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSecurity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurity1", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurity1" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSecurityInformationProtection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "CommandAlias": null, + "Module": "Beta.Security", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.ReadWrite", @@ -534810,74 +540534,74 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserSettings" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSettingContactMergeSuggestion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactMergeSuggestions" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSettingItemInsight", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/itemInsights", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserInsightsSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSettingShiftPreference", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/shiftPreferences", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphShiftPreferences", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -534895,142 +540619,142 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphShiftPreferences" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSettingStorage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/storage", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserStorage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserStorage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSettingStorageQuota", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/storage/quota", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedStorageQuota" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSettingStorageQuotaService", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSettingWindows", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserTeamwork", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserTeamwork", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserTeamwork" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "CommandAlias": null, + "Module": "Beta.Teams", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserTodoList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -535048,40 +540772,40 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTodoTaskList" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserTodoListExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserTodoListTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -535099,40 +540823,40 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTodoTask" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserTodoListTaskChecklistItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -535150,40 +540874,40 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphChecklistItem" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserTodoListTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaUserTodoListTaskLinkedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "CommandAlias": null, + "Module": "Beta.Users", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -535201,771 +540925,771 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphLinkedResource" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "PATCH", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventTownhall", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventTownhall" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventTownhallPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventTownhallSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventWebinarPresenter", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventPresenter" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventWebinarRegistrationByEmail", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventWebinarRegistrationByUserId", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", + "CommandAlias": null, + "Module": "Beta.Bookings", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuDeployment", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesDeployment", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "CommandAlias": "Update-MgBetaWuDeployment", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuDeploymentAudience", - "Method": "POST", "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", + "CommandAlias": "Update-MgBetaWuDeploymentAudience", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContent", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContent", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuDeploymentAudienceGraphBPreId", - "Method": "POST", "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", + "CommandAlias": "Update-MgBetaWuDeploymentAudienceGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuPolicy", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesPolicy", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "CommandAlias": "Update-MgBetaWuPolicy", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuPolicyAudience", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesPolicyAudience", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "CommandAlias": "Update-MgBetaWuPolicyAudience", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContent", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", + "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContent", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", + "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuPolicyAudienceGraphBPreId", - "Method": "POST", "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", + "CommandAlias": "Update-MgBetaWuPolicyAudienceGraphBPreId", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuPolicyAudienceExclusion", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "CommandAlias": "Update-MgBetaWuPolicyAudienceExclusion", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuPolicyAudienceMember", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "CommandAlias": "Update-MgBetaWuPolicyAudienceMember", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuPolicyComplianceChange", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "CommandAlias": "Update-MgBetaWuPolicyComplianceChange", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuProduct", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesProduct", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}", + "CommandAlias": "Update-MgBetaWuProduct", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuProductEdition", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesProductEdition", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", + "CommandAlias": "Update-MgBetaWuProductEdition", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuProductKnownIssue", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesProductKnownIssue", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", + "CommandAlias": "Update-MgBetaWuProductKnownIssue", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", + "CommandAlias": "Update-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", + "CommandAlias": "Update-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuProductRevision", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesProductRevision", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", + "CommandAlias": "Update-MgBetaWuProductRevision", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuProductRevisionCatalogEntry", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", + "CommandAlias": "Update-MgBetaWuProductRevisionCatalogEntry", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuProductRevisionKnowledgeBaseArticle", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", + "CommandAlias": "Update-MgBetaWuProductRevisionKnowledgeBaseArticle", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuResourceConnection", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesResourceConnection", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "CommandAlias": "Update-MgBetaWuResourceConnection", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" + "Permissions": [] }, { - "CommandAlias": "Update-MgBetaWuUpdatableAsset", - "Method": "PATCH", "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset", - "ApiReferenceLink": null, "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "CommandAlias": "Update-MgBetaWuUpdatableAsset", + "Module": "Beta.WindowsUpdates", "ApiVersion": "beta", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Beta.WindowsUpdates", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBookingBusiness", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -535983,23 +541707,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingBusiness" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBookingBusinessAppointment", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -536033,40 +541757,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingAppointment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBookingBusinessCalendarView", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingAppointment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBookingBusinessCustomer", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-update?view=graph-rest-1.0", + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -536100,23 +541824,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBookingBusinessCustomQuestion", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -536142,23 +541866,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBookingBusinessService", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingService", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -536176,23 +541900,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphBookingService" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBookingBusinessStaffMember", - "ApiReferenceLink": null, "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-update?view=graph-rest-1.0", + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -536210,40 +541934,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgBookingCurrency", - "ApiReferenceLink": null, "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphBookingCurrency" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgChat", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0", "Uri": "/chats/{chat-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -536269,23 +541993,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChat" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -536375,57 +542099,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/lastMessagePreview", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgChatMember", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgChatMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "Chat.ReadWrite", @@ -536459,91 +542183,91 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChatMessage" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgChatMessageReply", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgChatTab", - "ApiReferenceLink": null, "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -536585,23 +542309,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgCommunicationCallAudioRoutingGroup", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -536619,74 +542343,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgCommunicationCallContentSharingSession", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgCommunicationCallOperation", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCommsOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgCommunicationCallParticipant", - "ApiReferenceLink": null, "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphParticipant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphParticipant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgCommunicationCallRecordingStatus", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0", "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -536704,208 +542428,208 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgCommunicationCallRecordSession", - "ApiReferenceLink": null, "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecordsSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnlineMeeting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgCommunicationOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgCommunicationPresence", - "ApiReferenceLink": null, "Uri": "/communications/presences/{presence-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgCompliance", - "ApiReferenceLink": null, "Uri": "/compliance", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompliance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompliance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgContact", - "ApiReferenceLink": null, "Uri": "/contacts/{orgContact-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOrgContact", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOrgContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgContract", - "ApiReferenceLink": null, "Uri": "/contracts/{contract-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContract", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphContract" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDataPolicyOperation", - "ApiReferenceLink": null, "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphDataPolicyOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDevice", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", "Uri": "/devices/{device-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -536931,21 +542655,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDevice" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgt", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0", "Uri": "/deviceAppManagement", + "CommandAlias": "Update-MgDeviceAppMgt", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-deviceappmanagement-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -536963,40 +542687,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAppManagement" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtection", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537014,23 +542738,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537048,23 +542772,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537082,23 +542806,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtection", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537116,23 +542840,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537150,23 +542874,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537184,40 +542908,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtection", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtection", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosManagedAppProtection" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537235,23 +542959,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedapppolicyassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537269,23 +542993,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicydeploymentsummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537303,91 +543027,91 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedAppPolicy", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementManagedAppPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistration", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementManagedAppRegistration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppRegistration" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppPolicy" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537405,159 +543129,159 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppOperation" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedAppStatus", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementManagedAppStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedAppStatus" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedEBook", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementManagedEBook", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBook", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBook" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementManagedEBookAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedEBookAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookDeviceState", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookDeviceState", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookInstallSummary", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookInstallSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphEBookInstallSummary" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserInstallStateSummary" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceInstallState" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537575,23 +543299,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537609,23 +543333,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -537643,1043 +543367,1043 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosstoreapp-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileApp" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContent" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppContentFile" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppCategory", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppCategory", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppCategory", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppCategory" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfiguration", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfiguration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatus", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" + "Permissions": [] }, { - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538697,23 +544421,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedMobileApp" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538731,23 +544455,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538765,23 +544489,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtVppToken", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementVppToken", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "CommandAlias": "Update-MgDeviceAppMgtVppToken", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphVppToken", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -538799,23 +544523,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphVppToken" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538833,23 +544557,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538867,23 +544591,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionapplockerfile-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538901,23 +544625,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "Method": "PATCH", "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", - "ApiReferenceLink": null, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -538935,55 +544659,55 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceByDeviceId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", "Uri": "/devices(deviceId='{deviceId}')", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceExtension", - "ApiReferenceLink": null, "Uri": "/devices/{device-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagement", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-devicemanagement-update?view=graph-rest-1.0", "Uri": "/deviceManagement", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-devicemanagement-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagement", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -539025,21 +544749,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagement" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/applePushNotificationCertificate", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539057,40 +544781,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementAuditEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuditEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementComplianceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539108,21 +544832,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementConditionalAccessSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/conditionalAccessSettings", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-onpremisesconditionalaccesssettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539140,23 +544864,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDetectedApp", - "ApiReferenceLink": null, "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -539174,23 +544898,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDetectedApp" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -539208,359 +544932,359 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceCategory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsphone81compliancepolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10teamgeneralconfiguration-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentlimitconfiguration-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539578,23 +545302,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539612,23 +545336,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementExchangeConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539646,57 +545370,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", - "ApiReferenceLink": null, "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Enrollment", - "Permissions": [], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementIoUpdateStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -539714,159 +545438,159 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphManagedDevice" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -539884,23 +545608,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", - "ApiReferenceLink": null, "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539918,57 +545642,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementNotificationMessageTemplate", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -539986,23 +545710,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementRemoteAssistancePartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -540020,21 +545744,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementReport", - "ApiReferenceLink": null, "Uri": "/deviceManagement/reports", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Reports", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540068,23 +545792,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceManagementReports" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementResourceOperation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -540102,23 +545826,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphResourceOperation" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -540136,23 +545860,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -540170,23 +545894,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -540204,108 +545928,108 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleAssignment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", - "ApiReferenceLink": null, "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementTermAndCondition", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditions" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementTermAndConditionAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540323,23 +546047,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540357,23 +546081,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540391,23 +546115,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540425,23 +546149,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540459,23 +546183,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540493,23 +546217,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540527,23 +546251,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540561,21 +546285,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540593,40 +546317,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540644,23 +546368,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540678,40 +546402,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540729,23 +546453,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540763,23 +546487,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540797,23 +546521,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540831,23 +546555,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540865,23 +546589,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540899,23 +546623,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540933,21 +546657,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540965,23 +546689,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -540999,21 +546723,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -541031,23 +546755,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -541065,23 +546789,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -541099,23 +546823,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", - "ApiReferenceLink": null, "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -541133,210 +546857,210 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointOnPremiseConnection", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", - "ApiReferenceLink": null, "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "CommandAlias": null, + "Module": "DeviceManagement.Administration", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Administration", - "Permissions": [], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "CommandAlias": null, + "Module": "DeviceManagement.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowsMalwareInformation", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -541354,23 +547078,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", - "ApiReferenceLink": null, "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "CommandAlias": null, + "Module": "DeviceManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DeviceManagement", "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -541388,412 +547112,412 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectory", - "ApiReferenceLink": null, "Uri": "/directory", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryAdministrativeUnitExtension", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", - "ApiReferenceLink": null, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryAttributeSet", - "ApiReferenceLink": null, "Uri": "/directory/attributeSets/{attributeSet-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttributeSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", - "ApiReferenceLink": null, "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphAllowedValue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryDeviceLocalCredential", - "ApiReferenceLink": null, "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryObject", - "ApiReferenceLink": null, "Uri": "/directoryObjects/{directoryObject-id}", + "CommandAlias": null, + "Module": "DirectoryObjects", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "DirectoryObjects", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryObject" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryOnPremiseSynchronization", - "ApiReferenceLink": null, "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryRole", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryRoleByRoleTemplateId", - "ApiReferenceLink": null, "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryRoleScopedMember", - "ApiReferenceLink": null, "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectoryRoleTemplate", - "ApiReferenceLink": null, "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectorySubscription", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions/{companySubscription-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDirectorySubscriptionByCommerceSubscriptionId", - "ApiReferenceLink": null, "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphCompanySubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDomain", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0", "Uri": "/domains/{domain-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDomain", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDomainFederationConfiguration", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphInternalDomainFederation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDomainServiceConfigurationRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDomainVerificationDnsRecord", - "ApiReferenceLink": null, "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDomainDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDrive", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -541819,227 +547543,227 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphDriveItem" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", "Permissions": [ { "Name": "Files.ReadWrite", @@ -542065,720 +547789,720 @@ "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPermission" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-lockorunlockrecord?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveList", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListContentType", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListOperation", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRoot", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClass", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationClass", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationClass" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClassAssignment", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -542796,40 +548520,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignment" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentDefault", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -542847,40 +548571,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -542898,23 +548622,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationRubric" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSetting", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -542932,57 +548656,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationAssignmentSettings" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSettingGradingCategory", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationGradingCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -543000,57 +548724,57 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationOutcome" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClassModule", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationModule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -543068,23 +548792,23 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModule" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationClassModuleResource", - "ApiReferenceLink": null, "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -543102,157 +548826,157 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphEducationModuleResource" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationMe", - "ApiReferenceLink": null, "Uri": "/education/me", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationMeAssignment", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationMeRubric", - "ApiReferenceLink": null, "Uri": "/education/me/rubrics/{educationRubric-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -543270,335 +548994,336 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEducationRubric" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationMeUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/me/user/mailboxSettings", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationRoot", - "ApiReferenceLink": null, "Uri": "/education", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationSchool", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSchool" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationSchoolAdministrativeUnit", - "ApiReferenceLink": null, "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdministrativeUnit" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationUser", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationUser", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationUserAssignment", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationAssignmentResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentSubmission", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationOutcome" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentSubmissionResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationSubmissionResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEducationUserRubric", - "ApiReferenceLink": null, "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "CommandAlias": null, + "Module": "Education", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Education", - "Permissions": [], - "OutputType": "IMicrosoftGraphEducationRubric" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgEntitlementManagementAssignment", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -543607,51 +549332,51 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageQuestion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgEntitlementManagementAssignmentRequest", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -543660,68 +549385,68 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -543736,17 +549461,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -543757,17 +549482,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -543778,17 +549503,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -543799,34 +549524,34 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -543841,17 +549566,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -543862,17 +549587,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -543883,17 +549608,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -543904,306 +549629,306 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementConnectedOrganization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphConnectedOrganization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceEnvironment", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceEnvironmentResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestCatalog", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageCatalog" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomCalloutExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -544218,17 +549943,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -544239,17 +549964,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -544260,17 +549985,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -544281,34 +550006,34 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -544323,17 +550048,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -544344,17 +550069,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -544365,17 +550090,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -544386,564 +550111,563 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleScopeRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceScope", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceScopeResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceScopeResourceRole", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessPackageResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgEntitlementManagementSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/entitlementManagement/settings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphEntitlementManagementSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgExternal", - "ApiReferenceLink": null, "Uri": "/external", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgExternalConnection", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -544961,23 +550685,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgExternalConnectionGroup", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -544995,74 +550719,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgExternalConnectionGroupMember", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgExternalConnectionItemActivity", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgExternalConnectionOperation", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgExternalConnectionSchema", - "ApiReferenceLink": null, "Uri": "/external/connections/{externalConnection-id}/schema", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -545080,23 +550804,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphExternalConnectorsSchema" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroup", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", "Uri": "/groups/{group-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -545114,57 +550838,57 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroup" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupByUniqueName", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", "Uri": "/groups(uniqueName='{uniqueName}')", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupCalendarEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/events/{event-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -545182,40 +550906,40 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupCalendarPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupConversationThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -545233,1009 +550957,1009 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDrive", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRoot", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupEvent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -546253,67 +551977,68 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEvent" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupEventExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupLifecyclePolicy", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -546324,153 +552049,153 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgGroupOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupPlanner", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupPlannerPlanDetail", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/settings/{groupSetting-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphGroupSetting", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -546481,7 +552206,6 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Groups", "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -546499,186 +552223,187 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphGroupSetting" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate", - "ApiReferenceLink": null, "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": "IMicrosoftGraphGroupSettingTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSite", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -546689,17 +552414,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -546710,17 +552435,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -546731,816 +552456,816 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteList", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListContentType", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListItem", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListItemField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenote", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenoteNotebookSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenoteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenoteResource", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteResource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenoteSectionGroupSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOnenoteSectionPage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSitePage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSitePermission", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStore", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547551,17 +553276,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547572,17 +553297,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547593,17 +553318,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547622,17 +553347,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547651,17 +553376,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547672,17 +553397,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547693,17 +553418,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547714,17 +553439,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547735,17 +553460,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547756,17 +553481,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547777,17 +553502,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547798,17 +553523,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547827,17 +553552,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547856,17 +553581,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547877,17 +553602,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547898,17 +553623,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547927,17 +553652,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547956,17 +553681,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547977,17 +553702,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -547998,17 +553723,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -548019,17 +553744,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -548040,17 +553765,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -548061,17 +553786,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -548082,17 +553807,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -548103,17 +553828,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -548124,17 +553849,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -548145,17 +553870,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -548166,551 +553891,550 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamOperation", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamPhoto", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/photo", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphShift", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamTag", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTag" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupTeamTagMember", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupThread", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationThread", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -548728,227 +554452,227 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationThread" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupThreadPostExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgGroupThreadPostInReplyToExtension", - "ApiReferenceLink": null, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Groups", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Groups", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityApiConnector", - "ApiReferenceLink": null, "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityAuthenticationEventListener", - "ApiReferenceLink": null, "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationEventListener" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlow", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowLanguage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityApiConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", - "ApiReferenceLink": null, "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessNamedLocation", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -548966,23 +554690,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphNamedLocation" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityConditionalAccessPolicy", - "ApiReferenceLink": null, "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -549008,758 +554732,759 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityCustomAuthenticationExtension", - "ApiReferenceLink": null, "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewReviewer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphGovernanceInsight" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAppConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppConsentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserConsentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", - "ApiReferenceLink": null, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernancePrivilegedAccess", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApproval" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphApprovalStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAgreement", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreement" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -549770,209 +555495,208 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementAcceptance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileLocalization" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion", - "ApiReferenceLink": null, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAgreementFileVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityProvider", - "ApiReferenceLink": null, "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityProviderBase" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgIdentityUserFlowAttribute", - "ApiReferenceLink": null, "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgInformationProtection", - "ApiReferenceLink": null, "Uri": "/informationProtection", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInformationProtection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgInformationProtectionThreatAssessmentRequest", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", - "ApiReferenceLink": null, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphThreatAssessmentResult" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgInvitation", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInvitation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphInvitation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgInvitationInvitedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgOauth2PermissionGrant", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -549990,23 +555714,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgOrganization", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0", "Uri": "/organization/{organization-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganization", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -550032,23 +555756,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganization" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgOrganizationBranding", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -550066,23 +555790,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganizationalBranding" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgOrganizationBrandingLocalization", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -550100,89 +555824,89 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgOrganizationExtension", - "ApiReferenceLink": null, "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPlace", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0", "Uri": "/places/{place-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlace", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPlaceAsRoomListRoom", - "ApiReferenceLink": null, "Uri": "/places/{place-id}/roomList/rooms/{room-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoom", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphRoom" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPlanner", - "ApiReferenceLink": null, "Uri": "/planner", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlanner", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Planner", - "Permissions": [], - "OutputType": "IMicrosoftGraphPlanner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPlannerBucket", - "ApiReferenceLink": null, "Uri": "/planner/buckets/{plannerBucket-id}", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550208,23 +555932,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucket" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPlannerPlan", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550250,23 +555974,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlan" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPlannerPlanDetail", - "ApiReferenceLink": null, "Uri": "/planner/plans/{plannerPlan-id}/details", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550292,23 +556016,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPlannerTask", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550334,23 +556058,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTask" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550376,23 +556100,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550418,23 +556142,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPlannerTaskDetail", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/details", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550460,23 +556184,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", - "ApiReferenceLink": null, "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -550502,23 +556226,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -550536,38 +556260,38 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyAdminConsentRequestPolicy", - "ApiReferenceLink": null, "Uri": "/policies/adminConsentRequestPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -550585,70 +556309,70 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAppManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationFlowPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationFlowsPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationMethodPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationStrengthPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -550666,23 +556390,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -550700,55 +556424,55 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyAuthorizationPolicy", - "ApiReferenceLink": null, "Uri": "/policies/authorizationPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthorizationPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyClaimMappingPolicy", - "ApiReferenceLink": null, "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -550766,113 +556490,113 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyCrossTenantAccessPolicy", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/default", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplate", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPolicyTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPolicyTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", - "ApiReferenceLink": null, "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyDefaultAppManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/defaultAppManagementPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -550890,40 +556614,40 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyFeatureRolloutPolicy", - "ApiReferenceLink": null, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", - "ApiReferenceLink": null, "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -550941,21 +556665,21 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.All", @@ -550973,125 +556697,125 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyPermissionGrantPolicy", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyPermissionGrantPolicyExclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyPermissionGrantPolicyInclude", - "ApiReferenceLink": null, "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyRoleManagementPolicy", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyRoleManagementPolicyAssignment", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyRoleManagementPolicyRule", - "ApiReferenceLink": null, "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -551109,23 +556833,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyTokenIssuancePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -551143,23 +556867,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPolicyTokenLifetimePolicy", - "ApiReferenceLink": null, "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -551177,72 +556901,72 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrint", - "ApiReferenceLink": null, "Uri": "/print", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrint", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintConnector", - "ApiReferenceLink": null, "Uri": "/print/connectors/{printConnector-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintConnector" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintOperation", - "ApiReferenceLink": null, "Uri": "/print/operations/{printOperation-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintPrinter", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinter", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -551260,23 +556984,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrinter" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintPrinterJob", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -551302,519 +557026,519 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPrintJob" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintPrinterJobDocument", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintPrinterJobTask", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintPrinterTaskTrigger", - "ApiReferenceLink": null, "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskTrigger" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintService", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintService", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintService" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintServiceEndpoint", - "ApiReferenceLink": null, "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintShare", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrinterShare" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintShareAllowedUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintShareJob", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintJob", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintShareJobDocument", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintDocument" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintShareJobTask", - "ApiReferenceLink": null, "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintTaskDefinition", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTaskDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrintTaskDefinitionTask", - "ApiReferenceLink": null, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "CommandAlias": null, + "Module": "Devices.CloudPrint", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CloudPrint", - "Permissions": [], - "OutputType": "IMicrosoftGraphPrintTask" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrivacySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrivacySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgPrivacySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "CommandAlias": null, + "Module": "Compliance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Compliance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", - "ApiReferenceLink": null, "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserRegistrationDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgReportPartnerBilling", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBilling", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBilling" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgReportPartnerBillingManifest", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/manifests/{manifest-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingManifest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgReportPartnerBillingOperation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/operations/{operation-id}", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgReportPartnerBillingReconciliation", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgReportPartnerBillingReconciliationBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/reconciliation/billed", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgReportPartnerBillingUsage", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgReportPartnerBillingUsageBilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/billed", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgReportPartnerBillingUsageUnbilled", - "ApiReferenceLink": null, "Uri": "/reports/partners/billing/usage/unbilled", + "CommandAlias": null, + "Module": "Reports", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Reports", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRiskyServicePrincipal", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRiskyServicePrincipalHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRiskyUser", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUser" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRiskyUserHistory", - "ApiReferenceLink": null, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement", + "CommandAlias": null, + "Module": "DeviceManagement.Enrollment", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRoleManagement", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "DeviceManagement.Enrollment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -551832,157 +557556,157 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphRoleManagement" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementDirectory", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -552000,310 +557724,310 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagement", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphRbacApplication" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppScope" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", - "ApiReferenceLink": null, "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "CommandAlias": null, + "Module": "Identity.Governance", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Governance", - "Permissions": [], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSchemaExtension", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0", "Uri": "/schemaExtensions/{schemaExtension-id}", + "CommandAlias": null, + "Module": "SchemaExtensions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "SchemaExtensions", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -552321,23 +558045,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSchemaExtension" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSearchAcronym", - "ApiReferenceLink": null, "Uri": "/search/acronyms/{acronym-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -552355,23 +558079,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchAcronym" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSearchBookmark", - "ApiReferenceLink": null, "Uri": "/search/bookmarks/{bookmark-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -552389,291 +558113,291 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSearchBookmark" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSearchEntity", - "ApiReferenceLink": null, "Uri": "/search", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSearchEntity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphSearchEntity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSearchQna", - "ApiReferenceLink": null, "Uri": "/search/qnas/{qna-id}", + "CommandAlias": null, + "Module": "Search", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSearchQna", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Search", - "Permissions": [], - "OutputType": "IMicrosoftGraphSearchQna" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityAlert", - "ApiReferenceLink": null, "Uri": "/security/alerts/{alert-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAlert", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityAlertV2", - "ApiReferenceLink": null, "Uri": "/security/alerts_v2/{alert-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAlert" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationAutomation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationAutomationRun", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSimulationAutomationRun" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationEndUserNotification", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationEndUserNotificationDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationLandingPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationLandingPageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLandingPageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationLoginPage", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLoginPage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphLoginPage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationOperation", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttackSimulationOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationPayload", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/payloads/{payload-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPayload", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphPayload" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationTraining", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTraining", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTraining" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityAttackSimulationTrainingLanguageDetail", - "ApiReferenceLink": null, "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCase", - "ApiReferenceLink": null, "Uri": "/security/cases", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCasesRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCase", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -552691,38 +558415,38 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -552740,89 +558464,89 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySiteSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityUserSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateViaIdentity" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -552840,57 +558564,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCaseOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -552908,23 +558632,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -552942,57 +558666,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDataSource" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", - "ApiReferenceLink": null, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -553010,797 +558734,829 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } + ] + }, + { + "Command": "Update-MgSecurityIdentity", + "Uri": "/security/identities", + "CommandAlias": null, + "Module": "Security", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Method": "PATCH", + "Variants": [ + "Update", + "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" + "Permissions": [] }, { + "Command": "Update-MgSecurityIdentityHealthIssue", + "Uri": "/security/identities/healthIssues/{healthIssue-id}", "CommandAlias": null, + "Module": "Security", + "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHealthIssue", "Method": "PATCH", + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Permissions": [] + }, + { "Command": "Update-MgSecurityIncident", - "ApiReferenceLink": null, "Uri": "/security/incidents/{incident-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIncident" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityLabel", - "ApiReferenceLink": null, "Uri": "/security/labels", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityLabelsRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityLabelAuthority", - "ApiReferenceLink": null, "Uri": "/security/labels/authorities/{authorityTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityLabelCategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityLabelCategorySubcategory", - "ApiReferenceLink": null, "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityLabelCitation", - "ApiReferenceLink": null, "Uri": "/security/labels/citations/{citationTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityLabelDepartment", - "ApiReferenceLink": null, "Uri": "/security/labels/departments/{departmentTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityLabelFilePlanReference", - "ApiReferenceLink": null, "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityLabelRetentionLabel", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityLabelRetentionLabelDescriptor", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", - "ApiReferenceLink": null, "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecuritySecureScore", - "ApiReferenceLink": null, "Uri": "/security/secureScores/{secureScore-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecureScore", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecuritySecureScoreControlProfile", - "ApiReferenceLink": null, "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecuritySubjectRightsRequest", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubjectRightsRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecuritySubjectRightsRequestNote", - "ApiReferenceLink": null, "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphAuthoredNote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligence", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceArticle", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articles/{article-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticle" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceHost", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHost" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceHostComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceHostCookie", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostCookie" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceHostPair", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPair" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceHostPort", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostPort" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceHostReputation", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostReputation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceHostSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceHostTracker", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityHostTracker" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceSslCertificate", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySslCertificate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceSubdomain", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecuritySubdomain" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceVulnerability", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerability" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceWhoisHistoryRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityThreatIntelligenceWhoisRecord", - "ApiReferenceLink": null, "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityTrigger", - "ApiReferenceLink": null, "Uri": "/security/triggers", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggersRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityTriggerRetentionEvent", - "ApiReferenceLink": null, "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityTriggerType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSecurityTriggerTypeRetentionEventType", - "ApiReferenceLink": null, "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "CommandAlias": null, + "Module": "Security", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Security", - "Permissions": [], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServiceAnnouncementHealthOverview", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealth" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServiceAnnouncementIssue", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceHealthIssue" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServiceAnnouncementMessage", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceUpdateMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServiceAnnouncementMessageAttachment", - "ApiReferenceLink": null, "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "CommandAlias": null, + "Module": "Devices.ServiceAnnouncement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.ServiceAnnouncement", - "Permissions": [], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipal", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", "Uri": "/servicePrincipals/{servicePrincipal-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -553826,407 +559582,466 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphServicePrincipal" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalAppRoleAssignedTo", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalByAppId", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", "Uri": "/servicePrincipals(appId='{appId}')", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipal" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalEndpoint", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphEndpoint" + "Permissions": [] }, - { - "CommandAlias": null, - "Method": "PATCH", + { "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfiguration", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, 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": "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 + } + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphTargetDeviceGroup" + "Permissions": [ + { + "Name": "Application-RemoteDesktopConfig.ReadWrite.All", + "Description": "Read and write the remote desktop security configuration for all apps", + "FullDescription": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, 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": "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 + } + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalRiskDetection", - "ApiReferenceLink": null, "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronizationJob", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationJob" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronizationJobBulkUpload", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronizationJobSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronizationTemplate", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationTemplate" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSynchronizationSchema" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", - "ApiReferenceLink": null, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphDirectoryDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareList", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListContentType", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -554237,17 +560052,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -554258,17 +560073,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -554279,17 +560094,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -554300,17 +560115,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListItemField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -554321,17 +560136,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -554342,17 +560157,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListItemVersion", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -554363,17 +560178,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListItemVersionField", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -554384,177 +560199,176 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListOperation", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareListSubscription", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSharePermission", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}/permission", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgShareSharedDriveItemSharedDriveItem", - "ApiReferenceLink": null, "Uri": "/shares/{sharedDriveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSite", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSite" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteAnalyticItemActivityStatActivity", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -554572,23 +560386,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -554606,23 +560420,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -554640,33 +560454,34 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteGetByPathAnalytic", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -554677,17 +560492,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteGetByPathOnenote", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -554698,17 +560513,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenote" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteGetByPathTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -554719,41 +560534,40 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteList", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -554771,23 +560585,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListContentType", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -554805,23 +560619,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphContentType" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", "Permissions": [ { "Name": "Sites.Manage.All", @@ -554839,628 +560653,629 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphColumnDefinition" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListItem", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListItemField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListItemVersion", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListItemVersionField", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteListSubscription", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgSiteOnenoteNotebookSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteOnenotePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgSiteOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteOnenoteSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgSiteOnenoteSectionPageContent", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteOperation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSitePage", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphBaseSitePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSitePageAsSitePageCanvaLayout", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphCanvasLayout" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSection", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphVerticalSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSitePageAsSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSitePageAsSitePageWebPart", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSitePageCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSitePageLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSitePermission", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStore", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555471,17 +561286,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStore" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555492,17 +561307,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555513,17 +561328,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555542,17 +561357,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555571,17 +561386,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555592,17 +561407,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555613,17 +561428,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555634,17 +561449,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555655,17 +561470,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555676,17 +561491,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555697,17 +561512,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555718,17 +561533,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555747,17 +561562,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555776,17 +561591,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroup", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555797,17 +561612,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSet", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555818,17 +561633,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555847,17 +561662,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555876,17 +561691,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555897,17 +561712,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555918,17 +561733,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555939,17 +561754,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555960,17 +561775,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -555981,17 +561796,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -556002,17 +561817,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetTerm", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -556023,17 +561838,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetTermChild", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -556044,17 +561859,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreTerm" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetTermChildRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -556065,17 +561880,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSiteTermStoreSetTermRelation", - "ApiReferenceLink": null, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "CommandAlias": null, + "Module": "Sites", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -556086,58 +561901,57 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Sites", - "Permissions": [], - "OutputType": "IMicrosoftGraphTermStoreRelation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSubscribedSku", - "ApiReferenceLink": null, "Uri": "/subscribedSkus/{subscribedSku-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscribedSku" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgSubscription", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0", "Uri": "/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "ChangeNotifications", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "ChangeNotifications", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeam", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0", "Uri": "/teams/{team-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeam", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -556171,23 +561985,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeam" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -556221,23 +562035,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphChannel" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -556271,91 +562085,91 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -556421,23 +562235,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphTeamsTab" + ] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgTeamInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -556535,23 +562349,23 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": null + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -556585,346 +562399,346 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphConversationMember" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamOperation", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamPermissionGrant", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamPhoto", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/photo", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannel", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelMessage", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamPrimaryChannelTab", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamScheduleOfferShiftRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOfferShiftRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamScheduleOpenShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOpenShift", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamScheduleSchedulingGroup", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSchedulingGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamScheduleShift", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphShift", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphShift" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamScheduleTimeOff", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOff", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOff" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamScheduleTimeOffReason", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffReason" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamScheduleTimeOffRequest", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTimeOffRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamTag", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -556942,391 +562756,391 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTeamworkTag" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamTagMember", - "ApiReferenceLink": null, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamworkTagMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamwork", - "ApiReferenceLink": null, "Uri": "/teamwork", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamwork", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamwork" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamworkDeletedChat", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedChats/{deletedChat-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeletedTeam" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannel", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChannel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelMember", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelMessage", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamworkDeletedTeamChannelTab", - "ApiReferenceLink": null, "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamworkTeamAppSetting", - "ApiReferenceLink": null, "Uri": "/teamwork/teamsAppSettings", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsAppSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTeamworkWorkforceIntegration", - "ApiReferenceLink": null, "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphWorkforceIntegration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", + "CommandAlias": null, + "Module": "Identity.Partner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.Partner", - "Permissions": [], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgTenantRelationshipMultiTenantOrganizationTenant", - "ApiReferenceLink": null, "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUser", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0", "Uri": "/users/{user-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-user-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUser", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -557400,74 +563214,74 @@ "PermissionType": "Application", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUser" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserActivity", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}", + "CommandAlias": null, + "Module": "CrossDeviceExperiences", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserActivity", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserActivity" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserActivityHistoryItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "CommandAlias": null, + "Module": "CrossDeviceExperiences", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CrossDeviceExperiences", - "Permissions": [], - "OutputType": "IMicrosoftGraphActivityHistoryItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserAppRoleAssignment", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "CommandAlias": null, + "Module": "Applications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Applications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAppRoleAssignment" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserAuthenticationEmailMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -557485,57 +563299,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserAuthenticationMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserAuthenticationOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", - "Permissions": [], - "OutputType": "IMicrosoftGraphLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserAuthenticationPhoneMethod", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "CommandAlias": null, + "Module": "Identity.SignIns", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.SignIns", "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -557553,33 +563367,34 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserCalendarGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserCalendarPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "PATCH", "Variants": [ "Update", "Update1", @@ -557590,1894 +563405,1893 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphCalendarPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserChat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgUserChatInstalledApp", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserChatLastMessagePreview", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserChatMember", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphConversationMember" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserChatMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserChatMessageHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserChatMessageReply", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserChatMessageReplyHostedContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphChatMessageHostedContent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserChatPermissionGrant", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserChatPinnedMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserChatTab", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphTeamsTab" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserContactFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContactFolder", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContactFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserContactFolderChildFolderContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserContactFolderContact", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphContact" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserContactFolderContactExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserContactFolderContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserContactPhoto", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "CommandAlias": null, + "Module": "PersonalContacts", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "PersonalContacts", - "Permissions": [], - "OutputType": "IMicrosoftGraphProfilePhoto" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDrive", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDrive" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphList" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListContentType", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphContentType" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListContentTypeColumn", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnDefinition" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListContentTypeColumnLink", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphColumnLink" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListOperation", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphRichLongRunningOperation" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveListSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRoot", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootAnalytic", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemAnalytics" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemActivityStat" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootListItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItem" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDocumentSetVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphListItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootListItemVersionField", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootPermission", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphPermission" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootRetentionLabel", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphItemRetentionLabel" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootSubscription", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphSubscription" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootThumbnail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphThumbnailSet" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserDriveRootVersion", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "CommandAlias": null, + "Module": "Files", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Files", - "Permissions": [], - "OutputType": "IMicrosoftGraphDriveItemVersion" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserEvent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": "IMicrosoftGraphEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserEventExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserEventInstanceExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Calendar", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Calendar", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserInferenceClassification", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassification", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassification" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserInferenceClassificationOverride", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserLicenseDetail", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphLicenseDetails" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserMailboxSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailboxSettings", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailboxSettings" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserMailFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolder", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMailFolder" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserMailFolderChildFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserMailFolderMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserMailFolderMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserMailFolderMessageRule", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessageRule", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessageRule" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserManagedDevice", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphManagedDevice" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserManagedDeviceCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserManagedDeviceCompliancePolicyState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserManagedDeviceConfigurationState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceConfigurationState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserManagedDeviceLogCollectionResponse", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgUserManagedDeviceWindowsDeviceAccount", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserManagedDeviceWindowsProtectionState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsProtectionState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "CommandAlias": null, + "Module": "Devices.CorporateManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Devices.CorporateManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserMessage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": "IMicrosoftGraphMessage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserMessageExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Mail", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Mail", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserOnenoteNotebook", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphNotebook" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserOnenotePage", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenotePage" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgUserOnenotePageContent", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "POST", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserOnenoteSection", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphOnenoteSection" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserOnenoteSectionGroup", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "CommandAlias": null, + "Module": "Notes", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Notes", - "Permissions": [], - "OutputType": "IMicrosoftGraphSectionGroup" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserOnlineMeeting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -559495,125 +565309,125 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphOnlineMeeting" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserOnlineMeetingAttendanceReport", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserOnlineMeetingRecording", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallRecording" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserOnlineMeetingTranscript", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphCallTranscript" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserOutlookMasterCategory", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphOutlookCategory" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "POST", "Command": "Update-MgUserPassword", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0", "Uri": "/users/{user-id}/changePassword", + "CommandAlias": null, + "Module": "Users.Actions", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0", + "OutputType": null, + "Method": "POST", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "Module": "Users.Actions", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserPlanner", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/planner", + "CommandAlias": null, + "Module": "Planner", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerUser", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Planner", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -559631,57 +565445,57 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphPlannerUser" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserPresence", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/presence", + "CommandAlias": null, + "Module": "CloudCommunications", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPresence", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "CloudCommunications", - "Permissions": [], - "OutputType": "IMicrosoftGraphPresence" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserScopedRoleMemberOf", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "CommandAlias": null, + "Module": "Identity.DirectoryManagement", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Identity.DirectoryManagement", - "Permissions": [], - "OutputType": "IMicrosoftGraphScopedRoleMembership" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserSetting", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserSettings", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "User.ReadWrite", @@ -559699,23 +565513,23 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false } - ], - "OutputType": "IMicrosoftGraphUserSettings" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserSettingShiftPreference", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/shiftPreferences", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphShiftPreferences", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "User.ReadWrite.All", @@ -559733,91 +565547,91 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphShiftPreferences" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserSettingWindows", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSetting" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserSettingWindowsInstance", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphWindowsSettingInstance" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserTeamwork", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserTeamwork", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphUserTeamwork" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserTeamworkAssociatedTeam", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "CommandAlias": null, + "Module": "Teams", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Teams", - "Permissions": [], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserTodoList", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -559835,40 +565649,40 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTodoTaskList" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserTodoListExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserTodoListTask", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTodoTask", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -559886,40 +565700,40 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphTodoTask" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserTodoListTaskAttachmentSession", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttachmentSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserTodoListTaskChecklistItem", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -559937,40 +565751,40 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphChecklistItem" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserTodoListTaskExtension", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": null, + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", - "Permissions": [], - "OutputType": null + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgUserTodoListTaskLinkedResource", - "ApiReferenceLink": null, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "CommandAlias": null, + "Module": "Users", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Users", "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -559988,160 +565802,159 @@ "PermissionType": "Application", "IsLeastPrivilege": true } - ], - "OutputType": "IMicrosoftGraphLinkedResource" + ] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgVirtualEvent", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "PATCH", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEvent" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgVirtualEventSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgVirtualEventSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgVirtualEventSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgVirtualEventWebinar", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventWebinar" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgVirtualEventWebinarRegistration", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventRegistration" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgVirtualEventWebinarSession", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphVirtualEventSession" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgVirtualEventWebinarSessionAttendanceReport", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport" + "Permissions": [] }, { - "CommandAlias": null, - "Method": "PATCH", "Command": "Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", - "ApiReferenceLink": null, "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "CommandAlias": null, + "Module": "Bookings", "ApiVersion": "v1.0", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "Module": "Bookings", - "Permissions": [], - "OutputType": "IMicrosoftGraphAttendanceRecord" + "Permissions": [] } -] \ No newline at end of file +]